review

review is a skill for Claude Code from buiducnhat/cobrew. It costs 30 tokens per session (1,062 once invoked), scanned A, original, no licence file.

A review skill for examining current uncommitted changes in a Git repository. Git is a system that records code changes and their history.

In plain words
What is it for?
It is for reviewing work in progress, rating findings by severity, suggesting fixes, and deciding whether the changes are ready to approve.
Why use it?
It highlights serious problems and gives specific corrections before changes are approved or committed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cobrew plugin — 9 skills shipped together

Good fit It is for reviewing work in progress, rating findings by severity, suggesting fixes, and deciding whether the changes are ready to approve.

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

Made for: Claude Code.

Or install cobrew, the plugin that ships this one along with the rest of its 9 skills.

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 review

README.md
[![agentmods](https://agentmods.dev/badge/skills/buiducnhat/cobrew/review/github.svg)](https://agentmods.dev/skills/buiducnhat/cobrew/review)
Your own site
<a href="https://agentmods.dev/skills/buiducnhat/cobrew/review"><img src="https://agentmods.dev/badge/skills/buiducnhat/cobrew/review/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.

agentmods 80×15 button for review

Your own site · 80×15
<a href="https://agentmods.dev/skills/buiducnhat/cobrew/review"><img src="https://agentmods.dev/badge/skills/buiducnhat/cobrew/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,062 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 unknown 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.00030 $0.01062
Opus 5 $0.00015 $0.00531
Sonnet 5 $0.00006 $0.00212
Haiku 4.5 $0.00003 $0.00106

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

Security

Grade A, and why

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 9d 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.

plugins/cobrew/skills/review/SKILL.md · 142 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 142 lines · 30 tokens per session scan A 545614ad83a4

Subscribe to this mod's changes

review is a skill published in the GitHub repository buiducnhat/cobrew (48 stars, last pushed 2mo ago), with no licence file. It adds 30 tokens to every session and 1,062 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

git

Git and code hosting platform management — GitHub, GitLab, Codeberg, Forgejo. Zero barrier — install x-cmd and manage repos from the terminal. Use for "git", "github", "gitlab", "repo", "pull request", "code hosting".

x-cmd/x-cmd · 58 tokens

doris-repo-review

Review an Apache Doris PR from a local clone with the same multi-agent, shared-ledger convergence workflow as the CI Code Review Runner. Use when the user supplies a PR to /doris-repo-review, asks to review a Doris PR locally, or asks for the CI-style review flow. Safely align only the current worktree to the exact PR…

apache/doris-skills · 180 tokens

gh-address-comments

Address review and issue comments on the open GitHub PR for the current branch using gh CLI. Use when user says "address PR comments", "fix review feedback", "respond to PR review", or "handle PR comments". Verifies gh auth first and prompts to authenticate if not logged in. Do NOT use for creating PRs, CI debugging…

tech-leads-club/agent-skills · 85 tokens

code-review

Systematic code review SOP covering correctness, security, performance, and maintainability — plus GitHub PR review workflow (diff, inline comments, approve via gh/REST).

furkangonel/cowrangler · 37 tokens

github-pr

Analyze pull request context and highlight merge risks from diffs and comments.

1024XEngineer/bytemind · 17 tokens

review

Self-review code before pushing. Use when the user wants to check their changes, asks 'anything I missed', says 'ready to push', or wants a pre-PR sanity check.

nirelbaz/promptpit · 39 tokens