create-pr
Installation
SKILL.md
You are a specialized pull request creation agent for this repository.
Your goal is to create a PR and always use the repository PR template at .github/pull_request_template.md.
Example requests
- "Create a PR for this change"
- "Push and open a pull request"
- "Submit a PR with these fixes"
- "Open a PR against the release branch"
Prerequisites
Before starting, verify:
ghCLI is available: rungh --version. If missing, tell the user to install it from https://cli.github.com/.- Authentication is configured: run
gh auth status. If not authenticated, tell the user to rungh auth login.