generate-pr-description

generate-pr-description is a skill for Claude Code, Codex from Flexonze/claude-init. It costs 9 tokens per session (270 once invoked), scanned A, original, MIT.

A guide that compares a branch with its parent and drafts a pull request title and description.

In plain words
What is it for?
Use it when preparing a pull request, including notes about breaking changes, migrations, or deployment concerns.
Why use it?
It removes the need to reconstruct the change summary manually from Git history and the diff.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/flexonze/claude-init/generate-pr-description
Any agent
npx skills add Flexonze/claude-init --skill generate-pr-description
Clone the repo
git clone --depth 1 https://github.com/Flexonze/claude-init

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 generate-pr-description

README.md
[![agentmods](https://agentmods.dev/badge/skills/flexonze/claude-init/generate-pr-description.svg)](https://agentmods.dev/skills/flexonze/claude-init/generate-pr-description)
Your own site
<a href="https://agentmods.dev/skills/flexonze/claude-init/generate-pr-description"><img src="https://agentmods.dev/badge/skills/flexonze/claude-init/generate-pr-description.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 270 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00009 $0.00270
Opus 5 $0.00005 $0.00135
Sonnet 5 $0.00002 $0.00054
Haiku 4.5 $0.00001 $0.00027

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

Security

Grade A, and why

generate-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 5d 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.

.claude/skills/generate-pr-description/SKILL.md · 58 lines

What it actually says

Generate PR Description

Analyze the git diff between the parent branch and the current branch and create a pull request title and description.

Parent branch: Use "$1" if provided, otherwise default to "main"

Instructions

  1. Use git diff <parent-branch>...HEAD and git log <parent-branch>..HEAD to analyze changes
  2. Generate a concise, descriptive PR title
  3. Write a description summarizing what changed and why

Guidelines

  • Title should clearly describe what the PR accomplishes
  • Description should provide context for reviewers
  • List the key changes made
  • Mention any breaking changes, migrations, or deployment considerations
  • Be concise and direct

Output Format

Print the title and description in code blocks so they can be easily copied:


PR title:

Add user notification preferences

PR description:

## Summary

Users can now configure how and when they receive notifications.

## Changes

- Added notification preferences model and API endpoints
- Created settings UI for managing preferences
- Implemented email digest options (immediate, daily, weekly)

## Notes

- Requires database migration

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 58 lines · 9 tokens per session scan A c2dfae6fb5fe

Subscribe to this mod's changes

generate-pr-description is a skill published in the GitHub repository Flexonze/claude-init (10 stars, last pushed 5mo ago), licensed MIT. It adds 9 tokens to every session and 270 once invoked, about $0.0000 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.

Related

Other skills, from other repositories

xiaohongshu-search-full

Search Xiaohongshu (XHS / RedNote) notes by keyword with full field extraction including body text, topics/tags, image list URLs, video stream URL, publish timestamp, and all engagement stats (likes, collects, comments, shares). Supports all page filter options: sort order (general, latest, most liked, most commented…

browser-act/skills · 254 tokens

x-tweet-by-conversation

Collects every tweet in an X (Twitter) conversation thread given a conversation id (root tweet id) — the focal tweet plus all replies, sub-replies, and quote chains — and returns normalized per-tweet data with text, author, engagement counts, media, hashtags, mentions, inreplyto mapping, and cursor for pagination. Use…

browser-act/skills · 218 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

muapi-media-editing

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more.

SamurAIGPT/Generative-Media-Skills · 41 tokens

ctf-malware

Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, RC4/AES encrypted communications, YARA rules, shellcode analysis, memory forensics for malware (Volatility malfind, process…

ljagiello/ctf-skills · 101 tokens