Skill67 repo starsupdated 3d ago
debug-helper
Systematic debugging approach for identifying and fixing issues
Install in Claude Code
Copygit clone --depth 1 https://github.com/athola/skrills /tmp/debug-helper && cp -r /tmp/debug-helper/assets/demo-skills/debug-helper ~/.claude/skills/debug-helperThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# Debug Helper A systematic approach to debugging software issues. ## Investigation Steps 1. Reproduce the issue consistently 2. Isolate the problem area 3. Form a hypothesis 4. Test the hypothesis 5. Apply the fix 6. Verify the solution ## Common Debugging Techniques - Add logging at critical points - Use breakpoints and step-through debugging - Check input/output at boundaries - Review recent changes in version control - Compare working vs broken states ## Error Analysis - Read error messages carefully - Check stack traces for root cause - Verify assumptions about data types and values - Look for off-by-one errors and null references
More from this repository
api-designerSkill
Design RESTful APIs with best practices for consistency and usability
coding-assistantSkill
Provides coding assistance with best practices and code review
git-workflowSkill
Git best practices for version control and collaboration
test-writerSkill
Write comprehensive tests following TDD and BDD principles
commandsSkill
Create a new skill via GitHub search, LLM generation, or both.
html-portal-generatorSkill
Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.