audit-silent-errors
CommunityExpose hidden exceptions and improve telemetry.
Software Engineering#error handling#observability#telemetry#debuggability#silent failures#logging audit#python exceptions
AuthorElPoot
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you detect and eliminate silent failures caused by exceptions being swallowed without sufficient logging or user feedback, making production issues hard to diagnose.
Core Features & Use Cases
- Exception observability audit: Reviews how the code handles errors, focusing on broad or silent
exceptblocks that hide the real root cause. - Logging and UI feedback checks: Verifies whether failures are captured via
logger.error()/exception()and whether the user gets actionable feedback instead of an invisible degraded state. - Targeted codebase coverage: Prioritizes the project areas where data loading, XML/API parsing, and UI interactions commonly fail (GUI main window, XML manager, classification utilities, session view, and other matched patterns).
Quick Start
Use this Skill to audit the repository for except blocks that pass/continue/return without logging, then generate a prioritized report with suggested fixes for logging and user feedback.
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-silent-errors Download link: https://github.com/ElPoot/contabilidad/archive/main.zip#audit-silent-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 471,000+ vetted skills library on demand.