aiskillstore/creating-pull-requests
> Creates pull requests with generated descriptions.
This is a copy. The original lives at comeonoliver/creating-pull-requests.
npx skills add https://github.com/aiskillstore/marketplace --skill creating-pull-requests
git branch --show-current
git status
git log --oneline <main-branch>..HEAD # Check CLAUDE.md for main branch name
git push -u origin <branch-name>
## Summary
- [Change 1]
- [Change 2]
## Test plan
- [ ] [Test item 1]
- [ ] [Test item 2]
gh pr create \
--title "<title>" \
--body "$(cat <<'EOF'
## Summary
- Changes...
## Test plan
- [ ] Test items...
EOF
)"
| Option | Usage |
|--------|-------|
| --draft | Draft PR |
| --base <branch> | Target branch |
| --assignee @me | Self-assign |
| --label <label> | Add label |
Take aiskillstore/creating-pull-requests from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.