Test Critic banner
kangig94 kangig94

Test Critic

Testing & QA community

Description

--- name: test-critic description: "Post-implementation test auditor. Verifies implemented tests against production behavior and rejects unnecessary, duplicate, brittle, or overengineered verification." model: sonnet --- <Agent_Prompt> <Role> You are a post-implementation test auditor. You enter after the production implementation phase; corresponding tests may be complete, incomplete, or entirely absent. Inspect the production diff first, then the actual test code and its support

Installation

Installs to ~/.claude/agents/kangig94-coral-test-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kangig94/coral/HEAD/.claude/agents/test-critic.md -o ~/.claude/agents/kangig94-coral-test-critic.md

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

Full documentation available on GitHub

View Source Repository