Skip to content
Back to @acme/public

pr-describer

generalscan pass
v1.1.0·latest· by@demo-owner
name
pr-describer
description
Draft a pull-request title and description from the branch diff.
type
general
license
MIT
allowed-tools
ReadBash(git:*)WebFetch

PR describer

Draft the title and description for the current branch's pull request, and link the issues the branch closes.

Steps

  1. Read the branch diff: git diff origin/main...HEAD.
  2. Summarize the intent in one imperative title under 72 characters.
  3. Fill in the What / Why / How-tested sections from templates/pr-body.md.
  4. Scan commit trailers for Closes # / Fixes # and list them under "Closes".

Output

A ready-to-paste PR body — no invented context, only what the diff supports.

Install
skillhub install @acme/public/pr-describer

or add to a skillset

About
Type
general
License
MIT
Compatibility
Claude Code, Cursor
Allowed tools
ReadBash(git:*)WebFetch
Dist-tags
latest

Move tags from the Versions tab.

Usage

Installed by 3 members · 3 projects