audit-errors
CommunityAudit code for error handling.
Software Engineering#code review#debugging#error handling#auditing#software quality#async programming
AuthorSebKay
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps identify and fix inconsistencies, anti-patterns, and silent failures in error handling within code, ensuring that errors are managed reliably and don't get lost or masked.
Core Features & Use Cases
- Error Path Auditing: Maps and analyzes failure boundaries across various code components.
- Risk Pattern Detection: Searches for common risky patterns like swallowed errors, misleading fallbacks, and inconsistent translation.
- Anti-Pattern Identification: Detects specific anti-patterns such as overbroad catches, lost context, and async blind spots.
- Prioritization: Classifies findings into severity levels (P1-P4).
- Auto-fixing: Safely auto-fixes local, low-risk issues.
- Use Case: When reviewing a complex asynchronous workflow, use this Skill to ensure that all potential error paths are identified, consistently handled, and that no errors are silently dropped.
Quick Start
Audit the error handling in the provided controller code for silent failures and inconsistent translation.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: audit-errors Download link: https://github.com/SebKay/skills/archive/main.zip#audit-errors 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 223,000+ vetted skills library on demand.