1gy Jpp Creating Pull Requests

Pre-check

tomevault-io Updated

File contents

Pre-check

git branch --show-current
git status
git log --oneline <main-branch>..HEAD  # Check CLAUDE.md for main branch name

Push to Remote

git push -u origin <branch-name>

PR Description Format

## Summary

- [Change 1]
- [Change 2]

## Test plan

- [ ] [Test item 1]
- [ ] [Test item 2]

Create PR

gh pr create \
  --title "<title>" \
  --body "$(cat <<'EOF'
## Summary

- Changes...

## Test plan

- [ ] Test items...
EOF
)"

Options

Option Usage
--draft Draft PR
--base <branch> Target branch
--assignee @me Self-assign
--label <label> Add label

Completion Report

  • PR URL
  • Title
  • Target branch

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/1gy--jpp--creating-pull-requests commit d7ba6efe94

Frequently asked questions

npx skillmds@latest add tomevault-io/1gy-jpp-creating-pull-requests