/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.
Usage
/audit [slug]
Where <slug> matches an article at content/articles/<slug>.mdx.
What it does
- Volatile scan — tags every pricing figure, version number, install command, and free tier limit with a
{/* CHECK: ... */}comment - Fact-check — one web search per tool, verifies claims against official pricing/docs pages, applies corrections inline
- Affiliate resolution — replaces every
[affiliate link]placeholder with a real URL or the tool's standard URL; notes affiliate signup URLs in the report - SEO audit — checks title length, description length, keyword placement, heading structure, word count, and code block formatting; applies critical fixes
- Cleanup — sets
lastVerifiedto today, updates tool JSONlast_verifiedfields, marks the article[DONE]incontent/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]."