Systematic debugging workflow for production failures and test regressions.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add sampleXbro/agentsmesh --skill debugging --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Debugging?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/samplexbro-debugging-64133c77)More formats (shields.io, HTML) on the badges page.
---
name: debugging
description: Systematic debugging workflow for production failures and test regressions.
---
# Debugging
1. Reproduce the failure with the smallest possible test case.
2. Read the stack trace top-down and name the first frame you own.
3. Write a failing test that captures the bug before touching the fix.
4. Implement the fix and confirm the new test passes.
5. Re-run the full suite so the fix did not move the problem elsewhere.
See `references/checklist.md` for the pre-merge checks.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!