pr-creator

Installation
SKILL.md

Pull Request Creator

Steps

  1. Confirm the current branch with git branch --show-current. If it is the default branch, create and switch to a new branch before doing anything else. Use a descriptive branch name, preferably feat-<topic> or fix-<topic>.

  2. Review local changes with git status --short. Do not revert unrelated user changes. Before creating the PR, ensure the intended changes are committed and never commit directly on the default branch.

  3. If .github/PULL_REQUEST_TEMPLATE.md exists, read it and follow its structure.

Related skills
Installs
23
GitHub Stars
67
First Seen
Mar 24, 2026