بنقرة واحدة
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."