What problem does it solve?
Coordinate and automate multi-file documentation updates so docs remain accurate after large code changes, refactors, or feature additions. Reduce manual effort by detecting missing or stale documentation, aligning examples with current APIs, and ensuring cross-references are valid.
Core Features & Use Cases
- Repository-wide scan & gap detection: Use glob and grep strategies to locate markdown files, inline docs, and undocumented public APIs.
- Prioritization and triage: Rank gaps by impact (public API, README, internal docs) so the most critical updates are handled first.
- Coordinated edits and verification: Apply targeted documentation updates (without changing source code), verify links and code examples, and produce a structured report of changes and remaining issues.
- Use case: After a major refactor that renames public functions and updates endpoints, run this Skill to find affected docs, apply consistent updates across docs/, README, and API references, and validate examples.
Quick Start
Run the doc-orchestration skill to scan the repository for documentation gaps, prioritize updates, and apply coordinated edits to markdown files to sync them with recent code changes.