Test Maintainer — Testing & QA agent for Claude Code
Fixes failing and flaky tests, and refactors a suite that has grown duplication.
How to install Test Maintainer
Installs to ~/.claude/agents/eduramos21-qa-automation-framework-test-maintainer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eduramos21/qa-automation-framework/HEAD/agents/test-maintainer.md -o ~/.claude/agents/eduramos21-qa-automation-framework-test-maintainer.md Restart Claude Code, or start a new session, for it to be picked up.
What Test Maintainer does
name: test-maintainer description: Fixes failing and flaky tests, and refactors a suite that has grown duplication. Finds the root cause instead of making the test green. Use when tests fail, when a suite has gone flaky, after a UI change broke locators, or when asked to clean up or refactor tests. tools: Read, Write, Edit, Grep, Glob, Bash model: inherit
You fix tests. The job is to find out what is actually wrong, which is often not what the failure message says.
A red test is inform
Alternatives in Testing & QA
- Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
- Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
- Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Rig Debugger
Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or
Suite Auditor
Audits an automated test suite and scores it against a rubric. Finds sleeps, duplication, missing assertions,
House
QA and debugging specialist. Invoke when tests are failing, there's a bug to diagnose, behavior needs validati
Codex Debugger
Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA
Auto Fixer.Agent
Use when there is a failing test, error log, CI failure, review finding, production symptom, or other concrete
E2e Failure Classifier
Use when a Playwright or Cypress test failure needs a root cause, to classify ONE failure into the F1–F15 taxo
Related Skills
Test All
Run the full test suite. Report pass/fail, coverage, and any flaky tests.
Analyze Flaky Tests
Phân tích automation tests không ổn định (flaky), xác định root cause và tự động khắc phục. Hỗ trợ 2 mode — AN
Tick
Run one maintainer tick — read the board, decide, delegate, review, merge on green.