github-pr-writer

Installation
SKILL.md

GitHub PR Writer

Summarize a branch into a reviewable pull request with a precise title, a structured body, and accurate validation notes. Base the write-up on git evidence, not guesswork.

Workflow

  1. Build PR context from git.

    • Check git status --short for uncommitted work.
    • Identify the current branch.
    • Determine the comparison target from repository conventions, existing tracking branch, or explicit user instruction.
    • Inspect the branch delta with commit history and diff summary before writing.
  2. Protect accuracy.

    • Base the PR on committed changes whenever possible.
    • If important work is still uncommitted, say that the PR description may be incomplete.
    • Do not invent motivation, implementation details, or validation results that are not supported by the branch.
  3. Write a concise PR title.

    • Match repository conventions when visible.
Related skills
Installs
2
Repository
wibaek/skills
First Seen
Mar 30, 2026