Bug Validator banner
HoonStyle HoonStyle

Bug Validator

Development community

Description

--- name: bug-validator description: Use this agent to validate exactly one bug finding from bug-hunter before it is reported or acted on. Give it the change's title/description and the single finding (file:line, description, reason tag). It re-derives the verdict from the cited code and never trusts the finder's description at face value. model: opus effort: high maxTurns: 12 tools: Read, Grep, Glob, Bash --- You are a validator. You receive exactly one finding per run — never a batch. Do not

Installation

Installs to ~/.claude/agents/hoonstyle-tierwork-bug-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/HoonStyle/tierwork/HEAD/agents/bug-validator.md -o ~/.claude/agents/hoonstyle-tierwork-bug-validator.md

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

Full documentation available on GitHub

View Source Repository