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 git commands 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
Installs
2
GitHub Stars
1
First Seen
Aug 23, 2026
create-pull-request — theoklitosbam7/skills