publish-open-pr
Installation
SKILL.md
Contract
- Input: problem or task defined by the skill body.
- Output: Markdown artifact or structured result with completion criteria met.
- Side effects: none (design/review/documentation only unless explicitly stated).
- Dependencies: none (self-contained unless linked to other skills).
- Stop condition: all process steps completed; artifact saved; criteria checked.
- Risk: low.
- Boundary: produces reasoning or documentation artifacts; does not modify external systems unless explicitly instructed.
Publish Open PR
Publish one completed repository-local subissue, including a corrective subissue, from a local checkout to GitHub as an open pull request after implement has finished.
Keep the diff tight and leave a reviewer with a short body that explains what changed and why in this repo's terms.
Follow the issue workflow in AGENTS.md; this skill only publishes the already-prepared branch.
The linked issue's metadata is the source of truth for labels and milestone. Follow docs/agents/work-item-format.md when carrying metadata into the PR.