fix-bare-excepts
CommunityStreamline exception handling in Python codebases.
System Documentation
What problem does it solve?
Manages and improves exception handling across codebases, eliminating bare except: clauses and overly broad exception handling.
Core Features & Use Cases
-
Scans for and fixes bare
except:clauses. -
Narrow exception handling based on context and intent.
-
Maintains a summary report of changes made and errors left intentional.
-
Use Case: After integrating
fix-bare-excepts, you'll notice that your Python codebase no longer relies on broad exception handling, improving maintainability and error visibility.
Quick Start
Analyze and correct exception handling in the current file with 'fix-bare-excepts analyze'
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fix-bare-excepts Download link: https://github.com/PatientVibes/agent-skills/archive/main.zip#fix-bare-excepts Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.