SwiftAdviser

Task Fixer — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository