get-plan-comments

get-plan-comments is a skill for Claude Code, Codex from baz-scm/baz-plugin. It costs 55 tokens per session (2,217 once invoked), scanned A, original, MIT.

A tool for bringing teammates’ comments on a Baz plan—a shared software-work plan—into the current coding session. It summarizes each comment before any chosen changes or replies are made.

In plain words
What is it for?
Use it with a Baz plan link to review feedback, assess each comment, apply selected changes, and reply to the chosen comments.
Why use it?
It keeps plan feedback in one place and prevents comments from being applied without the user deciding which recommendations to accept.

Skill for Claude CodeCodex

Part of the baz plugin — 4 skills, 4 hooks shipped together

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.

agentmods
npx agentmods add skills/baz-scm/baz-plugin/get-plan-comments
Any agent
npx skills add baz-scm/baz-plugin --skill get-plan-comments
Clone the repo
git clone --depth 1 https://github.com/baz-scm/baz-plugin

Made for: Claude Code, Codex.

Or install baz, the plugin that ships this one along with the rest of its 4 skills, 4 hooks.

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 get-plan-comments

README.md
[![agentmods](https://agentmods.dev/badge/skills/baz-scm/baz-plugin/get-plan-comments.svg)](https://agentmods.dev/skills/baz-scm/baz-plugin/get-plan-comments)
Your own site
<a href="https://agentmods.dev/skills/baz-scm/baz-plugin/get-plan-comments"><img src="https://agentmods.dev/badge/skills/baz-scm/baz-plugin/get-plan-comments.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,217 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00055 $0.02217
Opus 5 $0.00028 $0.01108
Sonnet 5 $0.00011 $0.00443
Haiku 4.5 $0.00006 $0.00222

Measured 4d ago against content hash 2f2b553fe045, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

get-plan-comments 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 4d 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.

skills/get-plan-comments/SKILL.md · 109 lines

How it starts

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

Plan comments

You were invoked to bring a Baz plan's review comments back into this session.

This skill reports before it writes. Step A reads the comments and shows the user a summary. Step B applies the ones they pick. You never run Step B off your own reading of Step A — not even for comments the reviewer marked Use.

The two-step structure is your procedure, not something the user needs to hear about. Never narrate it: no "Phase 1", no "read-only pass", no "nothing was written", no restating these instructions. The user asked about their plan's comments — show them the comments.

Which plan

mcp__baz__get_plan_comments takes one argument, planId — the UUID in the plan URL https://baz.co/plans/<planId>.

A plan pushed by an agent session is stored under that session's id, so the two are the same UUID:

  • This session pushed the plan — pass your own session id as planId.
  • Any other case (a new session, someone else's plan) — take the UUID from the plan URL. $ARGUMENTS may already hold it; accept a bare UUID or a full URL.

If you have neither, ask for the plan link rather than guessing.

Step A — read, assess, report

No writes here. None. No respond_to_plan_comment, no update_plan, no edits to the plan file.

  1. Call mcp__baz__get_plan_comments. It returns four groups:

    Group Meaning Show as
    recommended Marked Use, no replies yet — the reviewer wants these considered ✅ Use
    awaitingTriage No Use/Skip decision recorded 🕒 Open
    alreadyReplied Marked Use and carrying replies — you answered on an earlier run, or a discussion is live. The thread is included, so read it before assuming 💬 Use · N replies
    skipped Marked Skip — a one-line gist only ⏭️ Skipped

    Any group can carry a replies array, not just alreadyReplied — an untriaged comment with a live argument on it shows up under awaitingTriage with its thread attached. Whenever replies is non-empty, say so in the State cell (Open · 2 replies) and write the thread out below the table.

Read the full file on GitHub · 109 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. 4d ago First seen · 109 lines · 55 tokens per session scan A 2f2b553fe045

Subscribe to this mod's changes

get-plan-comments is a skill published in the GitHub repository baz-scm/baz-plugin (10 stars, last pushed 7d ago), licensed MIT. It adds 55 tokens to every session and 2,217 once invoked, about $0.0003 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.