pr-writer

Installation
SKILL.md

PR Writer

Writes pull request descriptions in the project's established style: short background prose, one paragraph per commit, a reference section. No bullet lists in the body. No em dashes. No AI-sounding filler.

Thinking Process

Step 1: Gather context

Before writing anything:

  1. Run git log --oneline <base>..<HEAD> to list commits in this PR.
  2. Run git show <hash> for each commit to understand what changed and why.
  3. Check the base branch (ask the user if unclear).
  4. Look up the Jira ticket or design doc URL if the user mentions one.

Step 2: Draft the title

Format: [base-branch] type: short description

Installs
8
First Seen
Jun 2, 2026
pr-writer — tomlord1122/tomtom-skill