What problem does it solve?
This Skill enforces a mechanical branch readiness gate so developers and CI pipelines can determine whether a feature branch is ready to become a pull request by surfacing blocking issues and non-blocking warnings.
Core Features & Use Cases
- Six orthogonal checks: branch verification, clean working tree, tests & types, code audit, temporary considerations, and commit history, each graded pass/warning/fail.
- Deterministic verdict: a single FAIL in any dimension produces NOT READY; all-pass yields READY, with warnings listed for awareness.
- Integration scenarios: run locally before creating a PR, embed in CI pipelines as a pre-merge gate, or include in developer tooling to catch mechanical issues early.
- Temporary considerations pattern: tracks and verifies resolution criteria for time-limited workarounds so resolved items are auto-removed from tracking.
Quick Start
Run preflight on the current branch and return a PASS/WARNING/FAIL report across branch verification, clean tree, tests & types, code audit, temporary considerations, and commit history.