apify/review-docs
Review Apify documentation for style guide compliance, quality standards, and best practices. Use when user says "review this doc", "check this page", "audit documentation", "review before PR", "is this ready to publish", or "review-docs". Runs automated checks and manual review against Apify style guide.
npx skills add https://github.com/apify/apify-docs --skill review-docs
git status to confirm you have the latestpnpm lint:md (heading hierarchy, list numbering, spacing).agents/skills/review-docs/scripts/check-frontmatter.sh "<file>" (description char count)Vale runs separately as a repo-level PR check and via the TW's local editor extension - don't invoke it here. The delegated standards review (step 3) covers the same prose-style ground.
standards/writing-style.md (voice, tone, headings, links)standards/content-standards.md (front matter, admonitions, code blocks)standards/terminology.md (product names, article usage)standards/grammar-rules.md (hyphenation, punctuation, brand spelling)Launch all 4 in parallel.
.agents/skills/review-docs/references/review-format.mdDeterministic tools first, then delegated standards checks, then content review. Report tool failures as objective facts. Report standards and content findings as judgment calls.
For detailed process notes and edge cases, see .agents/skills/review-docs/references/process.md.
Take apify/review-docs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.