huangjia2019/quality-checking
Validate API documentation against quality standards. Use when you need to verify generated docs are complete and correct.
npx skills add https://github.com/huangjia2019/claude-code-engineering --skill quality-checking
Validate generated API documentation against quality standards.
You will receive a documentation manifest from the previous pipeline stage,
listing generated files and documented routes.
Read the rules at rules/doc-standards.md for the complete checklist.
For each generated doc file, verify:
For each documented endpoint, spot-check against the source file:
Return a quality report:
# Documentation Quality Report
## Score: {PASS / NEEDS_REVISION}
## Coverage
- Routes in manifest: {N}
- Routes documented: {N}
- Coverage: {percentage}%
## Issues Found
{list each issue with file, line, and description}
## Verdict
{PASS: all checks passed / NEEDS_REVISION: list what needs fixing}
Take huangjia2019/quality-checking from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.