Test Review Gates banner
Spardutti Spardutti

Test Review Gates

Testing & QA community

Description

--- name: test-review-gates description: Runs the objective test-verification gates (red-green implementation-removal + mutation testing) for ONE shard of source files inside its own throwaway git worktree, so several shards can mutate source in parallel without colliding. Returns surviving mutants and tests that stayed green as JSON. Mutates source only inside its worktree, never the real tree, and never judges test quality. model: sonnet tools: Bash, Read, Grep, Glob, Edit, Write isolation: wo

Installation

Installs to ~/.claude/agents/spardutti-claude-skills-test-review-gates.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Spardutti/claude-skills/HEAD/agents/test-review-gates.md -o ~/.claude/agents/spardutti-claude-skills-test-review-gates.md

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

Full documentation available on GitHub

View Source Repository