Agent Skill
2/7/2026pr
This skill should be used when the user asks to "create a PR", "open a pull request", "submit for review", or wants to push their branch and create a GitHub pull request.
N
ngnnah
1GitHub Stars
1Views
npx skills add ngnnah/I-And-AI
SKILL.md
| Name | pr |
| Description | This skill should be used when the user asks to "create a PR", "open a pull request", "submit for review", or wants to push their branch and create a GitHub pull request. |
name: pr description: This skill should be used when the user asks to "create a PR", "open a pull request", "submit for review", or wants to push their branch and create a GitHub pull request.
/pr
Create a GitHub pull request for the current branch.
Instructions
- Check current branch with
git branch --show-current - If on main, ask user to create a feature branch first
- Push the branch if not already pushed:
git push -u origin HEAD - Run
git log main..HEADto see commits in this branch - Create PR with
gh pr create:- Title: concise summary of the change
- Body: bullet points of what changed and why
- Return the PR URL
Skills Info
Original Name:prAuthor:ngnnah
Download