.claude/skills/analyze-errors/SKILL.md
Trace error handling paths and find gaps. Use when debugging silent failures or auditing reliability.
npx skillsauth add akashmeshram/claude-disco analyze-errorsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Trace error flows using the error-flow-analyzer agent.
### Error Flow Map
entry_point()
├── [try] operation()
│ ├── [catch] SpecificError → retry
│ └── [catch] Exception → re-raise
└── [uncaught] → propagates
### Silent Failures
| Location | Exception | Action | Risk |
### Missing Handlers
| Location | Potential Error | Impact |
### Recommendations
| Priority | Location | Issue | Fix |
Use subagent_type: error-flow-analyzer
tools
Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch.
tools
Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling.
testing
Generate comprehensive analysis report by running multiple agents. Use for full audits, onboarding docs, or architecture reviews.
development
Generate new features, components, services, and modules that follow existing codebase patterns.