coverage-gate
Installation
SKILL.md
Coverage Gate
Gate 1: Coverage thresholds
- Run project test command.
- Run project coverage command.
- Verify coverage summary exists.
- Enforce thresholds based on
coverageMode:
Coverage modes
"absolute" (default): Current behavior — all metrics must meet configured thresholds.
"no-decrease": Blocks only if coverage decreased from a recorded baseline.