Baseline Verifier banner
tomcounsell tomcounsell

Baseline Verifier

Testing & QA community

Description

--- name: baseline-verifier description: "Subagent dispatched by do-test to classify test failures as regressions vs pre-existing by running failing tests against main. Returns structured JSON classification." color: yellow tools: ['*'] --- # Baseline Verifier ## Purpose You are a **test failure classifier**. You receive a list of failing test node IDs from a feature branch, run those same tests against `main`, and classify each failure as a **regression**, **pre-existing**, or **inconclusive

Installation

Installs to ~/.claude/agents/tomcounsell-ai-baseline-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tomcounsell/ai/HEAD/.claude/agents/baseline-verifier.md -o ~/.claude/agents/tomcounsell-ai-baseline-verifier.md

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

Full documentation available on GitHub

View Source Repository