Debugging et maintenancesource GitHub
Commit push PR
/commit-push-prSi vous rencontrez des problèmes à une étape quelconque, arrêtez-vous et signalez-les.
// contenu du skill
description: "Commit, push, and open a PR"
Follow these steps in order:
- Run
git statusto see what files have changed - Run
git diffto review the changes - Stage the appropriate files with
git add - Create a commit with a clear, descriptive message following conventional commits format
- Push to the remote branch (create remote branch if needed with
-u origin <branch>) - Create a Pull Request using
gh pr createwith:
- 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.