gh-pr-writing
Installation
SKILL.md
GH PR Writing
Workflow
- Inspect changed files (
git show --name-only --oneline HEADorgit diff --name-only). - Choose title type and scope from the mapping below.
- Build title in Conventional Commit PR style.
- Run
bun run formatmanually before commit/push to avoid push-time formatter diffs. - Load PR template from
.github/pull_request_template.mdwhen present. - Fill the template with concrete user-facing behavior, implementation details, and executed validation commands.
- Create or update the PR using
gh pr createorgh 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: