troubleshooting
Structured debugging workflow. Only when user explicitly asks for help debugging.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install settlemint/agent-marketplace/troubleshooting skilz install settlemint/agent-marketplace/troubleshooting --agent opencode skilz install settlemint/agent-marketplace/troubleshooting --agent codex skilz install settlemint/agent-marketplace/troubleshooting --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplace cp -r agent-marketplace/devtools/skills/troubleshooting ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 81.0
Agent Skill Grade
B
Score: 81/100
Click to see breakdown
Score Breakdown
Areas to Improve
- File exceeds 100 lines significantly but lacks table of contents for quick navigation
- 110+ lines of agent-specific debugging could be moved to references/agent-debugging.md
- Success checklist at line 504 should be prominent near quick_start for immediate visibility
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
Developer Feedback
I took a look at your troubleshooting skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 81/100, solid B territory. This is based on Anthropic's best practices for skill design. Your strongest area is Utility (18/20) – the skill actually solves real debugging problems with systematic workflows. Weakest area is Progressive Disclosure Architecture (22/30) – mainly because a 523-line file without a TOC makes navigation harder than it should be.
What's Working Well
- Strong trigger coverage – Your metadata includes specific error patterns (TypeError, ECONNREFUSED) and intent phrases ("help debug", "fix this"), which means agents will actually find this skill when they need it
- Solid utility focus – The quick_start workflow, CI feedback loop section, and before/after checklist patterns show you understand how debugging actually works in practice
- Helpful references – Moving regenerate-vs-repair and boundary-complexity concepts to separate files is the right call, even if you could delegate more
The Big One: Navigation Crisis
Your 523-line SKILL.md is packed with value but impossible to scan. Agents and humans alike need to know what's where without reading everything. Add a table of contents immediately after the frontmatter with anchor links to each major section:
## Contents
- [Quick Start](#quick-start)
- [Agent Debugging](#agent-debugging)
- [CI Feedback Loop](#ci-feedback-loop)
- [Success Criteria](#success-criteria)
This one change gets you +2 points and makes the skill actually usable at scale.
Other Things Worth Fixing
Agent debugging section is bloated (~110 lines) – Move the React/database/network/memory-specific debugging to
references/agent-debugging.md, keep a 5-line summary with a pointer. Gain ~3 points and better token economy.Success criteria checklist is buried – It's at line 504. Move it right after quick_start so users see the win conditions immediately, not after 300+ lines. Quick +1 point fix.
Voice consistency slip – Lines like "before checking your code" and "what you think" break your otherwise solid imperative voice. Rewrite to "before checking the code" and "expected behavior" to stay consistent. +1 point.
Quick Wins
- Add a TOC with anchor links (+2 pts, fixes navigation)
- Move agent debugging section to references (+3 pts, improves PDA)
- Relocate success criteria near quick_start (+1 pt, better UX)
- Standardize voice to imperative throughout (+1 pt)
These changes would put you at 88/100 and move you solidly into A territory.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?