pr-description-template

pr-description-template is a skill for Claude Code, Codex from tonyghiani/ai-essentials. It costs 63 tokens per session (507 once invoked), scanned A, original, MIT.

A pull-request writing skill that follows a fixed format for the title, summary, and testing notes; a pull request is a request to review and merge code changes.

In plain words
What is it for?
Use it to draft a GitHub pull-request description or create the pull request with gh, GitHub's command-line tool.
Why use it?
It gives code changes a consistent explanation and makes testing instructions easier to follow.

Skill for Claude CodeCodex

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

Good fit Use it to draft a GitHub pull-request description or create the pull request with gh, GitHub's command-line tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tonyghiani/ai-essentials/pr-description-template
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 tonyghiani/ai-essentials --skill pr-description-template
Clone the repo
git clone --depth 1 https://github.com/tonyghiani/ai-essentials

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-template

README.md
[![agentmods](https://agentmods.dev/badge/skills/tonyghiani/ai-essentials/pr-description-template.svg)](https://agentmods.dev/skills/tonyghiani/ai-essentials/pr-description-template)
Your own site
<a href="https://agentmods.dev/skills/tonyghiani/ai-essentials/pr-description-template"><img src="https://agentmods.dev/badge/skills/tonyghiani/ai-essentials/pr-description-template.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 507 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.00063 $0.00507
Opus 5 $0.00032 $0.00253
Sonnet 5 $0.00013 $0.00101
Haiku 4.5 $0.00006 $0.00051

Measured 8d ago against content hash 6898a4227593, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

pr-description-template 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 8d 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-template/SKILL.md · 70 lines

What it actually says

PR Description Template

When to use

Use this skill when the user asks for:

  • a PR description
  • a PR body for GitHub
  • a summary/testing section for a pull request

Output requirements

Always follow these rules:

  • Keep heading icons as part of the heading text (example: ## 📓 Summary, ## 🧪 Testing).
  • Write the summary as a mix of short paragraphs and bullet points.
  • Keep the title concise and focused on the main change.
  • Keep testing steps actionable and reproducible.

Template

Use this exact structure:

> <concise PR title summarizing the main change>

## 📓 Summary
<2-4 sentences explaining what the PR does, why it is needed, and the outcome. Mention impacted area(s) and context.>

- <key change 1>
- <key change 2>
- <key change 3>

## 🧪 Testing
- <main flow to test>
- <edge case or secondary flow>
- <validation check (errors, telemetry, or regressions)>

Writing guidance

  • Prefer concrete wording over generic phrasing.
  • Mention affected layers explicitly when relevant (API, UI, background jobs, telemetry, tests).
  • Keep bullets parallel and one line when possible.
  • Do not include unrelated implementation detail.

Output

Return only the formatted PR description text. Do not offer to create the PR, run gh, or ask about a base branch.

Example

> Add retry with exponential backoff to payment webhook handler

## 📓 Summary
Webhook deliveries to our payment provider occasionally fail on transient network errors. This change adds bounded retries so successful payments are not lost when the first POST times out.

- Adds retry helper with exponential backoff and jitter.
- Applies retries only to idempotent webhook dispatch paths.
- Logs each retry attempt with correlation id for debugging.

## 🧪 Testing
- Simulate network timeout and confirm webhook succeeds on retry.
- Verify non-idempotent endpoints still fail fast without retry.
- Check logs include attempt count and final outcome.
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. 8d ago First seen · 70 lines · 63 tokens per session scan A 6898a4227593

Subscribe to this mod's changes

pr-description-template is a skill published in the GitHub repository tonyghiani/ai-essentials (6 stars, last pushed 1mo ago), licensed MIT. It adds 63 tokens to every session and 507 once invoked, about $0.0003 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.