agentsclimarketplace

Creating pull requests

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/1gy/creating-pull-requests

Creates pull requests with generated descriptions. Triggered when: PR creation, pull request, merge request, code review preparation.From its SKILL.md

Install
npx -y skills add ComeOnOliver/skillshub --skill creating-pull-requests

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.9 KB, 229 tokens by cl100k_base, as published. Nobody here has run it

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

OptionUsage
--draftDraft PR
--base <branch>Target branch
--assignee @meSelf-assign
--label <label>Add label

Completion Report

  • PR URL
  • Title
  • Target branch

What ships with it

10.7 KB alongside SKILL.md

GitHub clipped this repository’s file list, so this is at least 1 file and may be more.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.