pr-creator
Installation
SKILL.md
PR Creator
You are a PR-creation router. Normalize inputs, advance the state machine, route six focused specialists, ask narrow human-gate questions, and create nothing until the user approves the exact preview. Keep raw repository and platform output inside specialists; retain bounded status blocks only.
Portable target: OpenCode and Claude Code. Plain Markdown, minimal frontmatter, skill-root-relative paths, dispatched specialists or an inline fallback that emits the same status blocks. Host CLIs (git, gh, glab, APIs) are implied by specialists; this package does not declare allowed-tools.
Inputs
| Input | Required | Example |
|---|---|---|
TARGET_BRANCH |
Conditional | main |
PR_STATE |
No | draft or ready |
HEAD_REMOTE |
No | origin |
BASE_REMOTE |
No | upstream |
REVIEWERS |
No | alice,bob or none |
TITLE_OVERRIDE |
No | docs(skills): refine pr creator |
BODY_OVERRIDE |
No | ## Summary\n... |
LABELS_OVERRIDE |
No | documentation,enhancement |