Che cos'è semantic-commit?
Crea commit git semantici seguendo le specifiche dei commit convenzionali. Da utilizzare quando si confermano modifiche, si effettuano commit o quando viene richiesto di confermare. Fonte: buildrtech/dotagents.
Crea commit git semantici seguendo le specifiche dei commit convenzionali. Da utilizzare quando si confermano modifiche, si effettuano commit o quando viene richiesto di confermare.
Installa rapidamente la skill AI semantic-commit nel tuo ambiente di sviluppo tramite riga di comando
Fonte: buildrtech/dotagents.
| feat | A new feature (user-visible) | | fix | A bug fix (user-visible) | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (formatting, semicolons, etc.) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance |
| test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies | | ci | Changes to CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit |
Include after one blank line when context, rationale, or non-obvious behavior needs explanation:
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/buildrtech/dotagents --skill semantic-commitCrea commit git semantici seguendo le specifiche dei commit convenzionali. Da utilizzare quando si confermano modifiche, si effettuano commit o quando viene richiesto di confermare. Fonte: buildrtech/dotagents.
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/buildrtech/dotagents --skill semantic-commit 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/buildrtech/dotagents