| name | check-quality |
| description | Enforce code quality using ruff, pytest coverage, and static type checking |
| version | 2.1 |
| author | software-engineer |
| audience | software-engineer, system-architect |
| workflow | feature-lifecycle |
Check Quality
Quick reference for the software-engineer quality gate before handing off to the system-architect (Step 4).
For the full verification protocol used by the system-architect, load skill verify.
When to Use
Load this skill when completing Step 3 and preparing to hand off to the system-architect. Run all four commands; all must pass before signalling handoff.
Step-by-Step
uv run task lint
uv run task static-check
uv run task test-coverage
timeout 10s uv run task run
All four must pass. Do not hand off broken work.
Checklist