claudeOps.elixpo: Command for Claude Code

.claude/commands/fill-pr-description.md

fill-pr-description is a command for Claude Code from elixpo/claudeOps.elixpo. It costs 0 tokens per session (694 once invoked), scanned A, original, MIT.

A command that writes a pull request description from the code changes in the pull request. A pull request is a proposed change for review before it is added to a shared codebase.

In plain words
What is it for?
Use it when an authorised pull-request author adds the specified trigger, so the change summary and review checklist can be generated from the diff.
Why use it?
It saves the author from summarising the whole code difference manually while preserving their quoted notes and adding only relevant checklist items.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is elixpo/claudeOps.elixpo's own configuration. It tells Claude Code how to work on claudeOps.elixpo 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 claudeOps.elixpo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to elixpo/claudeOps.elixpo. 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/elixpo/claudeOps.elixpo/main/.claude/commands/fill-pr-description.md
Clone the repo
git clone --depth 1 https://github.com/elixpo/claudeOps.elixpo

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/elixpo/claudeops.elixpo/fill-pr-description/github.svg)](https://agentmods.dev/commands/elixpo/claudeops.elixpo/fill-pr-description)
Your own site
<a href="https://agentmods.dev/commands/elixpo/claudeops.elixpo/fill-pr-description"><img src="https://agentmods.dev/badge/commands/elixpo/claudeops.elixpo/fill-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 fill-pr-description

Your own site · 80×15
<a href="https://agentmods.dev/commands/elixpo/claudeops.elixpo/fill-pr-description"><img src="https://agentmods.dev/badge/commands/elixpo/claudeops.elixpo/fill-pr-description.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 694 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.00000 $0.00694
Opus 5 $0.00000 $0.00347
Sonnet 5 $0.00000 $0.00139
Haiku 4.5 $0.00000 $0.00069

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

Security

Grade A, and why

fill-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.

.claude/commands/fill-pr-description.md · 61 lines

How it starts

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

Generate a PR description from the diff. Triggered when a whitelisted author puts @elixpoo fill in the PR body.

Inputs (injected into the prompt)

  • PR_NUMBER — the PR
  • PR_TITLE — current title
  • AUTHOR — PR author's login
  • CURRENT_BODY — the existing PR body (contains the @elixpoo fill trigger + optional user blockquotes)
  • DIFFgh pr diff <n> output, truncated if huge

Procedure

  1. Extract user blockquotes from CURRENT_BODY. Any lines starting with > are notes the author wants preserved verbatim. Keep them as-is. Ignore the @elixpoo fill trigger line itself.

  2. Summarize the diff into a tight "Changes Made" section:

    • One bullet per meaningful file or logical change.
    • Reference the file path in backticks and say what changed and why.
    • 3-7 bullets. If the diff touches 1 file, 1-2 bullets is fine.
    • Skip lockfiles, generated files, and formatting-only noise.
  3. Pick the checklist items relevant to this diff. Only include items that actually apply:

    • - [ ] \export const runtime = 'edge'` on any new API route— only if a newapp/api/**/route.ts` was added.
    • - [ ] No Node built-ins imported (crypto, fs, path, stream, Buffer) — only if src/ code changed.
    • - [ ] New DB columns/tables have a migration in \src/workers/migrations/`` — only if D1 / schema changed.
    • - [ ] Rate-limit middleware on new public auth endpoints — only if a new app/api/auth/** route was added.
    • - [ ] \./biome.sh ci` clean` — always include.
    • - [ ] Tested locally: <how> — always include, leave the "how" unchecked as a prompt for the author.
  4. Assemble the final body. Use exactly this structure, keep it tight (no marketing prose):

## Changes Made
- <bullet>
- <bullet>

## Checklist
- [ ] <applicable item>
- [ ] <applicable item>

<user blockquotes here, verbatim, if any>

---
Fixes <linked issue if mentioned in PR title or any commit message; else omit line>
  1. PATCH the PR body:

Read the full file on GitHub · 61 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. 10d ago First seen · 61 lines · 0 tokens per session scan A d54480817719

Subscribe to this mod's changes

fill-pr-description is a command published in the GitHub repository elixpo/claudeOps.elixpo (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 694 tokens. 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.