Che cos'è commit-messages?
QUANDO si scrivono commit git/convenzionali; NON per testo PR; restituisce righe di commit concise, perché-prima con tipo/ambito corretto. Fonte: mintuz/claude-plugins.
QUANDO si scrivono commit git/convenzionali; NON per testo PR; restituisce righe di commit concise, perché-prima con tipo/ambito corretto.
Installa rapidamente la skill AI commit-messages nel tuo ambiente di sviluppo tramite riga di comando
Fonte: mintuz/claude-plugins.
Use this skill to generate clear, conventional commit messages that explain the "why" not just the "what". Follow this guide when writing commit messages or helping users structure their commits.
| feat | New feature for the user | feat(auth): add password reset flow | | fix | Bug fix for the user | fix(cart): correct quantity calc | | docs | Documentation only changes | docs: update API examples | | style | Formatting, white-space (not CSS) | style: format with biome |
| refactor | Code change that neither fixes nor adds | refactor: extract validation utils | | perf | Performance improvement | perf: memoize expensive calculation | | test | Adding or updating tests | test: add auth integration tests | | build | Build system or dependencies | build: upgrade to node 22 |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/mintuz/claude-plugins --skill commit-messagesQUANDO si scrivono commit git/convenzionali; NON per testo PR; restituisce righe di commit concise, perché-prima con tipo/ambito corretto. Fonte: mintuz/claude-plugins.
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/mintuz/claude-plugins --skill commit-messages 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/mintuz/claude-plugins