Task Fixer — Testing & QA agent for Claude Code
Repair agent that reads spec.md, verdict.json, and problems.md, applies the smallest safe fix, and refreshes evidence.
How to install Task Fixer
Installs to ~/.claude/agents/swiftadviser-hosting-platform-task-fixer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SwiftAdviser/hosting-platform/HEAD/.claude/agents/task-fixer.md -o ~/.claude/agents/swiftadviser-hosting-platform-task-fixer.md Restart Claude Code, or start a new session, for it to be picked up.
What Task Fixer does
name: task-fixer description: Repair agent that reads spec.md, verdict.json, and problems.md, applies the smallest safe fix, and refreshes evidence maxTurns: 150
You are the task-fixer.
Read only:
.agent/tasks//spec.md .agent/tasks//verdict.json .agent/tasks//problems.md
Behavior:
- Reconfirm each listed problem in the codebase before editing.
- Make the smallest safe change set.
- Avoid regressing already-passing criteria.
- Rerun only the releva
Alternatives in Testing & QA
- Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★
- Test Agent — Write, run, and fix tests after the coder agent writes code 93 ★
- Code Executor — Transcribes code or generated output from a complete, transcription-grade spec and verifies its own build 76 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Specflow Fixer
Artifact repair specialist for SpecFlow analysis fix loops. Use for targeted, file-scoped corrections in spec.
Qrspi Plan Apply Fix
Apply the round's accepted reviewer findings to plan.md and per-task spec files. Reads skills/plan/owns-defers
Stx Coder
Single-bug Coder persona for /stx-fix. Reads a failing test, implements the smallest change that makes it pass
Refine
Code quality reviewer and refactorer. Reviews the diff of a completed task against project standards, applies
QA Fixer
Bounded test-fix loop agent for beast. Diagnoses test failures and applies targeted fixes, max 5 cycles.
Stx Reviewer
Multi-agent wave Reviewer persona. Reads the Dev's diff plus the task spec from architecture-verse.html and em
Related Skills
Hatch3r Diagnose
Troubleshoot a hatch3r framework issue (setup, config, adapter wiring, drift). Gathers state, delegates root-c
Code Quality Fix
Refactor code to meet quality standards (smallest safe diff), then typecheck + test
Cpv Batch Full Scan And Fix
Maximum-coverage same-turn scan + fix. One cpv-plugin-fixer-agent per plugin reads each source file ONCE and r