docs-check
Installation
SKILL.md
Docs Checkpoint
Ensures documentation hygiene is not missed.
Writes result to .checkpoints/docs-check.json.
Heuristics (v1)
- Docs-only change (only
*.md,*.txt, or files under.claude/,.claude-plugin/,docs/,plugins/) → PASS - Code change (anything else) → requires one of:
CHANGELOG.mdupdated, OR- an explicit bypass label on the issue (recommended):
no-changelog
Why the bypass label? Some changes are internal/refactors and not user-facing. The label makes that decision explicit and searchable.