pr-objectively
Installation
SKILL.md
PR Objectively
Generate PR title, body, and labels from the diff alone.
The PR content comes from the diff — not from what the user said, not from what you infer. This keeps PRs reviewable without needing to remember conversation context.
<skill_directory> is the parent directory of this SKILL.md.
How it works
- Gather context: Run
<skill_dir>/scripts/ctx.cmd(Windows) or<skill_dir>/scripts/ctx.sh(Unix) to get project conventions:- Labels from
gh label list - PR template (or "No template found")
- Recent merged/open/closed PRs (style, language, base branches)
- Current branch name
- Labels from