review-docs
CRITICAL: do not load these skills yourself.
Run these tasks in parallel for the given file(s). Each agent checks different aspects—not all apply to every file:
- Ask docs-reviewer agent to review {files} with docs-writer-learn (only for files in src/content/learn/).
- Ask docs-reviewer agent to review {files} with docs-writer-reference (only for files in src/content/reference/).
- Ask docs-reviewer agent to review {files} with docs-writer-blog (only for files in src/content/blog/).
- Ask docs-reviewer agent to review {files} with docs-voice (all documentation files).
- Ask docs-reviewer agent to review {files} with docs-components (all documentation files).
- Ask docs-reviewer agent to review {files} with docs-sandpack (files containing Sandpack examples).
If no file is specified, check git status for modified MDX files in src/content/.
The docs-reviewer will return a checklist of the issues it found. Respond with the full checklist and line numbers from all agents, and prompt the user to create a plan to fix these issues.
More from reactjs/react.dev
react-expert
Use when researching React APIs or concepts for documentation. Use when you need authoritative usage examples, caveats, warnings, or errors for a React feature.
890docs-components
Comprehensive MDX component patterns (Note, Pitfall, DeepDive, Recipes, etc.) for all documentation types. Authoritative source for component usage, examples, and heading conventions.
58docs-sandpack
Use when adding interactive code examples to React docs.
57docs-writer-learn
Use when writing or editing files in src/content/learn/. Provides Learn page structure and tone.
48docs-writer-blog
Use when writing or editing files in src/content/blog/. Provides blog post structure and conventions.
47docs-writer-reference
Reference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack.
47