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 $ARGUMENTS before deriving anything. Preserve issue references such as Closes #456 verbatim, 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.md and 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.
Installs
3
Repository
fradser/skills
GitHub Stars
4
First Seen
13 days ago
create-pr — fradser/skills