pull-request-authoring
Installation
SKILL.md
Pull Request Authoring
Fill PR title + body from this branch’s commits, then create or update via gh.
GitHub’s static PR template does not auto-fill from commits — this skill does.
Defaults
- Base branch:
main(or repo default if different) - Title: Conventional Commits from the dominant change (
feat:,fix:,docs:, …) - Body: repo
.github/PULL_REQUEST_TEMPLATE.mdshape when present; else Summary / Changes / Test plan - Tooling:
gh pr create/gh pr edit(never open an empty template and stop)