What problem does it solve?
After a feature or fix is implemented, developers often miss quality gaps or leave behind unused files, leading to bugs, technical debt, and harder maintenance. This skill performs a focused post‑implementation audit to surface those hidden issues.
Core Features & Use Cases
- Quality‑gap analysis across six categories such as incomplete paths, missing error handling, and race conditions.
- Dead‑code detection across five categories including unused files, stale imports, and leftover debug code.
- Scoped reviews for code, documentation, or shell/infra changes based on git diffs, session edits, or explicit user input.
- Structured report with severity labels (Critical, Should fix, Minor), dead‑code listings, and a final verdict.
Quick Start
Ask the gap‑check skill to review the recent changes in my project.