What problem does it solve?
This Skill solves the common pain point of incomplete local pre-PR validation that omits critical CI gates (like linting), which leads to avoidable failed CI runs, wasted review cycles, and delayed feature shipping.
Core Features & Use Cases
- Exact CI Mirroring: Runs the full sequence of mechanical gates defined in your project's documentation (typecheck, lint, full test suite, contract verification, and custom gate scripts) to match CI behavior exactly.
- Comprehensive Failure Reporting: Collects and reports all failing gate results instead of stopping at the first error, so you can fix all issues in a single pass.
- CI Coverage Transparency: Explicitly calls out gates that can only run in CI (such as boot smoke tests or end-to-end tests requiring deployed environment variables) so you have full visibility into local validation gaps.
- Use Case: Before opening a PR for a code change, run this skill to confirm all reproducible local gates pass, ensuring your first CI run is green and eliminating back-and-forth on fixable CI failures.
Quick Start
Use the gate-check skill to run the full mechanical gate sweep for your current uncommitted code changes before opening a pull request.