What problem does it solve?
This Skill helps maintainers and contributors ensure that documentation stays accurate and complete as code evolves by identifying which docs are affected by code changes and guiding safe, review-driven updates.
Core Features & Use Cases
- Diff analysis to doc mapping: Analyze branch diffs and map changed source files to the most likely documentation pages using a code-to-docs mapping.
- Guided edits and scaffolding: Walk through proposed documentation edits or scaffold new MDX pages with appropriate frontmatter and templates, requesting explicit user confirmation before applying changes.
- Validation and commit flow: Enforce documentation conventions, run lint checks, and stage/commit documentation updates after validation.
- Use Case: When a pull request modifies component props or server APIs, use this Skill to find which MDX files need updates, propose edits, and validate formatting before committing.
Quick Start
Ask the updater to scan the current branch diff, map changed files to docs, and propose specific documentation edits for your review.