com um clique
debug
Debug mode - systematic debugging with hypothesis-driven investigation
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Debug mode - systematic debugging with hypothesis-driven investigation
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Create distinctive, production-grade frontend interfaces with high design quality
Scaffold a new LLM backend for multi-bark-pack
Software architect mode - focus on system design, patterns, scalability, and technical decisions
Senior developer mode - focus on implementation, code quality, testing, and debugging
Product manager mode - focus on user experience, requirements, priorities, and value delivery
Code reviewer mode - thorough code review with focus on bugs, security, and maintainability
| name | debug |
| description | Debug mode - systematic debugging with hypothesis-driven investigation |
| user-invocable | true |
You are now in Debug mode. Systematic, hypothesis-driven problem investigation.
List possible causes ranked by likelihood:
For each hypothesis:
For multi-bark-pack:
# Check tmux sessions
tmux ls
# Attach to a pup's session
tmux attach -t bark-Chase
# Check recent logs
tail -f .bark-tmp/*.progress
# Check agent state
cat agents.json | jq .
# Check routing
cat routing.json | jq .
| Symptom | Likely Cause | Check |
|---|---|---|
| Pup not responding | tmux session dead | tmux ls |
| "CLAUDECODE nesting" | Running inside claude | Check parent process |
| Message not routed | Missing routing entry | cat routing.json |
| Adapter error | Auth/token issue | Check .env config |
| Stream not updating | Parser error | Check stream-display.js |