·debug
</>

debug

Debug sistematico con indagine basata su ipotesi. Da utilizzare quando qualcosa non funziona, i test falliscono, si verifica un comportamento imprevisto o gli errori richiedono un'indagine. Si attiva su: "questo non funziona", "debug", "perché non funziona", "errore imprevisto", "non funziona", "bug", "risolvi questo problema", "investiga", "test falliti", "traccia l'errore", "usa la modalità debug". Modalità di accesso completo: può eseguire comandi, aggiungere registrazioni e risolvere problemi.

10Installazioni·1Tendenza·@mcouthon

Installazione

$npx skills add https://github.com/mcouthon/agents --skill debug

Come installare debug

Installa rapidamente la skill AI debug nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/mcouthon/agents --skill debug
  3. Verifica l'installazione: Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Fonte: mcouthon/agents.

| Works locally, fails in CI | Environment differences, missing deps | | Intermittent failure | Race condition, timing, external dependency | | Wrong output | Logic error, wrong variable, off-by-one | | Crash/exception | Null/None access, type mismatch, missing data | | Performance issue | N+1 queries, missing index, memory leak |

| "I'll just add a quick fix" | Quick fixes hide root cause. Follow Phase 1 first. | | "It's probably X" | "Probably" isn't evidence. Test the hypothesis. | | "This is too simple to debug formally" | Simple bugs waste the most time when undiagnosed. | | "I've tried 3 things, might as well try a 4th" | STOP. Return to Phase 1. Re-analyze with new info. |

| "It works now, not sure why" | If you don't know why it works, it will break again. |

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/mcouthon/agents --skill debug
Categoria
</>Sviluppo
Verificato
Prima apparizione
2026-02-01
Aggiornato
2026-03-10

Browse more skills from mcouthon/agents

Risposte rapide

Che cos'è debug?

Debug sistematico con indagine basata su ipotesi. Da utilizzare quando qualcosa non funziona, i test falliscono, si verifica un comportamento imprevisto o gli errori richiedono un'indagine. Si attiva su: "questo non funziona", "debug", "perché non funziona", "errore imprevisto", "non funziona", "bug", "risolvi questo problema", "investiga", "test falliti", "traccia l'errore", "usa la modalità debug". Modalità di accesso completo: può eseguire comandi, aggiungere registrazioni e risolvere problemi. Fonte: mcouthon/agents.

Come installo debug?

Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/mcouthon/agents --skill debug Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Dov'è il repository sorgente?

https://github.com/mcouthon/agents