rremizov

Python Try Catch Checker — Development agent for Claude Code

Development community

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

Terminal
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

  1. **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 Repository