What problem does it solve?
This Skill performs a structured health audit of the git-flow-next repository so you can catch documentation drift, stale skill references, duplicated logic, dead code, guideline violations, and real correctness bugs before they cause confusion or regressions.
Core Features & Use Cases
- Documentation Drift Checks: Compares command flags, config keys, and root technical docs against the live codebase to find stale or missing references.
- Skill and Guideline Consistency: Audits
.claude/skills/ plus related guidance docs for broken links, overlap, or contradictions.
- Code Quality and Correctness Review: Surfaces true duplication, dead code, unhandled errors, exit-code issues, and state or git-operation bugs with file-and-line evidence.
- Test and Build Validation: Verifies build and test status, checks command coverage, and flags flaky or convention-breaking tests.
- Use Case: Ask it to audit the repo after a burst of AI-assisted changes so you get a concise severity-ranked report and concrete next steps.
Quick Start
Run a full health audit of the repository and write the findings report for today’s date.