document-changes
Installation
SKILL.md
Document Changes
Analyze source code changes to find documentation that is stale, inaccurate, or missing, then either report findings or directly apply fixes.
Modes
- Report mode (default, local dev): Produce a structured report of findings with suggested fixes. Offer to apply them.
- Edit mode (CI): Directly apply fixes to existing doc pages. Do not create entirely new pages — flag those as recommendations in the PR body instead.
The mode is determined by how the skill is invoked. Local interactive use defaults to report mode. CI sets edit mode via the prompt.
Prerequisites
Before making any doc edits, read the write-docs skill at .claude/skills/write-docs/SKILL.md. All edits must follow its conventions for tone, components, frontmatter, code blocks, and testing directives.