harness-docs-audit
Installation
SKILL.md
Harness Docs Audit
Run deterministic checks first, then review semantic accuracy against the project.
Procedure
- Run
scripts/check_docs.py <project-root> --strict. - Use
--format jsonwhen structured findings are useful. - Read
docs/index.md, then only files implicated by the findings. - Compare behavior claims with relevant source, tests, configuration, and explicit decisions.
- Fix issues when authorized; otherwise report the smallest actionable set.
- Re-run the checker after changes.