pull-request
Installation
SKILL.md
Pull Request
Write or update a PR body that gives reviewers everything they need to understand the change without reading the spec, commit history, or any other document.
Principles
- Self-contained. The PR body stands on its own. A reviewer should understand what this PR does, why, and what key decisions were made — without reading a spec, commit history, or anything else.
- Stateless. The PR body always reflects the current scope of the PR relative to origin/main. It is a snapshot, not a journal. When updating, rewrite affected sections to reflect current reality — do not append change notes or leave revision artifacts.
Workflow
Step 1: Gather context
Determine what this PR does from whatever is available: