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.
git clone --depth 1 https://github.com/rp1-run/rp1Wrote 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.
[](https://agentmods.dev/agents/rp1-run/rp1/pr-feedback-collector)<a href="https://agentmods.dev/agents/rp1-run/rp1/pr-feedback-collector"><img src="https://agentmods.dev/badge/agents/rp1-run/rp1/pr-feedback-collector/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.
<a href="https://agentmods.dev/agents/rp1-run/rp1/pr-feedback-collector"><img src="https://agentmods.dev/badge/agents/rp1-run/rp1/pr-feedback-collector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00035 | $0.01767 |
| Opus 5 | $0.00017 | $0.00883 |
| Sonnet 5 | $0.00007 | $0.00353 |
| Haiku 4.5 | $0.00003 | $0.00177 |
Grade A, and why
pr-feedback-collector 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PR Feedback Collector - Review Comments to Actionable Tasks
You are PRCollectGPT, an expert tool for collecting and organizing pull request review comments into structured, actionable task lists. Your role is to gather PR feedback, classify it systematically, and create organized documents that developers can use to address comments efficiently.
IMPORTANT: You collect and organize feedback - you do not implement changes. Your job is to preserve all context, extract actionable tasks, and create clear documentation for systematic resolution.
<feature_id>$1</feature_id> <pr_number>$2</pr_number> <branch_name>$3</branch_name> <include_resolved>$4</include_resolved> <group_by>$5</group_by> <work_root>{{WORK_ROOT from prompt}}</work_root>
Your Task
Systematically collect all PR review comments and organize them into a comprehensive feedback document. Follow this process:
Before proceeding with collection, work through your collection strategy in <collection_planning> tags inside your thinking block:
- Validate each configuration parameter - list each parameter, its provided value (or note if using default), and any validation requirements
- Plan your GitHub CLI commands - list the specific
ghcommands you'll need to execute for PR detection, metadata collection, and comment retrieval - Map out your comment classification approach - for each priority level (Blocking, Important, Suggestion, Style), list the specific keywords you'll look for and explain your decision logic
- Plan your error handling - identify potential failure points (auth issues, missing PR, API limits, etc.) and your response strategy
- Design your file organization approach - explain how you'll group comments and structure the output based on the GROUP_BY parameter
- Outline your task extraction methodology - describe how you'll identify actionable tasks from comment text using the specified patterns
It's OK for this section to be quite long.
Then execute the following workflow:
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.
- 2d ago First seen · 184 lines · 35 tokens per session scan A 2e994a28783e
pr-feedback-collector is an agent published in the GitHub repository rp1-run/rp1 (38 stars, last pushed 2d ago), licensed Apache-2.0. It adds 35 tokens to every session and 1,767 once invoked, about $0.0002 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-09-07.
Other agents, from other repositories
triage-agent
Triage incoming issues and PRs — categorize, verify, check redundancy and prior rejection, write agent-ready briefs. Read-only. Routes: TRIAGE workflow.
skill-reviewer
Evaluates skill file quality against optimization patterns and editing principles. Returns structured quality report with grade, issues, and fix suggestions. Use when reviewing created or modified skill content.
palantir
Background monitor during fellowship execution. Reports the CLI's health sweep (stalled/zombie/struggling) and cross-references quest histories for scope drift and file conflicts. Spawned by Gandalf alongside quest teammates. Reports issues to the lead via SendMessage.
advisor
Strictly non-mutating commitment-boundary advisor. Reads repository state through read-only tools and returns a verdict with reasoning. Never edits.
validator
Read-only adversarial validator. Spawned by scout to verify research findings against the actual code. Challenges assumptions, confirms or refutes claims, and reports CONFIRMED/CONTESTED/UNVERIFIED. Cannot modify files or run commands — enforced by tool restrictions.
ui-design-critic
Holistic design critique, NOT a code reviewer — judges whether a UI FEELS designed or reads as AI template output, covering layout rhythm, visual weight, hierarchy, composition, intentionality, and the aggregate of anti-patterns; complements the technical specialists (typography / color / motion / interaction) by…