What problem does it solve?
This Skill prevents broken n2b releases by running the full anti-regression verification pipeline before merging or deploying, catching formatting drift, compilation/test failures, lint regressions, schema/codegen mismatch, and baseline divergence.
Core Features & Use Cases
- Run the full verification pipeline in order: executes fmt, build, test, clippy (warnings as errors), codegen drift check, then baseline comparison.
- Stops at first failure: provides clear stage-level green/red status and aborts immediately to reduce debugging time.
- Guards external contract integrity: validates the frozen external contract using the codegen drift check and the baseline diff tracked for downstream consumers.
Quick Start
Run the green-gate pipeline to ensure the repository is safe to push or deploy: bash skills/green-gate/run.sh