Crash Analyzer — Testing skill for Claude Code
Act as a senior Perl debugging expert.
How to install Crash Analyzer
Installs to ~/.claude/skills/nigelhorne-claude-crash-analyzer/SKILL.md
mkdir -p ~/.claude/skills/nigelhorne-claude-crash-analyzer && curl -fsSL https://raw.githubusercontent.com/nigelhorne/claude/HEAD/commands/crash-analyzer.md -o ~/.claude/skills/nigelhorne-claude-crash-analyzer/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Crash Analyzer does
Act as a senior Perl debugging expert. Analyze the provided source code alongside the accompanying stack trace, core dump, or test failure output.
EXECUTION & REASONING
- Step-by-Step Verification: Use a
block to trace the execution path and variable states leading to the crash before outputting the fix. - Root Cause Isolation: Identify the exact line, edge case, or upstream dependency failure that triggered the crash.
RESOLUTION & QUALITY
- Output the fully patched code block
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★
- RocketSimApp — RocketSim — 30+ tools for Xcode's iOS Simulator 791 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Logic Locate
Locate the root cause of a confirmed failure — use when you have a stack trace, failing test, or wrong output
Function Test
Act as a rigorous senior Perl SDET. Write a comprehensive set of white-box subtests in ./t/function.t to valid
Mutant Killers
Act as a rigorous senior Perl SDET specializing in mutation testing. Write a comprehensive set of tests in ./t
Debugging
Debug a bug, crash, failing test, or broken build to root cause
AI Dev Team Marketplace
Marketplace de plugins y skills multiagente para Claude Code y otras IA: desarrollo Full Stack, QA, Playwright
TDD Skill — BitcoinAddressFinder
This skill documents test-driven development practices and refactoring patterns used in the BitcoinAddressFind
Related Agents
Debug Agent
You are a specialized debugging agent. Your job is to investigate issues, trace through code, analyze logs, an
Codex Debugger
Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA
Crashlytics Triage Agent
Use this agent when you have a crash log, stack trace, or ANR report from Firebase Crashlytics, Play Console,