skills/document/SKILL.md
Audit and update project documentation. Use when the user says "document", "update docs", "check documentation", or after major architectural changes that may have made docs stale.
npx skillsauth add jkvc/jkvc-skills documentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit project documentation for staleness, update what's outdated, and flag what's missing.
Inventory — find all doc files: CLAUDE.md, README.md, TECH_DEBT.md, docs/, notes/, style.md, and any project-specific docs.
Audit — for each doc, check:
Update — fix stale content. Follow these principles:
Report — list what was updated, what was added, and what's still missing.
YYYYMMDD-topic.md.testing
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
testing
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
testing
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.
testing
Add a tech debt entry to the project's TECH_DEBT.md. Use when the user says "debt", "add tech debt", "write this down as tech debt", "track this shortcut", or when you take a conscious shortcut during implementation.