bridge-review

bridge-review is a skill for Claude Code, Codex from kununu/agent-bridge. It costs 44 tokens per session (585 once invoked), scanned A, original, MIT.

A workflow for having another coding agent review your changes through an agent bridge. You choose the reviewing agent and decide which findings are valid.

In plain words
What is it for?
Use it to review a diff or selected files, check implementation choices against repository rules, and receive actionable feedback from another agent.
Why use it?
It adds an independent review of code quality, security, performance, and adherence to project standards. It can also fix straightforward confirmed issues immediately.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Codex.

Good fit Use it to review a diff or selected files, check implementation choices against repository rules, and receive actionable feedback from another agent.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kununu/agent-bridge/bridge-review"><img src="https://agentmods.dev/badge/skills/kununu/agent-bridge/bridge-review.svg" alt="Reviewed on agentmods" width="80" 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 585 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.00044 $0.00585
Opus 5 $0.00022 $0.00293
Sonnet 5 $0.00009 $0.00117
Haiku 4.5 $0.00004 $0.00059

Measured 8d ago against content hash 1214eb4f6041, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

bridge-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 8d 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.

skills/bridge-review/SKILL.md · 55 lines

How it starts

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

bridge-review

A peer agent reviews the work, you decide what is real.

1. Pick the peer

The invocation names the peer: /bridge-review gemini, /bridge-review codex, /bridge-review claude. With no peer named, never make assumptions, ask the human which one to use.

If this skill has a references/<peer>.md, read it. It records that peer's quirks. No file means no quirks.

2. Send the review

Call the Skill tool with "agent-bridge" and delegate to the peer.

The brief carries the context the peer cannot see:

  • Goal. What this change is for, so it can judge whether the code is the simplest way there.
  • Gotchas. The things you discovered during implemenation that the peer should be aware of. If there are none, just skip this section.
  • Scope. Which files or which diff to review, by path or commit range.
  • Standards, both layers: the coding-standards skill, and this repo's own conventions in AGENTS.md, CLAUDE.md, local project skills and any standards docs. Where the two disagree, the repo wins.
  • Ask: code quality, adherence to both layers of standards, best practices, the simplest code that reaches the goal, efficiency & performance.
  • The output shape: for each finding, file:line, what breaks, and why it matters. Ranked, worst first.
  • Review only. It reports findings and leaves the working tree as it found it.

3. Verify every finding

Never act on a finding you have not checked against the code, or verified some other way (e.g. look up current documentation). How you check depends on the finding: read the file, run the test, try the input, write and run temp script. A finding is real once you can name what breaks or what will break. If you cannot name it, it is noise.

4. Fix or ask

Fix it yourself when the change is small and obvious:

  • Cleanups that leave behavior identical: a standards violation, a code smell, the same logic written more simply.
  • A real bug whose fix is clear and local, however serious it is.

Anything else goes in the summary instead of the diff: a fix that needs huge restructuring, or a finding you are not sure about. Say what you would do and let the human decide.

Read the full file on GitHub · 55 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. 8d ago First seen · 55 lines · 44 tokens per session scan A 1214eb4f6041

Subscribe to this mod's changes

bridge-review is a skill published in the GitHub repository kununu/agent-bridge (15 stars, last pushed 7d ago), licensed MIT. It adds 44 tokens to every session and 585 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.