eduramos21

Test Maintainer — Testing & QA agent for Claude Code

Testing & QA community

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

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