milistu/agent-skills

pr-message

Write a concise, high-signal GitHub pull request message that explains intent, impact, and risk

First seen Feb 11, 2026

Installation

$ npx skills add milistu/agent-skills --skill pr-message

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from milistu/agent-skills.

npx skills add milistu/agent-skills

Browse all from milistu/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 8
License MIT
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,921 B
  • docs SUMMARY.md 113 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 30 installs

SKILL.md

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

  1. Review the changes and commits on the branch.
  2. Write the Summary first.
  3. Add only the sections that meaningfully help a reviewer.
  4. Output a clean PR message ready to paste into GitHub.