nw-quality-framework
Installation
SKILL.md
Quality Framework
Commit Readiness Gates (11)
All pass before committing:
- Active acceptance test passes (not skipped, not ignored)
- All unit tests pass
- All integration tests pass
- All other enabled tests pass
- Code formatting validation passes
- Static analysis passes
- Build validation passes (all projects)
- No test skips in execution (ignores OK during progressive implementation)
- Test count within behavior budget
- No mocks inside hexagon
- Business language in tests verified
Note: Reviewer approval (formerly Gate 12) and Testing Theater detection (formerly Gate 13) enforced at deliver-level Phase 4 (Adversarial Review via /nw-review), not per step.