gh-pr-creation

Installation
SKILL.md

GitHub PR Creation

Follow this workflow every time the user asks to create a new PR.

1) Prepare and scope commits

  • Inspect pending changes with git status --short and git diff --name-only.
  • Split work into multiple logical, reviewable commit groups.
  • Keep each commit focused on one concern (for example: refactor, API change, tests, docs).
  • Create granular commits with clear messages.
  • Do not leave unrelated changes in a commit.

2) Run and pass all quality gates before PR creation

  • Identify required project quality gates from repo config and CI conventions.
  • Run all required checks locally and ensure they pass before opening the PR.
  • If any check fails, fix the issue and rerun until all checks pass.
  • Confirm the working tree is clean after commits with git status --short.
Related skills

More from henryqw/skills

Installs
7
Repository
henryqw/skills
First Seen
Mar 4, 2026