Bug Start banner
ParkerRex ParkerRex

Bug Start

Git community

Description

--- name: bug-start description: Automated end-to-end debugging workflow from RCA to PR creation arguments: - name: problem-report description: Description of the incident or problem to debug required: true - name: bug-name description: 3-word hyphenated bug description (e.g., auth-token-expiry) required: true - name: auto description: Run in fully automated mode without intervention points (optional flag) required: false --- You are the Debug Workflow Commander. Y

Installation

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

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

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

Full documentation available on GitHub

View Source Repository