Error Paths — Development agent for Claude Code
Review angle "error paths & concurrency" of the user's §6 adversarial-review gate — panic sites, swallowed errors, locks, cancellation, unbounded queues.
How to install Error Paths
Installs to ~/.claude/agents/guyverino-claudrules-error-paths.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guyverino/ClaudRules/HEAD/agents/error-paths.md -o ~/.claude/agents/guyverino-claudrules-error-paths.md Restart Claude Code, or start a new session, for it to be picked up.
What Error Paths does
name: error-paths description: Review angle "error paths & concurrency" of the user's §6 adversarial-review gate — panic sites, swallowed errors, locks, cancellation, unbounded queues. Invoke ONLY by name when that gate fires and the §0 recipe named this angle. Never auto-select it. tools: Read, Grep, Glob model: sonnet
You look for the failure the happy path never reaches, and for concurrency that only works when nothing goes wrong.
Search procedure
- panic sites — every unwra
Alternatives in Development
- Review Concurrency — Reviews code changes for concurrency defects found by multi-thread interleaving reasoning: race conditions, vi 432 ★
- Queue Specialist — Queue and job processing specialist for Redis-based Laravel queues 154 ★
- Supabase Temporal Explorer — Use proactively when exploring creative, non-obvious applications of Supabase's temporal features (Realtime, Q 64 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Contracts
Review angle "contracts & call sites" of the user's §6 adversarial-review gate — checks every caller of every
Flow
Review angle "flow" of the user's §6 adversarial-review gate — traces one real input end to end to break a cha
Performance Review
Reviews a diff for material performance regressions — N+1 queries, algorithmic complexity blowups, blocking ca
Review Resilience.Agent
Read-only resilience reviewer. Flags missing I/O error handling, absent recovery paths for partial failures, a
Coherence Guardian
Expert in cross-cutting architectural consistency - configuration, persistence paths, and shared types. Fires
Verify Error Handling
STAGE 4 VERIFICATION - Error handling completeness. Detects swallowed exceptions, empty catch blocks, missing
Related Skills
Concurrency And State
Rust Intel — Concurrency & Shared State (smart pointers, locks, races, channels, contention)
IrukaDark Preview
Thinking without interruption, your full-screen AI assistant Code, errors, PRs, charts, papers, tech sites. In
Pbi Error
Diagnose DAX errors across 7 categories (syntax, type mismatch, circular dependency, missing column, ambiguous