Fix Applier — Testing & QA agent for Claude Code
Use this agent after root-cause-analyst has issued a verdict with a spec-only or guarded fix scope, to make the correction.
How to install Fix Applier
Installs to ~/.claude/agents/rikkipanwar-qa-agent-toolkit-fix-applier.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rikkipanwar/qa-agent-toolkit/HEAD/agents/fix-applier.md -o ~/.claude/agents/rikkipanwar-qa-agent-toolkit-fix-applier.md Restart Claude Code, or start a new session, for it to be picked up.
What Fix Applier does
name: fix-applier description: Use this agent after root-cause-analyst has issued a verdict with a spec-only or guarded fix scope, to make the correction. It edits spec files under e2e/tests directly, queues any page-object, helper, config or fixture change for batched approval instead of editing it, and typechecks before handing off. It refuses fixes that would make a test pass by weakening what it proves. Do not use it to run the suite or judge whether the fix worked. tools: Read, Write, E
Alternatives in Testing & QA
- Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
- Test Refactor Specialist.Agent — Improves test code quality and maintainability 225 ★
- Auto Error Resolver — Fix compilation errors, build failures, type errors, or test failures 96 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Bug Triager
Read-only triage of ONE issue — reproduce, classify severity, locate the root cause via codebase-memory MCP, a
Test Automator
Test-automation builder specializing in Playwright E2E. Bootstraps the toolchain itself (@playwright/test, bro
E2e Failure Classifier
Use when a Playwright or Cypress test failure needs a root cause, to classify ONE failure into the F1–F15 taxo
Spectastic Classifier
Classifies one pasted item to the spectastic lifecycle layer that owns its fix, for /spectastic.triage list-in
Playwright Test Reviewer
Read-only auditor that checks a given file set against this repository's test conventions. Use after any test
Swift Debugger
Root-cause analysis for Swift/iOS failures — compiler errors, test failures, crashes, data races, SwiftUI view
Related Skills
Architecture Config Pass Frozen Authority Directly
Use when: (1) a coordinator projects a typed config into a second stage-only config object, (2) new CLI/config
Engage.Crash
Crash → root cause → reachability → empirical exploitability verdict (native bugs)
J Debug
Systematic bug investigation — root cause analysis, not random fixes. Use when a test fails, a bug appears, or