SpectreSkills
← All skills

pr-description

v0.2.0

Draft a clear pull request description from the current diff. Trigger when opening a PR or asked to summarize a branch of changes.

Git & GitHubgitgithubwriting
Install
npx @spectre-apps/skills add pr-description

Writes .claude/skills/pr-description/SKILL.md. Add --user to install globally.

What it does

PR description

Produce a description with these sections:

  1. What — one paragraph on the change.
  2. Why — the motivation / linked issue.
  3. How — notable implementation choices.
  4. Testing — what you ran and what you observed.

Keep it scannable. Lead with the user-visible effect, not the file list.