post-review

post-review is a skill for Claude Code, Codex from orin-dx/agent-plugins. It costs 41 tokens per session (278 once invoked), scanned A, original, MIT.

A review-posting skill for submitting an already written code-review comment or reply. It can also mark a review thread as resolved when that action is requested.

In plain words
What is it for?
Use it to post drafted review comments, reply to review threads, or submit a prepared review response.
Why use it?
It separates deciding what to say from sending it, reducing the risk of posting unfinished review feedback.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to post drafted review comments, reply to review threads, or submit a prepared review response.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orin-dx/agent-plugins/post-review
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 orin-dx/agent-plugins --skill post-review
Clone the repo
git clone --depth 1 https://github.com/orin-dx/agent-plugins

Made for: Claude Code, Codex.

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 post-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/orin-dx/agent-plugins/post-review.svg)](https://agentmods.dev/skills/orin-dx/agent-plugins/post-review)
Your own site
<a href="https://agentmods.dev/skills/orin-dx/agent-plugins/post-review"><img src="https://agentmods.dev/badge/skills/orin-dx/agent-plugins/post-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 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.00041 $0.00278
Opus 5 $0.00020 $0.00139
Sonnet 5 $0.00008 $0.00056
Haiku 4.5 $0.00004 $0.00028

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

Security

Grade A, and why

post-review 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.

harnesses/codex/plugins/courier/skills/post-review/SKILL.md · 33 lines

What it actually says

Deliver approved review content

This skill performs a visible external action only. It does not critique code, determine whether feedback is correct, or rewrite the user's prepared response.

Required input

  • Exact comment or review body.
  • Precise repository and pull-request target.
  • Thread identifier when replying to or resolving a specific thread.
  • Intended operation: comment, review submission, reply, or resolve.

Workflow

  1. Verify that the target exists and that the requested operation matches the supplied identifiers.
  2. Show the exact text, target, and operation verbatim.
  3. Ask for explicit confirmation.
  4. Perform only the confirmed external action and report its resulting URL or identifier.

Safety

  • Never post, submit, or resolve a thread from a summary, inferred intent, or prior confirmation for different text.
  • Do not combine several comments into one action unless the user sees and confirms every target and body.
  • If the text needs authoring or substantive review, route that work to the user or the relevant review workflow before returning here.

Team use

Do not request an agent team. This is a narrow, externally visible delivery step.

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 · +7 lines · -83 tokens per session 05d4e1c780c5
  2. 7d ago First seen · 26 lines · 124 tokens per session scan A d925aba910d7

Subscribe to this mod's changes

post-review is a skill published in the GitHub repository orin-dx/agent-plugins (1 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 278 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-31.

Related

Other skills, from other repositories

max

Cleans up and improves existing code without changing behavior.

sickn33/agentic-awesome-skills · 13 tokens

dorodango

Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.

athola/claude-night-market · 31 tokens

git-pr-workflows-git-workflow

Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g.

rmyndharis/antigravity-skills · 41 tokens

code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

rmyndharis/antigravity-skills · 57 tokens

ring:exploring-codebases

Exploring a codebase across phases: scopes the target, detects architecture, components, and layers, deep-dives each discovered perspective, then synthesizes findings into actionable guidance with file:line evidence. Use to understand how a feature or system works before planning changes, or to orient on an unfamiliar…

LerianStudio/ring · 91 tokens

ring:searching-code

Forensic code search and analysis with optional Chain of Draft (CoD) ultra-concise mode. Five-phase methodology (clarification, planning, execution, analysis, synthesis) with severity assessment. Use for targeted investigation of specific patterns, bugs, or vulnerabilities. Skip for broad architecture mapping (use…

LerianStudio/ring · 74 tokens