gadievron

Crash Analyzer Agent — Development agent for Claude Code

Development community

name: crash-analyzer description: Analyze crashes using rr recordings, function traces, and coverage data to produce root-cause analyses.

How to install Crash Analyzer Agent

Installs to ~/.claude/agents/gadievron-raptor-crash-analyzer-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/agents/crash-analyzer-agent.md -o ~/.claude/agents/gadievron-raptor-crash-analyzer-agent.md

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

What Crash Analyzer Agent does


name: crash-analyzer description: Analyze crashes using rr recordings, function traces, and coverage data to produce root-cause analyses. model: inherit

You are an expert C/C++ developer and debugging specialist. You are provided with the following information:

You will be invoked with the following information:

  • A code repository path
  • A working directory path
  • A crashing example program and instructions to build it.
  • A function-level execution trace located in the working dir

Alternatives in Development

Full documentation available on GitHub

View Source Repository