LLM Skills
~/catalogue/debugging et maintenance//commit-fast

Committage git simplifié

/commit-fast

Générer 3 suggestions de messages de validation sur la base des changements échelonnés, puis utiliser automatiquement la première suggestion sans confirmation de l'utilisateur.

czottmannczottmann
23
9 novembre 2025
// contenu du skill

Streamlined git commit

Generate 3 commit message suggestions based on the staged changes, then automatically use the first suggestion without user confirmation.

Follow conventional commit format (see @./commit.md) with appropriate title and create descriptive messages that explain the purpose of changes. Skip the manual message selection step to streamline the commit process.

Steps:

  1. Run git status to see staged changes
  2. Generate 3 commit message suggestions following conventional commit format
  3. Automatically select the first suggestion
  4. Execute git commit -m with the selected message
  5. Exclude Claude co-authorship footer from commits

Commit Types:

  • "FEAT": New features
  • "FIX": Bug fixes
  • "DOC": Documentation changes
  • "REFACTOR": Code restructuring without changing functionality
  • "STYLE": Code formatting, missing semicolons, etc.
  • "PERF": Performance improvements
  • "TEST": Adding or correcting tests
  • "CHORE": Tooling, configuration, maintenance
  • "WIP": Work in progress
  • "DEL": Removing code or files
  • "HOTFIX": Critical fixes
  • "SEC": Security improvements
// source originale publique
czottmann/agent-toolbox
/commands/commit-fast.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/commit-fast.md" "https://raw.githubusercontent.com/czottmann/agent-toolbox/main/commands/commit-fast.md"
Ensuite dans Claude Code, tapez /commit-fast pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurczottmann
Étoiles 23
Mis à jour9 novembre 2025
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward