gh-pr-writing

Installation
SKILL.md

GH PR Writing

Workflow

  1. Inspect changed files (git show --name-only --oneline HEAD or git diff --name-only).
  2. Choose title type and scope from the mapping below.
  3. Build title in Conventional Commit PR style.
  4. Run bun run format manually before commit/push to avoid push-time formatter diffs.
  5. Load PR template from .github/pull_request_template.md when present.
  6. Fill the template with concrete user-facing behavior, implementation details, and executed validation commands.
  7. Create or update the PR using gh pr create or gh pr edit.

Title Rules

  • Format: <type>(<scope>): <summary>.
  • Keep summary imperative and specific.
  • Do not omit scope unless scope is truly cross-cutting.
  • If user requires a ticket marker at the end, append exactly as requested (for example ... WOR-2610).

Type And Scope Mapping

See the following example:

Installs
1
GitHub Stars
17
First Seen
Jul 25, 2026
gh-pr-writing — wordbricks/onequery