create-pull-request
Installation
SKILL.md
Create a pull request
Create one pull request from the current branch. Keep local git work and GitHub API work separate:
- Use local
gitcommands to inspect commits, review diffs, and publish the branch. - Use the GitHub MCP server for GitHub identity, repository files, existing PRs, and PR creation.
- Ask before committing, stashing, discarding, rebasing, or force-pushing user work.
1. Check the repository
Run:
git status --short --branch
git branch --show-current
git remote get-url origin
git log --oneline -5