pr-message
Write PR Message
Overview
Write a concise, high-signal GitHub pull request message that explains intent, impact, and risk without duplicating information already visible in GitHub.
PR Structure
Summary
- 1–3 sentences.
- Explain what this PR does and why it exists.
- Focus on behavior and outcome, not implementation details.
- Do not list files, commits, tickets, or branches.
What Changed
- 1–3 short bullet points.
- Describe behavioral or functional changes only.
- No file names or low-level implementation details.
- Skip this section if it adds no value.
Testing
- 1–2 bullets describing how this was verified.
- Be concrete (tests added, manual flows checked, API exercised).
- Avoid generic statements like "tests passed".
Screenshots (UI only, optional)
- Include screenshots only if this PR changes UI or UX.
- Prefer inline images over external links.
- Omit this section entirely for non-UI changes.
Risk / Rollout
- Answer briefly:
- Is this feature-flagged?
- Is a migration required?
- How can this be reverted?
- "No / Not needed" is a valid and useful answer.
Notes for Reviewers (Optional)
- Call out:
- Tricky logic
- Non-obvious decisions
- Areas that deserve extra attention
- Keep this short and targeted.
Rules
- Keep the entire PR message scannable.
- Avoid repeating information GitHub already shows.
- Prefer clarity over completeness.
- Omit sections that don't apply rather than filling them with placeholders.
- Always write PR message in markdown code.
Steps
- Review the changes and commits on the branch.
- Write the Summary first.
- Add only the sections that meaningfully help a reviewer.
- Output a clean PR message ready to paste into GitHub.
More from milistu/agent-skills
apple-human-interface-guidelines
Apple Human Interface Guidelines (HIG) reference for designing iOS, iPadOS, macOS, tvOS, visionOS, watchOS apps. Covers UI components, layout, accessibility, typography, navigation, inputs, and platform technologies. Use when designing Apple platform UIs, reviewing SwiftUI/UIKit patterns, or applying HIG design principles to any app.
48challenge-me
Direct technical advisor mode for counting/estimation and architecture/design
27conventional-comments
Format review comments following the Conventional Comments standard. Use when writing code review comments, PR feedback, RFC reviews, peer reviews, or when the user asks for help with review comments.
23conventional-commits
Generate commit messages following the Conventional Commits v1.0.0 specification with Angular convention types. Use when creating git commits, writing commit messages, or when the user asks for help with commit messages.
23pr-review
Analyze and explain a pull request to help review it effectively
22humanizer
Detect and remove signs of AI-generated writing from text. Use whenever editing, rewriting, proofreading, or reviewing any text to make it sound more natural and human-written. Trigger this skill when the user asks to "humanize" text, remove AI patterns, make writing less robotic, sound more natural, avoid AI detection, rewrite in a human voice, de-slop text, or improve writing authenticity. Also use proactively when you notice AI writing patterns in text you're producing or editing.
14