Agent skill
Bug Fixer General
General debugging and bug fixing skill. Handles general logic errors, specific domain bugs (timer, keyboard, canvas), and crash investigations.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/dev-bug-fixer
SKILL.md
Bug Fixer General
🎯 Capabilities
- General Debugging: Analyze stack traces and error messages.
- Domain Specifics:
- Timer:
useTimer, intervals, background handling. - Keyboard: global event listeners,
useMagicKeys. - Canvas: Node positioning, drag/drop logic.
- Timer:
- Crash Resolution: App initialization failures, memory leaks.
🕵️ Debugging Protocol
- Reproduce: Can you make it fail reliably?
- Isolate: Narrow down to the specific component/composable.
- Log: Add console logs to trace data flow.
- Fix: Apply the minimal necessary change.
- Verify: Ensure the bug is gone AND no regression occurred.
⚠️ Common Pitfalls
- Reactivity: Mutating props directly (Vue warning).
- Lifecycle: Accessing DOM elements before mount.
- Async: Race conditions in
await.
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?