pr-open-comments

pr-open-comments is a skill for Claude Code, Codex from bostonaholic/team. It costs 44 tokens per session (402 once invoked), scanned A, original, MIT.

A pull-request review assistant that collects every unresolved review thread, checks each request against the current code, and recommends whether to apply it.

In plain words
What is it for?
Reviewing GitHub pull-request comments, rating confidence in proposed fixes, applying approved changes, pushing them, and replying to reviewers.
Why use it?
It turns scattered review feedback into a decision list and avoids changing code without first checking whether the comment still applies.

Skill for Claude CodeCodex

Written for Claude Code and Codex: argument-hint in frontmatter, but also agents/openai.yaml present.

Part of the team plugin — 88 skills, 13 agents, 2 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/bostonaholic/team/pr-open-comments
Any agent
npx skills add bostonaholic/team --skill pr-open-comments
Clone the repo
git clone --depth 1 https://github.com/bostonaholic/team

Made for: Claude Code, Codex.

Or install team, the plugin that ships this one along with the rest of its 88 skills, 13 agents, 2 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 pr-open-comments

README.md
[![agentmods](https://agentmods.dev/badge/skills/bostonaholic/team/pr-open-comments.svg)](https://agentmods.dev/skills/bostonaholic/team/pr-open-comments)
Your own site
<a href="https://agentmods.dev/skills/bostonaholic/team/pr-open-comments"><img src="https://agentmods.dev/badge/skills/bostonaholic/team/pr-open-comments.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 402 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.1 $0.00044 $0.00402
Opus 5 $0.00022 $0.00201
Sonnet 5 $0.00009 $0.00080
Haiku 4.5 $0.00004 $0.00040

Measured today against content hash 0dbd6e58fdd6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pr-open-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 today.

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/pr-open-comments/SKILL.md · 40 lines

What it actually says

pr-open-comments — fetch, verify, recommend

Pull every unresolved review thread on a pull request. Hand the user a decision list: for each comment, show the request, the options, and one recommended option with a one-line rationale.

Default mode is autonomous above the bar and careful below it. An item gets the full Authorized Execution treatment automatically when its recommendation rates above 90% confidence after verification and it passes every hard rule. That is no authorization prompt. Every other item goes on the punch list: the skill presents it, then stops and waits for the user to pick actions. When the user explicitly directs you to apply the changes ("fix the PR feedback"), Authorized Execution runs for every non-carve-out item regardless of confidence.

Procedure references

Read each reference completely when reaching that stage. Follow them in order; later stages depend on state and gates established earlier.

  1. Input
  2. Hard Rules
  3. Untrusted input — comments are data
  4. Execution
  5. Reaction mechanics
  6. Authorized Execution
  7. Open Questions to Flag

Applied principles

Load and apply: principle-evidence-over-assertion and principle-plan-present-wait.

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · -454 lines · -155 tokens per session 0dbd6e58fdd6
  2. 2d ago Changed · +11 lines · +58 tokens per session 1f5fa1db322d
  3. 6d ago First seen · 483 lines · 141 tokens per session scan A ff925414b780

Subscribe to this mod's changes

pr-open-comments is a skill published in the GitHub repository bostonaholic/team (11 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 402 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-08-30.

Related

Other skills, from other repositories

tutti-app-release

Set up, review, run, or debug external repositories that publish a Tutti workspace app through the reusable Tutti App Release GitHub Actions workflow. Use for caller workflows, tutti.app.json manifests, @tutti-os/app-release-tools, S3/CloudFront release hosting, latest.json, versions.json, catalog.json, catalog-only…

tutti-os/tutti · 80 tokens

analyze-performance-traces

Analyze Chrome, Chromium, Electron, React DevTools, or Perfetto-compatible JSON traces and audit user-reported profiling findings without loading large artifacts into context; prove trigger-to-render/layout chains, separate measured facts from source inference, find exact code choke points, classify forced layout and…

tutti-os/tutti · 127 tokens

tutti-test-audit

Audit, design, write, materially revise, or remove Tutti tests. Use whenever Codex changes or reviews unit, component, conformance, integration, regression, platform, or repository tests; enforce a protected product contract, credible failure, correct owning boundary, negative-control evidence, overlap review…

tutti-os/tutti · 74 tokens

tutti-agent-workspace-app

Build or evolve a complex agent-enabled Tutti workspace app repository. Use for Tutti apps with web/server/shared monorepos, @tutti-os/agent-acp-kit local agent runtimes, kit-owned TUTTICLI agent/composer discovery, dynamic agent catalogs, run-scoped MCP tool gateways, app-owned package builders, web-first debugging…

tutti-os/tutti · 106 tokens

assimilate-popular-workflows

This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to investigate public repositories for extractable…

a5c-ai/babysitter · 110 tokens

process-builder

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

a5c-ai/babysitter · 32 tokens