squadai: Skill for Claude Code

.claude/skills/pr-description/SKILL.md

pr-description is a skill for Claude Code from PedroMosquera/squadai. It costs 3 tokens per session (474 once invoked), scanned A, original, MIT.

A guide for writing pull request descriptions from the code changes and commit history. A pull request is a proposed change that teammates review before it is added to a shared codebase.

In plain words
What is it for?
Use it to summarize features, fixes, refactors, documentation, tests, and tooling changes, grouped by related areas.
Why use it?
It saves time when explaining a change and gives reviewers a clear summary of its purpose, affected areas, and checks performed.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is PedroMosquera/squadai's own configuration. It tells Claude Code how to work on squadai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything squadai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to PedroMosquera/squadai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/PedroMosquera/squadai/main/.claude/skills/pr-description/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/PedroMosquera/squadai

Made for: Claude Code.

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/pedromosquera/squadai/pr-description.svg)](https://agentmods.dev/skills/pedromosquera/squadai/pr-description)
Your own site
<a href="https://agentmods.dev/skills/pedromosquera/squadai/pr-description"><img src="https://agentmods.dev/badge/skills/pedromosquera/squadai/pr-description.svg" alt="Measured on agentmods" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 474 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.00003 $0.00474
Opus 5 $0.00002 $0.00237
Sonnet 5 $0.00001 $0.00095
Haiku 4.5 $0.00000 $0.00047

Measured 8d ago against content hash 302bdcdb3800, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 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.

.claude/skills/pr-description/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.


name: pr-description description: Generate pull request descriptions from diff analysis

PR Description Skill

Generate a clear, reviewer-friendly pull request description by analyzing the diff and commit history. Follow this protocol for consistent output.

Steps

  1. Analyze the diff: Read all changed files to understand the scope.

    • What files were added, modified, or deleted?
    • What is the primary purpose of the change?
    • Are there multiple logical changes bundled together?
  2. Identify the change type: Classify the PR.

    • Feature: New functionality or capability.
    • Fix: Bug fix or error correction.
    • Refactor: Code restructuring without behavior change.
    • Docs: Documentation updates.
    • Test: Test additions or improvements.
    • Chore: Build, CI, dependency, or tooling changes.
  3. Write the summary: Create 1-3 bullet points.

    • Focus on what changed and why, not how.
    • Lead with the most important change.
    • Keep each bullet to one sentence.
  4. List the changes: Group modifications by area.

    • Group related files together (e.g., "API endpoints", "Database models").
    • Describe what changed in each group, not file-by-file.
    • Note any new dependencies or configuration changes.
  5. Describe testing: Explain what was verified.

    • What tests were added or updated?
    • How can a reviewer verify the change manually?
    • Are there any known limitations or untested scenarios?
  6. Note breaking changes: Flag anything that affects existing behavior.

    • API changes (new required parameters, removed endpoints).
    • Database migrations or schema changes.
    • Configuration format changes.
    • Dependency version bumps with breaking changes.

Output Format

## Summary
- <1-3 bullet points describing the change>

## Changes
- <grouped description of modifications>

## Testing
- <what was tested and how to verify>

## Breaking Changes
- <list any breaking changes, or "None">

Read the full file on GitHub · 69 lines

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 · 69 lines · 3 tokens per session scan A 302bdcdb3800

Subscribe to this mod's changes

pr-description is a skill published in the GitHub repository PedroMosquera/squadai (8 stars, last pushed 1mo ago), licensed MIT. It adds 3 tokens to every session and 474 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.