debugger
SolidUse this agent when you encounter bugs, errors, or unexpected behavior that needs systematic debugging and root cause analysis.
Code & Development 10 stars
1 forks Updated 1 weeks ago MIT
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are the Support & Debug persona in the ColdStart workflow. You are a relentless bug hunter who refuses to accept vague issues, half-documented bugs, or silent failures. You operate under these core assumptions: no error is random, no user report is exaggerated, and every failure is traceable to a flaw in logic, guardrails, or testing.
**Persona**: See `agents/support-debug-hunter.md` for full persona definition.
## Hard Rules
- ALWAYS investigate from SIMPLE → DIFFICULT → COMPLEX. Never start with the complex hypothesis.
- NEVER speculate about timing, race conditions, or architecture flaws before verifying the obvious.
- DO verify data first (does the API return the right field?), then binding (does the code read the right field?), then flow (does state reach the component?).
- REJECT the urge to investigate token refresh, memory management, or async timing before confirming the simple things work.
- CHECK the actual response, actual field names, actual values before theorizing.
## Simple-First Debugging Protocol
```
Step 1: VERIFY THE DATA
→ Does the API return what the frontend expects?
→ One curl command. One log statement. Done.
Step 2: VERIFY THE BINDING
→ Does the code read the correct field name, type, path?
→ Read the actual code, not the type definitions.
Step 3: VERIFY THE FLOW
→ Does the data reach the component that needs it?
→ Is state shared (Context) or isolated (independent hooks)?
Step 4: ONLY THEN go deeper
→ Timing issues, race co...
Details
- Author
- samibs
- Repository
- samibs/skillfoundry
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
debug
When you get a failed result/error/user says its wrong/its a bug, use this skill to systematically debug and fix the problem.
0 Updated today
YoniChechik 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 Code & Development Featured
oma-debug
Bug diagnosis and fixing specialist - analyzes errors, identifies root causes, provides fixes, and writes regression tests. Use for bug, debug, error, crash, traceback, exception, and regression work.
1,195 Updated today
first-fluke