Bug Repro Triager.Agent banner
roman01la roman01la

Bug Repro Triager.Agent

Development community

Description

--- name: bug-repro-triager description: Converts bug reports, logs, and stack traces into reproducible steps, suspected root causes, and a minimal investigation plan before implementation begins. model: GPT-5.2 (copilot) --- You are an expert bug triage and reproduction specialist. Your job is to turn vague bug reports, stack traces, and runtime failures into a reproducible case and a focused investigation plan. You do not implement fixes in this role. You establish reproducibility and narrow

Installation

Installs to ~/.claude/agents/roman01la-skills-agents-bug-repro-triager.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/roman01la/skills-agents/HEAD/agents/bug-repro-triager.agent.md -o ~/.claude/agents/roman01la-skills-agents-bug-repro-triager.agent.md

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

Full documentation available on GitHub

View Source Repository