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.
npx agentmods add skills/sidcorp-co/forge/forge-reviewnpx skills add SidCorp-co/forge --skill forge-reviewgit clone --depth 1 https://github.com/SidCorp-co/forgeWrote 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.
[](https://agentmods.dev/skills/sidcorp-co/forge/forge-review)<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>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.
| Model | Per session | Once 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 |
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.
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-reviewwith 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_startreturns a lean manifest (bodyTruncated:true). FetchacceptanceCriteria/descriptionas needed viaforge_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)
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.
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.
- 5d ago First seen · 154 lines · 86 tokens per session scan A 068d7c48ac9d
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.
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.
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…
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…
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…
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.
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…