weave-review

weave-review is a skill for Claude Code, Codex from tony/skills. It costs 21 tokens per session (10,555 once invoked), scanned A, original, MIT.

A code-review workflow that sends the project to independent reviewers, including adversarial reviewers, and combines their findings into one report. It only reads the project and does not change repository files.

In plain words
What is it for?
Use it to review changes, compare reviewer findings, and produce an evidence-backed summary of code problems.
Why use it?
Independent reviews can expose different problems and reduce the chance that one reviewer misses an important issue.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also runs codex exec. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

Good fit Use it to review changes, compare reviewer findings, and produce an evidence-backed summary of code problems.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tony/skills/weave-review"><img src="https://agentmods.dev/badge/skills/tony/skills/weave-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,555 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.00021 $0.10555
Opus 5 $0.00010 $0.05278
Sonnet 5 $0.00004 $0.02111
Haiku 4.5 $0.00002 $0.01056

Measured 7d ago against content hash 5b22477a078c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

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

.agents/skills/weave-review/SKILL.md · 846 lines

How it starts

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

Weave Code Review

Run code review through independent adversarial workers in parallel, then synthesize their findings into a unified report with evidence-backed adjudication. Host-native sub-agents are the default; separate model CLIs are optional. This is a project-read-only command — no files in your repository are written, edited, or deleted. Session artifacts (worker outputs, prompts, synthesis results) are persisted to $AI_AIP_ROOT for post-session inspection; this directory is outside your repository.

Worker selection

Before any other unresolved configuration choice or operational step, read references/worker-backends.md. Resolve worker_backend from --workers=subagents|model-clis using that reference; if the flag is absent, ask its worker question first. If interactive choice is unavailable, honor its documented headless default.

The selected backend governs the whole session: dispatch, retry, judging, refinement, artifacts, session metadata, and presentation. The shared reference adapts provider-named examples across every later phase to that backend.

When worker_backend == subagents, use only the reference's native sub-agent path. Skip every model-CLI detection, timeout question, timeout resolution, retry, fallback, and dispatch instruction below. Every such instruction below is conditional on worker_backend == model-clis.


Orchestration Plan

Before dispatching the review to models, enter plan mode to create a review strategy.

Enter your tool's plan mode:

  • Claude Code: Call EnterPlanMode
  • Cursor: Use /plan or press Shift+Tab
  • Codex: Use /plan to switch to Plan mode
  • Gemini: Use /plan or press Shift+Tab
  • Other tools: Use your tool's planning/read-only mode if available

If plan mode is not available, proceed — context gathering in Phase 1 still guides the review.

Create an orchestration plan covering:

  1. Branch summary — What does this branch do? Summarize from commit messages and diff stats
  2. Review focus areas — Which files/changes are highest risk or most complex? Where should reviewers concentrate?
  3. Relevant conventions — Which CLAUDE.md/AGENTS.md rules are most relevant to the changes in this branch?
  4. Known concerns — Any areas the user flagged, or patterns in the diff that look risky (large functions, missing tests, API changes)
  5. Model prompt strategy — What specific instructions should each model's review prompt emphasize, given the above?

Read the full file on GitHub · 846 lines

Files

What ships with it

7 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. 7d ago First seen · 846 lines · 21 tokens per session scan A 5b22477a078c

Subscribe to this mod's changes

weave-review is a skill published in the GitHub repository tony/skills (2 stars, last pushed 5d ago), licensed MIT. It adds 21 tokens to every session and 10,555 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code…

Jeffallan/claude-skills · 130 tokens

postgres-database-migration

Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. Trigger when user asks to: Test a schema migration before applying it to production Add, remove, or rename columns safely on a live table Change a column's data…

timescale/pg-aiguide · 220 tokens

design-postgis-tables

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications.

timescale/pg-aiguide · 31 tokens

pgvector-semantic-search

Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. Trigger when user asks to: Store or search vector embeddings in PostgreSQL Set up semantic search, similarity search, or nearest neighbor search Create HNSW or IVFFlat indexes for vectors…

timescale/pg-aiguide · 190 tokens

setup-timescaledb-hypertables

Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table. Trigger when user asks to: Create or design SQL schemas/tables AND…

timescale/pg-aiguide · 219 tokens

postgres-hybrid-text-search

Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). Trigger when user asks to: Combine keyword and semantic search Implement hybrid search or multi-modal retrieval Use BM25/pgtextsearch with pgvector together Implement RRF (Reciprocal…

timescale/pg-aiguide · 162 tokens