gh-pr-create
Installation
SKILL.md
Create PR
Use this skill when the user wants the current work packaged into a reviewable GitHub pull request. This skill requires access to gh-commit for branch and commit preparation before it takes the work through push and PR creation.
Boundary Rules
- This skill packages already-decided work for review. It does not challenge or redesign the implementation plan.
- This skill requires
gh-commitfor branch, changeset, and commit rules. - If you can locate
../gh-commit/SKILL.mdor another installedgh-commitskill, read and follow it whenever the current branch is not the intended feature branch or the local commit state is missing or stale. - If you cannot locate
gh-commit, stop and ask the user what to do before creating or updating a PR. Ask specifically which branch to use and which commit packaging flow, such as a new commit, amend, or another history rewrite, the PR should be created from. - If the user wants a deep critique of the branch approach, implementation plan, or test strategy before mutating git state, use
gh-plan-review.