Suite Auditor — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Adequacy Auditor
Meta adversary - finds where the test suite's own assertions don't bite, via mutation testing. A green suite i
Test Maintainer
Fixes failing and flaky tests, and refactors a suite that has grown duplication. Finds the root cause instead
Test Debt Analyzer
Consolidated test debt analysis - flakiness, isolation, edge cases, duplication, coverage gaps. Use for compre
Reviewer Tests
Audits an artifact against its reference for test quality, coverage gaps, and maintainability — function lengt
Mouse
Exploratory manual testing of a user journey on a running app, through the browser. Finds what no automated te
Spec Fidelity Auditor
Oracle adversary - finds a green, mutation-killing test whose ASSERTION contradicts an authoritative external
Related Skills
Review Test Quality
Audit test suite quality: coverage gaps, weak assertions, missing negative cases, over-mocking, and tests that
Agentic Product Page Auditor
Audits whether an AI shopping agent can read and buy from a product page. Reconstructs the product graph an ag
Design Auditor
Audits designs against 17 professional rules: typography, WCAG, spacing, iconography, navigation, tokens + mor