create-pr
Installation
SKILL.md
Create a Pull Request
Create a PR only after the repository passes its quality and security gate. After
creation, hand ownership to review-pr; do not reproduce its review workflow here.
Workflow
1. Validate the repository
- Read
$ARGUMENTSbefore deriving anything. Preserve issue references such asCloses #456verbatim, use free text as the PR description basis, and pass through--draft. - Verify GitHub authentication, current branch, unpushed commits, repository status, and the changed-file scope.
- Read applicable
CONTRIBUTING.mdand PR templates. - Check for merge conflicts, missing tests, and other repository blockers.
- Run the project-specific lint, type-check, test, build, and security checks.
- Resolve failures and rerun the complete gate before creating the PR.