Baseline Auditor banner
toxiccoder777 toxiccoder777

Baseline Auditor

Development community

Description

--- name: baseline-auditor description: Use this agent to judge whether a captured baseline is trustworthy before it gets frozen and committed for verification-gate to compare against. Invoke it right after running a capture script and before committing the resulting baseline files, whenever a validity-report.json needs a human-quality second opinion rather than just the mechanical checks the gate itself runs, or when a gate chain's PASS results feel suspiciously easy and the baseline itself is

Installation

Installs to ~/.claude/agents/toxiccoder777-agentic-claude-baseline-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/toxiccoder777/agentic-claude/HEAD/agents/baseline-auditor.md -o ~/.claude/agents/toxiccoder777-agentic-claude-baseline-auditor.md

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

Full documentation available on GitHub

View Source Repository