forge-review

forge-review is a skill for Claude Code, Codex from SidCorp-co/forge. It costs 86 tokens per session (3,105 once invoked), scanned A, original, Apache-2.0.

A code-review workflow for checking changes for bugs, security problems, and inconsistencies with project conventions.

In plain words
What is it for?
Use it to review a branch diff, a pull request's changes, or code associated with a Forge issue.
Why use it?
It gives the review a fresh perspective and helps catch issues the author may have overlooked.

Skill for Claude CodeCodex

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/sidcorp-co/forge/forge-review
Any agent
npx skills add SidCorp-co/forge --skill forge-review
Clone the repo
git clone --depth 1 https://github.com/SidCorp-co/forge

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sidcorp-co/forge/forge-review.svg)](https://agentmods.dev/skills/sidcorp-co/forge/forge-review)
Your own site
<a href="https://agentmods.dev/skills/sidcorp-co/forge/forge-review"><img src="https://agentmods.dev/badge/skills/sidcorp-co/forge/forge-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,105 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.00086 $0.03105
Opus 5 $0.00043 $0.01553
Sonnet 5 $0.00017 $0.00621
Haiku 4.5 $0.00009 $0.00311

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

Security

Grade A, and why

forge-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 5d 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.

packages/core/skills/forge-review/SKILL.md · 154 lines

How it starts

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

Forge Review

Code review with fresh context. This skill is deliberately run without implementation context so it catches things the author missed due to familiarity bias.

Works in three modes:

  • Pipeline mode — invoked with documentId, posts findings as issue comment, advances status
  • Subagent mode — spawned by forge-code during Step 10, returns findings to caller
  • Standalone mode/forge-review with no args, reviews current branch diff

Usage

/forge-review <documentId>    # pipeline — review + post comment + set status
/forge-review                  # standalone — review current branch diff

Review Process

Pull-model note: On large issues forge_step_start returns a lean manifest (bodyTruncated:true). Fetch acceptanceCriteria/description as needed via forge_issues.get { documentId, fields: ['acceptanceCriteria'] } rather than assuming full body is present.

1. Get the Diff

In pipeline mode, first make sure you're looking at the right code: git fetch, then check out the issue's ISS-* branch (from the check-in bundle / sessionContext.branch, else git branch -r | grep ISS-XX). Then diff the branch's net change against the base branch — robust no matter how many implementation/fix commits exist:

git fetch origin
BASE=$(git merge-base origin/<baseBranch> HEAD)
git diff "$BASE"..HEAD --stat
git diff "$BASE"..HEAD
git log --oneline "$BASE"..HEAD

<baseBranch> comes from forge_config → get. Avoid HEAD~N — counting implementation-vs-review/fix commits is error-prone and reviews the wrong slice.

If there is no reviewable diff — empty output, no ISS-* branch, or the branch isn't reachable (not pushed / git fetch brought nothing) — you cannot review. Do NOT report "clean" and do NOT advance status: this is an ABSTAIN (see Pipeline Exit). A false "approve" on an unreviewable change is exactly the failure this gate exists to prevent (the ISS-144/148 class).

1b. Load the contract (pipeline mode)

Read the full file on GitHub · 154 lines

Files

What ships with it

2 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. 5d ago First seen · 154 lines · 86 tokens per session scan A 068d7c48ac9d

Subscribe to this mod's changes

forge-review is a skill published in the GitHub repository SidCorp-co/forge (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 86 tokens to every session and 3,105 once invoked, about $0.0004 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

ship-and-babysit

End-to-end PR shipping workflow for tinyhumansai/openhuman: commit local changes, push to the user's fork, open or reuse a PR against main, then babysit CI and CodeRabbit feedback until the PR is green and clean. Use when the user asks to ship, open a PR, monitor CI, address review comments, or 'babysit' a branch.

tinyhumansai/openhuman · 83 tokens

ai-seo

When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for…

rondoflow/rondoflow · 191 tokens

ad-creative

When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative…

rondoflow/rondoflow · 142 tokens

ads

When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' 'audience targeting,' 'Google Ads,' 'Facebook ads,' 'LinkedIn ads,' 'ad…

rondoflow/rondoflow · 135 tokens

ai-agent-job-marketplace

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.

rondoflow/rondoflow · 56 tokens

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test…

rondoflow/rondoflow · 165 tokens