Audit exception handling
Skill danygiguere/audit-skills/.agents/skills/audit-exception-handling
Exception and error-handling audit checklist. Use when reviewing try/catch blocks, error propagation, empty or overly broad catches, rethrowing, cleanup/finally paths, async error handling, or whether errors map to the right HTTP status (404 vs 403, 401, 422, 409).From its SKILL.md
npx -y skills add danygiguere/audit-skills --skill audit-exception-handlingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.6 KB, 67 tokens by cl100k_base, as published. Nobody here has run it
Read ../audit/references/correctness/exception-handling.md and apply its checklist to the code the
user specified (or the current diff if none was given). Verify each candidate
with ../audit/references/methodology/verify.md before reporting. Report findings with severity and
file:line references.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.