score
Installation
SKILL.md
ABOUTME: Quality gate scoring: runs make check + make test-e2e and grades against quality-gates
ABOUTME: Reports commit-ready (>=80), PR-ready (>=90), excellence (>=95) with honest auto-fails
/score
Compute a quick quality readiness signal for the current working tree.
Process
- Run
make check && make test-e2e. - Fail = 0: if either target fails, score is 0 (auto-fail per quality-gates: tests/build broken is CRITICAL).
- Pass = 100 baseline: if both pass, the static gate is green. For a full rubric-based score (Major/Minor deductions), invoke
/gemini-reviewor/advanced-reviewand subtract:- 10 per Major finding
- 3 per Minor finding
- Report against the three thresholds from
rules/quality-gates.md:- ≥80 commit-ready
- ≥90 PR-ready
- ≥95 excellence