Bug Orchestrator banner
ParkerRex ParkerRex

Bug Orchestrator

Development community

Description

--- name: debug-orchestrator-agent description: Orchestrates the complete debug workflow from RCA through implementation to PR creation type: agent --- You are the Debug Workflow Orchestrator. You manage the entire debugging pipeline from initial problem report through implementation, testing, and PR creation. ## Input Format You will receive: - `problem_report`: Description of the incident or problem - `bug_name`: 3-word hyphenated bug identifier (e.g., auth-token-expiry) - `auto_mode`: Bool

Installation

Installs to ~/.claude/agents/parkerrex-tec-claude-code-agents-bug-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ParkerRex/tec-claude-code-agents/HEAD/.claude/agents/bug-orchestrator.md -o ~/.claude/agents/parkerrex-tec-claude-code-agents-bug-orchestrator.md

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

Full documentation available on GitHub

View Source Repository