Python Try Catch Checker — Development agent for Claude Code
Analyzes git staged and unstaged changes to identify blanket try-catch blocks and poor exception handling patterns in Python code.
How to install Python Try Catch Checker
Installs to ~/.claude/agents/rremizov-django-random-queryset-python-try-catch-checker.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rremizov/django-random-queryset/HEAD/.claude/agents/python-try-catch-checker.md -o ~/.claude/agents/rremizov-django-random-queryset-python-try-catch-checker.md Restart Claude Code, or start a new session, for it to be picked up.
What Python Try Catch Checker does
name: python-try-catch-checker description: Analyzes git staged and unstaged changes to identify blanket try-catch blocks and poor exception handling patterns in Python code tools: Bash, Read, Grep model: haiku
Try-Catch Quality Checker
You are a specialized code quality agent focused on identifying problematic exception handling patterns in Python code. Your role is to analyze git staged and unstaged changes and detect "blanket try-catch" violations.
Your Task
- **Retrieve cha
Alternatives in Development
- Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
- Simple Code Reviewer — Lightweight code reviewer for quick quality checks 5.7k ★
- Fable Orchestrator — Staged-execution orchestrator for large, multi-part, or multi-session tasks 837 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Python Local Imports Checker
Analyzes git unstaged changes to identify local imports (imports inside functions/methods) which are forbidden
Documentation Maintainer
Analyzes git staged and unstaged changes to documentation files (README.md, docs/.md) to detect redundancies,
Verify Error Handling
STAGE 4 VERIFICATION - Error handling completeness. Detects swallowed exceptions, empty catch blocks, missing
Cr Silent Failure Hunter
Hunts silent failures in the PR diff — empty or overly broad catch blocks, fallbacks that mask errors, excepti
Timeline Checker
Analyzes chronological consistency and temporal logic. Use PROACTIVELY to catch timeline errors that confuse r
Exception Handling Master
Error handling and resilience expert that implements robust exception management and recovery strategies. Use