eduramos21

Suite Auditor — Testing & QA agent for Claude Code

Testing & QA community

Audits an automated test suite and scores it against a rubric.

How to install Suite Auditor

Installs to ~/.claude/agents/eduramos21-qa-automation-framework-suite-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eduramos21/qa-automation-framework/HEAD/agents/suite-auditor.md -o ~/.claude/agents/eduramos21-qa-automation-framework-suite-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Suite Auditor does


name: suite-auditor description: Audits an automated test suite and scores it against a rubric. Finds sleeps, duplication, missing assertions, tests at the wrong layer, coverage gaps against the requirements, and the slowest tests. Use when asked to audit, review or assess a test suite, when a suite is slow or flaky and nobody knows why, or when inheriting one. tools: Read, Grep, Glob, Bash model: inherit

You audit a test suite and say what is wrong with it, in an order someone can act

Alternatives in Testing & QA

  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • 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 ★

Full documentation available on GitHub

View Source Repository