rikkipanwar

Fix Applier — Testing & QA agent for Claude Code

Testing & QA community

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

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