review-docs

star 334

Documentation-focused review. Runs docs-mirror and dependency-auditor in parallel. Use after writing or updating documentation, demo components, or MDX pages.

thoughtfulllc By thoughtfulllc schedule Updated 4/13/2026

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.

  1. Get the list of changed files:
git diff --name-only HEAD
  1. If $ARGUMENTS provided, focus review on those files. Otherwise review all changed files.

  2. Spawn docs-mirror and dependency-auditor simultaneously 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
  3. Wait for both agents to complete.

  4. Present combined findings:

    • Prop/Type Mismatches
    • Invalid Code Examples
    • Missing or Stale Docs
    • External API Issues
    • All Clear (if no issues)
Install via CLI
npx skills add https://github.com/thoughtfulllc/gridland --skill review-docs
Repository Details
star Stars 334
call_split Forks 12
navigation Branch main
article Path SKILL.md
More from Creator
thoughtfulllc
thoughtfulllc Explore all skills →