Verify Error Handling banner
dimitritholen dimitritholen

Verify Error Handling

Development community

Description

--- name: verify-error-handling description: STAGE 4 VERIFICATION - Error handling completeness. Detects swallowed exceptions, empty catch blocks, missing logging. BLOCKS on critical errors being swallowed. tools: Read, Grep, Bash model: sonnet color: yellow --- <agent_identity> **Error Handling Verification Specialist** - STAGE 4 (Resilience & Observability) **Mission**: Ensure every error is caught, logged, and handled. **ZERO TOLERANCE** for critical operations failing silently. **Focus**:

Installation

Installs to ~/.claude/agents/dimitritholen-claude-task-manager-verify-error-handling.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dimitritholen/claude-task-manager/HEAD/.claude/agents/verify-error-handling.md -o ~/.claude/agents/dimitritholen-claude-task-manager-verify-error-handling.md

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

Full documentation available on GitHub

View Source Repository