LLM Skills
~/catalogue/debugging et maintenance//commit-push-pr

Commit push PR

/commit-push-pr

Si vous rencontrez des problèmes à une étape quelconque, arrêtez-vous et signalez-les.

0xquinto0xquinto
356
3 février 2026
// contenu du skill

description: "Commit, push, and open a PR"


Follow these steps in order:

  1. Run git status to see what files have changed
  2. Run git diff to review the changes
  3. Stage the appropriate files with git add
  4. Create a commit with a clear, descriptive message following conventional commits format
  5. Push to the remote branch (create remote branch if needed with -u origin <branch>)
  6. Create a Pull Request using gh pr create with:
  • A clear title summarizing the changes
  • A description with:
  • Summary of what changed and why
  • Any testing done
  • Any notes for reviewers

If there are any issues at any step, stop and report them.

// source originale publique
0xquinto/bcherny-claude
/.claude/commands/commit-push-pr.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-push-pr.md" "https://raw.githubusercontent.com/0xquinto/bcherny-claude/main/.claude/commands/commit-push-pr.md"
Ensuite dans Claude Code, tapez /commit-push-pr pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateur0xquinto
Étoiles 356
Mis à jour3 février 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward