skillSEO Auditorby stackbrief

/audit

Run the full post-write pass on a draft article: volatile claim scan, fact-check with web search, affiliate link resolution, SEO fixes, and ideas.md cleanup. Hands off to /check.

content-pipelineseofact-checkingautomation

Usage

/audit [slug]

Where <slug> matches an article at content/articles/<slug>.mdx.

What it does

  1. Volatile scan — tags every pricing figure, version number, install command, and free tier limit with a {/* CHECK: ... */} comment
  2. Fact-check — one web search per tool, verifies claims against official pricing/docs pages, applies corrections inline
  3. Affiliate resolution — replaces every [affiliate link] placeholder with a real URL or the tool's standard URL; notes affiliate signup URLs in the report
  4. SEO audit — checks title length, description length, keyword placement, heading structure, word count, and code block formatting; applies critical fixes
  5. Cleanup — sets lastVerified to today, updates tool JSON last_verified fields, marks the article [DONE] in content/ideas.md, deletes the brief file

Workflow position

quick-brief (/brief) → content-writer (/draft) → seo-auditor (/audit) → publishing-gate (/check) → social-writer (/social)

Output

Prints a Post-Write Report with corrections applied, unverifiable claims flagged, affiliate link resolutions, and SEO issues fixed. Ends with "Ready for /check [slug]."

Part of the SEO Auditor agent

Runs volatile claim scanning, fact-checking, affiliate link resolution, and SEO auditing in a single pass after the content writer finishes a draft.

View agent →