pull-request
Installation
SKILL.md
Pull Request
Pushes the current branch and creates a GitHub Pull Request via gh pr create, auto-filling any detected PR template from commit context and linked Issues.
Modes
Check first: does docs/agents/pull-requests.md exist?
- No → Init: run the interview (see INTERVIEW.md), write config, then proceed to pre-flight.
- Yes → Proceed: load config, run pre-flight.
Pre-flight checks
Run all four in parallel:
git remote get-url origin— remote URL (fails if no remote)git log --oneline -1— confirms at least one commit existsgit status --short— uncommitted changesgit status -sb— remote tracking state and branch name