name: review-docs description: Documentation-focused review. Runs docs-mirror and dependency-auditor in parallel. Use after writing or updating documentation, demo components, or MDX pages.
Documentation-focused review after writing or updating docs.
- Get the list of changed files:
git diff --name-only HEAD
If
$ARGUMENTSprovided, focus review on those files. Otherwise review all changed files.Spawn
docs-mirroranddependency-auditorsimultaneously as background agents.- docs-mirror: verify props documented, code examples valid, demos exist and correct
- dependency-auditor: verify external library usage in examples matches official docs
Wait for both agents to complete.
Present combined findings:
- Prop/Type Mismatches
- Invalid Code Examples
- Missing or Stale Docs
- External API Issues
- All Clear (if no issues)