juror-review

juror-review is a skill for Claude Code, Codex from Juror-AI/juror. It costs 28 tokens per session (504 once invoked), scanned A, original, MIT.

A connection to Juror Cloud, a hosted service that reviews pull requests using multiple AI models. It lets you inspect review findings and, after confirmation, start or rerun a review.

In plain words
What is it for?
Listing review workspaces, repositories, findings, and runs; opening a specific finding; and starting or repeating an approved pull-request review.
Why use it?
It gives a central place to triage hosted review results without inspecting local repositories or raw code changes through this add-on.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Listing review workspaces, repositories, findings, and runs; opening a specific finding; and starting or repeating an approved pull-request review.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/juror-ai/juror/juror-review"><img src="https://agentmods.dev/badge/skills/juror-ai/juror/juror-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 504 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00028 $0.00504
Opus 5 $0.00014 $0.00252
Sonnet 5 $0.00006 $0.00101
Haiku 4.5 $0.00003 $0.00050

Measured 13d ago against content hash 3daa598ec839, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

juror-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 13d 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/juror/skills/juror-review/SKILL.md · 33 lines

How it starts

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

Juror Cloud review workflow

Juror is a hosted, multi-model pull-request review service. This plugin does not inspect local repositories, checkouts, raw diffs, artifacts, screenshots, provider credentials, or model prompt text.

Select the workspace first

  1. Call juror_list_workspaces before any scoped tool.
  2. If exactly one workspace is returned, use its id as workspace_id.
  3. If more than one workspace is returned, ask the user to choose. Never guess from repository names or previous conversations.

Safe inspection

Use juror_overview, juror_list_repositories, juror_list_findings, juror_list_runs, and juror_get_run for concise triage. Findings are model-assisted signals, not proof that a change is incorrect. Summarize severity, agreement, status, and next verification steps without inventing source context.

Only call juror_get_finding_detail after the user identifies a particular finding or asks for the body of a particular finding. Do not request finding bodies in bulk and do not restate sensitive detail more broadly than needed.

Starting or rerunning a review

These are hosted Juror Cloud reviews and may use workspace review capacity. They must not be run alongside a Juror GitHub Action in the same repository.

  1. Call juror_prepare_review for an open pull request, or juror_prepare_rerun for an existing hosted review.
  2. Present the returned repository, PR number, exact SHA, and capacity/billing warning to the user.
  3. Ask a clear confirmation question. Do not treat silence, a generic request to “continue,” or an earlier confirmation as confirmation for a changed SHA.
  4. Only after the user explicitly confirms, call juror_start_review or juror_rerun_review with the matching five-minute intent.
  5. Report the new run ID and Juror Cloud link. If the intent expired, was replayed, or the PR SHA changed, prepare again and request a new confirmation.

Never use Juror to cancel runs, alter findings, change billing or workspace settings, access arbitrary GitHub repositories, or run QA. If the user asks for any of those, explain that this plugin does not provide that capability.

Read the full file on GitHub · 33 lines

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. 13d ago First seen · 33 lines · 28 tokens per session scan A 3daa598ec839

Subscribe to this mod's changes

juror-review is a skill published in the GitHub repository Juror-AI/juror (123 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 504 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-08-30.

Related

Other skills, from other repositories

argot-setup

Set argot up for a repository end to end — audit its history, decide what should shape its voice, fit, verify the fit actually catches things, tune the rules its own history says are noisy, and wire the places it runs (pre-write hook, pre-commit, MCP, CI). One sitting, one decision at a time, each proposed with the…

get-tmonier/argot · 129 tokens

argot-check

Score your working changes with argot — flag code foreign to this repo's own patterns (unfamiliar dependencies, APIs, constructs), functions the repo already has, code filed in the wrong place, imports that break the repo's layering, and tests weakened, disabled, or deleted alongside a production change — before…

get-tmonier/argot · 110 tokens

argot-write-rule

Codify a repo convention argot's built-ins don't cover into a scripted custom rule — a .argot/rules/NAME/rule.toml manifest plus a sandboxed Rhai script that fires exactly like a built-in, gated on a green fixture suite before it ever sees a real diff. Use when the user asks to "write an argot rule for X", "codify…

get-tmonier/argot · 131 tokens

argot-refresh

Refresh Argot's committed fit snapshot safely — first diagnose why maintenance is recommended, re-audit corpus scope and structural path changes, review stale mutes and policy entries with the user, then fit locally, verify, and prepare the reviewed .argot/ update. Use when argot status, argot check, MCP, or CI…

get-tmonier/argot · 136 tokens

argot-review-pr

Review a specific pull request (or diff range) against this repo's learned patterns with argot, without checking it out — flag dependencies, APIs, and constructs foreign to how the repo is written, duplicated functions, misfiled code, layering breaks, and tests weakened, disabled, or deleted alongside a production…

get-tmonier/argot · 78 tokens

argot-suggest-rules

Turn a convention argot has already discovered into a scripted custom rule. Runs argot conventions, surfaces the repo's mined placement conventions (where a kind of code lives — "validation in schema files", "DB access only in migrations", "business logic in the service layer, not views") and internal-API vocabulary…

get-tmonier/argot · 173 tokens