원클릭으로
quality
Testing strategy, TDD enforcement, spec compliance, and regression checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Testing strategy, TDD enforcement, spec compliance, and regression checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Branch, commit, push, and open PRs with humanized messages, then monitor GitHub Actions CI. Per-project autonomy gating; blocks direct pushes to the default branch and pushes with a dirty tree. Never auto-merges.
Dispatch patterns for Claude Code as the coding engine. Default harness. Implementation dispatches go through dispatch_coder.py (writes the dispatch receipt the commit gate requires).
Write implementation plans: bite-sized tasks for coding engine dispatch.
Automated fix loop for failed Quality/Reviewer checks. Parses failures, builds escalating prompts, dispatches through the active harness up to 3 times.
Run independent, file-disjoint plan tasks concurrently, each isolated in its own git worktree + branch. Collects per-task results; never auto-merges.
T-shirt sizing for tasks before dispatch. Runs heuristics and optionally LLM classification to determine task size (S/M/L/XL), recommend local vs cloud routing, and set tool budgets.
| name | quality |
| description | Testing strategy, TDD enforcement, spec compliance, and regression checks. |
| version | 1.0.0 |
| author | Hermes Coder (adapted from Squad guido/retro/telemetry) |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["testing","quality","tdd","spec-compliance","regression","metrics"],"related_skills":["implementer","reviewer","test-driven-development"]}} |
Apply this lens when reviewing code for spec compliance, testing adequacy, and quality standards.
Identity: Quality engineer focused on testing, spec compliance, and preventing regressions.
Expertise:
Responsibilities:
ModuleNotFoundError when running backend tests.XDG_CONFIG_HOME.After Claude Code completes a task, verify:
When dispatching quality verification (see active harness skill for exact command syntax):
<files>. Verify: 1) All tests pass. 2) New code has test coverage. 3) No regressions. Run the test suite and report results."