pr-description

pr-description is a skill for Claude Code, Codex from LichAmnesia/awesome-antigravity-skills. It costs 34 tokens per session (416 once invoked), scanned A, original, CC0-1.0.

A workflow for writing pull request descriptions from the actual changes on a Git branch. A pull request is a proposed code change submitted for review before merging.

In plain words
What is it for?
Use it when opening a pull request, summarizing a branch, or preparing changes for review.
Why use it?
It gives reviewers a short explanation of the outcome, reason, important decisions, testing, and possible risks without requiring a file-by-file summary.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when opening a pull request, summarizing a branch, or preparing changes for review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lichamnesia/awesome-antigravity-skills/pr-description
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LichAmnesia/awesome-antigravity-skills --skill pr-description
Clone the repo
git clone --depth 1 https://github.com/LichAmnesia/awesome-antigravity-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr-description

README.md
[![agentmods](https://agentmods.dev/badge/skills/lichamnesia/awesome-antigravity-skills/pr-description/github.svg)](https://agentmods.dev/skills/lichamnesia/awesome-antigravity-skills/pr-description)
Your own site
<a href="https://agentmods.dev/skills/lichamnesia/awesome-antigravity-skills/pr-description"><img src="https://agentmods.dev/badge/skills/lichamnesia/awesome-antigravity-skills/pr-description/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pr-description

Your own site · 80×15
<a href="https://agentmods.dev/skills/lichamnesia/awesome-antigravity-skills/pr-description"><img src="https://agentmods.dev/badge/skills/lichamnesia/awesome-antigravity-skills/pr-description.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 416 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00416
Opus 5 $0.00017 $0.00208
Sonnet 5 $0.00007 $0.00083
Haiku 4.5 $0.00003 $0.00042

Measured 10d ago against content hash 5ff4e1841d5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pr-description scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pr-description/SKILL.md · 43 lines

What it actually says

PR Description

Produce a PR description a busy reviewer can act on in under a minute.

When to use this skill

  • The user asks to open a PR or "write the PR description".
  • A branch is ready and needs a summary before review.

How to use it

  1. Collect the real change surface — never write from memory:
    git log main..HEAD --oneline
    git diff main...HEAD --stat
    
  2. Structure the description:
    • What — 1-2 sentences: the user-visible outcome, not the mechanics.
    • Why — the problem or ticket this solves; link issues.
    • How — only the non-obvious decisions (tricky trade-offs, rejected alternatives). Skip a file-by-file tour; the diff already shows it.
    • Testing — what was actually run (commands + result), not what "should" pass.
    • Risk / rollback — what could break and how to revert.
  3. Call out anything a reviewer must look at extra carefully (migrations, auth changes, deletions).

Decision tree

  • Diff > ~800 lines → open with a "review order" hint (which files to read first).
  • Pure dependency bump → compress to What + changelog link + test evidence.
  • Breaking API change → put a BREAKING banner at the top with the migration step.

Done means

The description answers what/why/testing without the reviewer opening the diff, and every claim in "Testing" corresponds to a command that was actually executed.


Part of awesome-antigravity-skills. Browse more Agent Skills at orangebot.ai/skills.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 43 lines · 34 tokens per session scan A 5ff4e1841d5b

Subscribe to this mod's changes

pr-description is a skill published in the GitHub repository LichAmnesia/awesome-antigravity-skills (7 stars, last pushed 1mo ago), licensed CC0-1.0. It adds 34 tokens to every session and 416 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.