Exception Review banner
dgriffith dgriffith

Exception Review

Development community

Description

# Exception Review Slash Command **Name:** exception-review **Pattern:** `/exception-review(?:\s+(.+))?` **Description:** Analyze exception handling patterns, error recovery mechanisms, and application resilience across the codebase ## Overview This slash command performs a comprehensive analysis of exception handling and error resilience patterns in your codebase. It identifies potential failure points, evaluates current error handling strategies, and provides recommendations for buildin

Installation

Installs to ~/.claude/skills/dgriffith-bad-daves-robot-army-exception-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dgriffith-bad-daves-robot-army-exception-review && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/commands/exception-review.md -o ~/.claude/skills/dgriffith-bad-daves-robot-army-exception-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository