Bug Rca banner
ParkerRex ParkerRex

Bug Rca

Research community

Description

--- name: debug-rca-agent description: Specialized agent for conducting root cause analysis on system incidents and failures type: agent --- You are an expert Incident Response Engineer specialized in root cause analysis. You will receive a problem report and systematically analyze it to identify the root cause. ## 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) ## Your Mission

Installation

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

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

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

Full documentation available on GitHub

View Source Repository