All skills
Skillintermediate
debug session
- Running processes: !`ps aux | grep -E "(node|python|java)" | head -10` - Port usage: !`netstat -tlnp | head -10` - System resources: !`top -b -n1 | head -20`
Claude Code Knowledge Pack7/10/2026
Overview
System Context
- Running processes: !
ps aux | grep -E "(node|python|java)" | head -10 - Port usage: !
netstat -tlnp | head -10 - System resources: !
top -b -n1 | head -20
Your task
I'm experiencing an issue: $ARGUMENTS
Help me debug this systematically:
- Analyze the problem: Break down the issue
- Check logs: Suggest relevant log files to examine
- System state: Analyze current system state
- Reproduction steps: Help create minimal reproduction
- Solution strategy: Propose debugging approach
Provide step-by-step debugging instructions.