Documentation Verification Skill
When to use
- Editing
README.md - Editing
docs/ - Updating
CHANGELOG.md - Updating
CONTRIBUTING.md
Rules
- Never invent commands
- Verify every command against repo
- Prefer Taskfile commands
Validation commands
task build
task test
task ci
Lint docs
markdownlint-cli2 "**/*.md"
Checklist
- Commands exist?
- Flags correct?
- Paths correct?
- Matches workflows?
Output
- Summary
- Files changed
- Commands verified
- Notes