debug
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
<live_context>
Recent git changes (regression candidates):
!git log --oneline -10 2>/dev/null || echo "(not a git repo)"
Working tree status:
!git status --short 2>/dev/null || echo "(not a git repo)"
</live_context>
<trigger_examples>
- "Debug why the form submission fails with a 500 error"
- "The dashboard page shows a blank screen after login"
- "API returns 403 but the user should be authorized"
- "Investigate this Sentry issue: PROJECT-123"
- "The form submits but nothing appears in the list"
- "Debug the notification queue — jobs are stuck" </trigger_examples>