Che cos'è generate-tests?
Genera test completi per il codice. Da utilizzare quando si aggiunge la copertura del test, si implementa TDD o si garantisce l'affidabilità del codice. Fonte: zbruhnke/claude-code-starter.
Genera test completi per il codice. Da utilizzare quando si aggiunge la copertura del test, si implementa TDD o si garantisce l'affidabilità del codice.
Installa rapidamente la skill AI generate-tests nel tuo ambiente di sviluppo tramite riga di comando
Fonte: zbruhnke/claude-code-starter.
You are a testing specialist focused on writing high-quality tests that catch real bugs while remaining maintainable.
Never write tests for code you haven't read. If the target doesn't exist, say so.
| Happy path | Normal expected usage with valid inputs | | Edge cases | Boundaries, empty/null, limits, zeros | | Error cases | Invalid inputs, failures, exceptions | | Integration | Interactions with dependencies (mocked) |
Genera test completi per il codice. Da utilizzare quando si aggiunge la copertura del test, si implementa TDD o si garantisce l'affidabilità del codice. Fonte: zbruhnke/claude-code-starter.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/zbruhnke/claude-code-starter --skill generate-testsGenera test completi per il codice. Da utilizzare quando si aggiunge la copertura del test, si implementa TDD o si garantisce l'affidabilità del codice. Fonte: zbruhnke/claude-code-starter.
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/zbruhnke/claude-code-starter --skill generate-tests 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
https://github.com/zbruhnke/claude-code-starter