feedback-to-us

feedback-to-us is a command for Claude Code from punt-labs/prfaq. It costs 19 tokens per session (819 once invoked), scanned A, original, MIT.

A command that runs an autonomous PR/FAQ review meeting, where four roles debate a product document and agree on a final position. A PR/FAQ is a product proposal written as a press release and frequently asked questions.

In plain words
What is it for?
Finding weak spots in a PR/FAQ, weighing reversible choices against hard-to-reverse commitments, and producing a consensus for you to review.
Why use it?
It surfaces disagreements about feasibility, customer value, strategy, and scope without requiring you to moderate each discussion.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the prfaq-dev plugin — 1 skill, 14 commands, 8 agents, 1 hook shipped together

Good fit Finding weak spots in a PR/FAQ, weighing reversible choices against hard-to-reverse commitments, and producing a consensus for you to review.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/punt-labs/prfaq/feedback-to-us
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.

Clone the repo
git clone --depth 1 https://github.com/punt-labs/prfaq

Made for: Claude Code.

Or install prfaq-dev, the plugin that ships this one along with the rest of its 1 skill, 14 commands, 8 agents, 1 hook.

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 feedback-to-us

README.md
[![agentmods](https://agentmods.dev/badge/commands/punt-labs/prfaq/feedback-to-us.svg)](https://agentmods.dev/commands/punt-labs/prfaq/feedback-to-us)
Your own site
<a href="https://agentmods.dev/commands/punt-labs/prfaq/feedback-to-us"><img src="https://agentmods.dev/badge/commands/punt-labs/prfaq/feedback-to-us.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 819 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00019 $0.00819
Opus 5 $0.00010 $0.00409
Sonnet 5 $0.00004 $0.00164
Haiku 4.5 $0.00002 $0.00082

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

Security

Grade A, and why

feedback-to-us scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Bash(uuidgen), Bash(curl *), Read, Write, Glob, Grep
plugin/commands/feedback-to-us.md · 70 lines

How it starts

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

Feedback to Us

Send anonymous feedback to help improve the prfaq plugin. One question, one click.

Telemetry Endpoint

Supabase REST API with insert-only RLS policy. No PII is collected.

URL:   https://ywikngjtcnyjrddrurhi.supabase.co/rest/v1/ratings
Key:   sb_publishable_iDt3ITGKyP_BZ5oksdgAkw_YxDIfkt0

Table schema: anonymous_id (text, required), rating (smallint 1-5, required), version (text), stage (text), comment (text). The id and created_at columns are auto-generated.

Steps

  1. Read document context. Search for prfaq.tex in the project root using Glob. If found, extract the version from \prfaqversion{M}{m} and the stage from \prfaqstage{value} using Grep. If no document exists, proceed without version and stage.

  2. Get or create anonymous ID. Read .claude/prfaq.local.md. If it contains anonymous_id: in YAML frontmatter, use that value. If the file does not exist, generate a UUID via uuidgen, then write the file:

    ---
    anonymous_id: <generated-uuid>
    ---
    
  3. Ask for a rating. Prompt via AskUserQuestion:

    • Header: "Rating"
    • Question: "How is the prfaq plugin working for you?"
    • Options:
      • 5 - Excellent — Exactly what I needed
      • 4 - Good — Valuable, minor issues
      • 3 - Average — Works but could be better
      • 2 - Below average — Some value but major friction
      • 1 - Poor — Not useful, significant problems

    If the user selects "Other", treat their text as a comment and ask for a 1-5 number separately.

  4. Ask for an optional comment. Prompt via AskUserQuestion:

    • Header: "Feedback"
    • Question: "Any specific feedback? (optional)"
    • Options:
      • Skip — No comment
      • Add comment — I have feedback

    If they choose "Add comment" or type something via "Other", capture the text.

  5. Send the rating. POST the JSON payload to the endpoint above via Bash. The key goes in both apikey and Authorization: Bearer headers. For example:

Read the full file on GitHub · 70 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 · 70 lines · 19 tokens per session scan A e5450108310e

Subscribe to this mod's changes

feedback-to-us is a command published in the GitHub repository punt-labs/prfaq (25 stars, last pushed 7d ago), licensed MIT. It adds 19 tokens to every session and 819 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.