What problem does it solve?
Features ship in the Phoenix repo every week without matching documentation, and stale docs silently teach users wrong APIs. This Skill systematically finds what shipped without docs so maintainers know exactly what to write and where.
Core Features & Use Cases
- Commit triage and analysis: Fetches commits from origin/main over a configurable window, classifies them as user-facing, skippable, or unclear, and reads diffs to uncover hidden public surface changes.
- Multi-surface doc coverage checks: Cross-references every public surface against Mintlify docs, package READMEs, Sphinx and TypeDoc sources, Python docstrings, TSDoc, env var docs, and onboarding snippets.
- Classified gap report: Produces a markdown report labeling each gap as Missing, Stale, Incomplete, or Missing rationale with severity, verified file paths, line numbers, and code-grounded proposed content.
- Use Case: Ask what landed last week that needs docs, and receive a complete report listing each undocumented feature, the exact doc surfaces it is missing from, and verified example snippets ready to hand to a docs writer.
Quick Start
Audit the Phoenix repo for documentation gaps from the last 7 days of commits on origin/main and produce a gap report.