What problem does it solve?
This Skill runs the full quality-control battery for a feature branch so you can catch review issues, build failures, boot regressions, and stale documentation before merge.
Core Features & Use Cases
- Branch convergence checks: Verifies the branch is cleanly consolidated with no stray worktrees or branches.
- Multi-angle review and fix pass: Runs a coordinated QC review, applies valid findings, and delta-verifies the fix diff to avoid introducing new defects.
- Build, boot, and doc validation: Formats and lints the changed files, confirms the app builds and starts successfully, and syncs documentation only when a change is truly non-recoverable.
- Use case: A developer finishes a feature slice and wants an end-to-end confidence pass that the branch is safe to ship or hand off.
Quick Start
Run the feature-qc skill to validate the current feature branch end to end and report any findings or remaining risks.