Crash Analysis banner
gadievron gadievron

Crash Analysis

Development community

Description

--- description: Autonomous crash root-cause analysis for C/C++ bugs --- # /crash-analysis - Autonomous Crash Root-Cause Analysis Analyzes security bugs from bug tracker reports with full root-cause tracing. ## Usage ``` /crash-analysis <bug-tracker-url> <git-repo-url> ``` ## What This Does 1. Fetches bug report from the provided URL 2. Clones the repository from the Git URL 3. Reads README to determine build process 4. Rebuilds with AddressSanitizer and debug symbols 5. Reproduces the cra

Installation

Installs to ~/.claude/commands/gadievron-raptor-crash-analysis.md

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

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

Full documentation available on GitHub

View Source Repository