pr-ready
Installation
SKILL.md
Skill: PR Ready
What This Skill Does
Automates the final preparation steps before opening a PR: run checks, write PR description, update changelog, and verify documentation updates.
When to Use
- When the user says "ready for PR", "open a PR", or "prepare for review"
- After completing an
implement-phasecycle - Before running
diff-review
Do NOT use this for the actual code review — use diff-review for that.
Execution Model
- Always: the primary agent runs this skill directly.
- Rationale: PR preparation requires terminal access (git, CI), file editing (changelog), and user interaction (confirm PR title).
- Output: a PR opened (or ready to open) on GitHub.