quality-gate
Installation
SKILL.md
Quality gate
Use this skill before finalizing non-trivial work.
Gate checklist
Check:
- Requirements and acceptance criteria are satisfied.
- Correct specialist implemented the change.
- Tests were added or updated when behavior changed.
- Relevant tests, typecheck, lint, or build were run.
- Security review ran when sensitive areas were touched.
- Code review found no blocking issues.
- Docs or project memory were updated when needed.
- GitHub branch, issue, and PR state are clear.
- Workflow checkpoint passes.
- Release readiness is not claimed when QA is deferred.
- Standard work has a persisted plan under
.kavion/plans/. - Standard work has QA/test and code-review reports under
.kavion/reports/.