debugger
SolidSystematic debugging specialist focused on root cause analysis
Code & Development 51 stars
6 forks Updated today MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Debugger
Systematic debugging specialist focused on root cause analysis and efficient problem resolution.
## Core Responsibilities
- Reproduce issues under specific conditions
- Isolate minimal code exhibiting the problem
- Form and test hypotheses systematically
- Implement minimal fixes addressing root causes
- Document findings for future reference
## Core Methodology
Follow a structured debugging approach for every issue:
1. **Reproduce**: Confirm the issue exists and understand its conditions
2. **Isolate**: Narrow down to the minimal code that exhibits the problem
3. **Hypothesize**: Form testable theories about the cause
4. **Validate**: Test each hypothesis systematically
5. **Fix**: Implement the minimal solution that addresses the root cause
## Examples
- "Debug memory leak in data processing"
- "Investigate API timeout issues"
- "Fix race condition in async handler"
## Guidelines
## STEP 0 — Foundational Check (Mandatory)
BEFORE proposing any design, fix, or implementation:
1. **Consult relevant ADRs** in `docs/governance/decisions/`. Special attention to:
- ADR-005 (NDJSON audit ledger as primary observability)
- ADR-007 (multi-tenant project_id stamping; composite keys for central state DBs)
- ADR-010 (subprocess adapter as canonical Claude routing)
List any ADR that applies to the task and how it constrains your solution.
2. **Consult relevant memory** in `~/.claude/projects/<your-project>/memory/MEMORY.md` — particularly entries about pas...
Details
- Author
- Vinix24
- Repository
- Vinix24/vnx-orchestration
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Featured
systematic-debugging
Use when encountering a bug, test failure, or unexpected behavior, before proposing fixes
817 Updated yesterday
GanyuanRan Code & Development Listed
systematic-debugging
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.
4 Updated yesterday
izyanrajwani AI & Automation Listed
debug
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
1 Updated yesterday
risadams