Crash Report banner
chrismccoy chrismccoy

Crash Report

Development community

Description

--- description: Diagnose a macOS crash report in plain English - six fixed sections, every claim tied to a field in the report. argument-hint: [optional path to a .ips/.crash file, or a pasted report] allowed-tools: AskUserQuestion, Read, Glob, Bash disable-model-invocation: true --- > **Load first.** Read `${CLAUDE_PLUGIN_ROOT}/lib/crash-report/SKILL.md` in full before > anything else - intake, tool calls, or output. That file is the authoritative > procedure for this command; every mention o

Installation

Installs to ~/.claude/skills/chrismccoy-forge-crash-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chrismccoy-forge-crash-report && curl -fsSL https://raw.githubusercontent.com/chrismccoy/forge/HEAD/commands/crash-report.md -o ~/.claude/skills/chrismccoy-forge-crash-report/SKILL.md

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

Full documentation available on GitHub

View Source Repository