From quality
Audit project documentation against the current state of the codebase and produce a revision plan. Reads README and all docs, launches parallel Explore agents to verify claims, diffs documentation vs reality, and applies approved fixes. Use when user says "quality-docs-update", "update docs", "docs update", "check documentation", "audit docs", "fix readme", "documentation is outdated", or "sync docs with code".
How this skill is triggered — by the user, by Claude, or both
Slash command
/quality:docs-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit project documentation against the current state of the codebase and produce a structured revision plan.
Audit project documentation against the current state of the codebase and produce a structured revision plan.
Use this skill when the user explicitly requests:
Important: This skill runs only on explicit request.
README.md (start here)docs/ directory.md files that serve as documentation (exclude CLAUDE.md, CHANGELOG, LICENSE)Launch multiple Explore agents in parallel to verify documentation claims against the actual codebase. Use these agents to answer:
Adapt the agents to the project type. Skip agents that aren't relevant (e.g., skip API agent for a pure library with no endpoints).
Compare the documentation claims (Phase 1) against the codebase ground truth (Phase 2). Produce a structured revision plan organized by file:
For each documentation file that needs changes:
## [filename]
### Outdated
- [What's wrong] → [What it should say] (evidence: [file or code reference])
### Missing
- [What should be added] (evidence: [file or code reference])
### Incorrect
- [What's wrong] → [What's correct] (evidence: [file or code reference])
### Remove
- [What should be removed] (reason: [why it's no longer relevant])
Present the revision plan to the user. Ask which revisions to proceed with:
Apply approved revisions, preserving the existing documentation style and tone. Do not rewrite sections that are already accurate. Make surgical edits, not full rewrites.
npx claudepluginhub zcaceres/skills --plugin qualityFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.