LLM Skills
~/catalog/debugging & maintenance//commit-push-pr

Commit push PR

/commit-push-pr

If you encounter any problems at any stage, stop and report them.

0xquinto0xquinto
356
February 3, 2026
// skill content

--- 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.

// original public source
0xquinto/bcherny-claude
/.claude/commands/commit-push-pr.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
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"
Then in Claude Code, type /commit-push-pr to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creator0xquinto
Stars 356
UpdatedFebruary 3, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward