Agent skill
debug-analyzer
Analyze code for bugs, errors, and debugging opportunities
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/debug-analyzer
SKILL.md
Debug Analyzer Skill
This skill helps analyze code for bugs, errors, and provides debugging guidance.
When to Use
- When code is crashing or throwing exceptions
- When debugging complex issues
- When analyzing error logs
- When troubleshooting performance problems
- When reviewing code for potential bugs
Capabilities
- Error Analysis: Analyze stack traces and error messages
- Code Review: Review code for common bugs and issues
- Debugging Strategies: Suggest debugging approaches
- Log Analysis: Parse and interpret log files
- Root Cause Analysis: Help identify underlying issues
Usage Examples
Analyze an Error
I'm getting this error: TypeError: Cannot read property 'map' of undefined
Debug Performance
My application is running slowly, can you help debug the performance?
Review Code for Bugs
Can you review this code for potential bugs?
[paste code]
Best Practices
- Provide full error messages and stack traces
- Include relevant code context
- Describe what you expected vs what happened
- Share any recent changes that might be related
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?