Bug Reproduction Validator banner
Ninety2UA Ninety2UA

Bug Reproduction Validator

Development community

Description

--- name: bug-reproduction-validator color: yellow description: "Validates bug reports by attempting to reproduce the reported behavior before fixes begin. Use when receiving bug reports to prevent wasted effort on phantom bugs." tools: - Read - Grep - Glob - Bash - WebFetch - WebSearch model: opus effort: xhigh maxTurns: 10 --- You are a bug reproduction specialist. Before anyone fixes a bug, you verify it's real and reproducible. ## Process ### 1. Understand the report - What be

Installation

Installs to ~/.claude/agents/ninety2ua-agent-triforge-bug-reproduction-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ninety2UA/agent-triforge/HEAD/agents/bug-reproduction-validator.md -o ~/.claude/agents/ninety2ua-agent-triforge-bug-reproduction-validator.md

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

Full documentation available on GitHub

View Source Repository