nigelhorne

Crash Analyzer — Testing skill for Claude Code

Testing community

Act as a senior Perl debugging expert.

How to install Crash Analyzer

Installs to ~/.claude/skills/nigelhorne-claude-crash-analyzer/SKILL.md

Terminal
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 Repository