pr-comment-formatter

pr-comment-formatter is a skill for Claude Code from prgilabert/agent-ecosystem-generator. It costs 75 tokens per session (178 once invoked), scanned A, original, MIT.

A formatting tool that turns review findings into one organized Markdown comment for a pull request. A pull request is a proposed code change submitted for review before it is merged.

In plain words
What is it for?
Use it after security, performance, or test checks to create collapsed sections for each checker and a summary at the top.
Why use it?
It removes the manual work of grouping findings, ordering them by seriousness, and making the review easy to scan.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the pr-review-trio plugin — 1 skill, 1 MCP server shipped together

Good fit Use it after security, performance, or test checks to create collapsed sections for each checker and a summary at the top.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/prgilabert/agent-ecosystem-generator/pr-comment-formatter
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 prgilabert/agent-ecosystem-generator --skill pr-comment-formatter
Clone the repo
git clone --depth 1 https://github.com/prgilabert/agent-ecosystem-generator

Made for: Claude Code.

Or install pr-review-trio, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

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-comment-formatter

README.md
[![agentmods](https://agentmods.dev/badge/skills/prgilabert/agent-ecosystem-generator/pr-comment-formatter.svg)](https://agentmods.dev/skills/prgilabert/agent-ecosystem-generator/pr-comment-formatter)
Your own site
<a href="https://agentmods.dev/skills/prgilabert/agent-ecosystem-generator/pr-comment-formatter"><img src="https://agentmods.dev/badge/skills/prgilabert/agent-ecosystem-generator/pr-comment-formatter.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 178 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.00075 $0.00178
Opus 5 $0.00037 $0.00089
Sonnet 5 $0.00015 $0.00036
Haiku 4.5 $0.00007 $0.00018

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

Security

Grade A, and why

pr-comment-formatter 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 7d 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.

examples/pr-review-trio/skills/pr-comment-formatter/SKILL.md · 34 lines

What it actually says

Pr Comment Formatter

Purpose

Turn a list of findings into a reviewer-friendly markdown comment.

When to use

After all three checkers return. Before the orchestrator posts a comment.

Workflow

  1. Group findings by checker.
  2. Sort by severity.
  3. Render markdown with <details> sections per checker.

Inputs

Array of findings objects.

Outputs

Markdown string ready to paste as a PR comment.

Examples

See assets/examples/.

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. 7d ago First seen · 34 lines · 75 tokens per session scan A 9c78010187f3

Subscribe to this mod's changes

pr-comment-formatter is a skill published in the GitHub repository prgilabert/agent-ecosystem-generator (8 stars, last pushed 4mo ago), licensed MIT. It adds 75 tokens to every session and 178 once invoked, about $0.0004 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.