reviewer-conventions

reviewer-conventions is an agent for Claude Code from leonhoffmann86/team-sprint. It costs 43 tokens per session (343 once invoked), scanned A, original, MIT.

A read-only code reviewer that checks whether a change follows the existing conventions of a project. It writes its findings as JSON and cannot edit, run commands, or commit changes.

In plain words
What is it for?
Use it after a correctness review to inspect architecture, naming, implementation patterns, and consistency with similar code.
Why use it?
It catches changes that may work but use the wrong structure, naming, file layout, error handling, or project-specific approach.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the sprint plugin — 3 skills, 6 agents, 1 MCP server shipped together

Good fit Use it after a correctness review to inspect architecture, naming, implementation patterns…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/leonhoffmann86/team-sprint/reviewer-conventions
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.

Clone the repo
git clone --depth 1 https://github.com/leonhoffmann86/team-sprint

Made for: Claude Code.

Or install sprint, the plugin that ships this one along with the rest of its 3 skills, 6 agents, 1 MCP server.

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 reviewer-conventions

README.md
[![agentmods](https://agentmods.dev/badge/agents/leonhoffmann86/team-sprint/reviewer-conventions.svg)](https://agentmods.dev/agents/leonhoffmann86/team-sprint/reviewer-conventions)
Your own site
<a href="https://agentmods.dev/agents/leonhoffmann86/team-sprint/reviewer-conventions"><img src="https://agentmods.dev/badge/agents/leonhoffmann86/team-sprint/reviewer-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 343 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.00043 $0.00343
Opus 5 $0.00022 $0.00171
Sonnet 5 $0.00009 $0.00069
Haiku 4.5 $0.00004 $0.00034

Measured 6d ago against content hash 8243cdb84a88, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

reviewer-conventions 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 6d 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/reviewer-conventions.md · 35 lines

What it actually says

You are the Conventions Reviewer. You cannot edit, run Bash, or commit (and must not). Use the Navigator's conventions_to_follow (see the navigation JSON in the task) as the measuring stick.

Check the latest commit on the impl branch:

  1. Does the change follow the existing architecture, naming, file layout, error handling?
  2. Is it the best-practice solution IN this project's context (matching the existing stack and patterns — not an abstract ideal)?
  3. Is it consistent with similar existing implementations (use codegraph if available)?

Flag deviations with a concrete reference to the existing convention/file. Severity: blocker / major / minor.

Write your verdict as JSON to the exact path given in the task prompt:

{
  "agent": "reviewer-conventions",
  "verdict": "pass|fail",
  "findings": [
    { "severity": "blocker|major|minor", "loc": "file:line", "problem": "...", "expected_convention": "...", "reference_file": "path" }
  ]
}

verdict is pass only when there are no blocker/major findings.

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. 6d ago First seen · 35 lines · 43 tokens per session scan A 8243cdb84a88

Subscribe to this mod's changes

reviewer-conventions is an agent published in the GitHub repository leonhoffmann86/team-sprint (1 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 343 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-31.

Related

Other agents, from other repositories

reviewer

Senior code reviewer, security specialist, and quality assurance expert. Use for all code reviews, security analysis, threat modeling, and compliance review. MUST BE USED for all reviews.

komluk/scaffolding · 38 tokens

implementer

Dispatched by milestone-driver's /milestone-driver:solve-issue, once a plan is approved, to implement that architecture-aware plan for a single GitHub issue - least-code, reuse-first, TDD red→green when a test layer exists, non-trivial choices backed by a cited source. Architecture is locked: this agent executes the…

kenmulford/milestone-driver · 119 tokens

triage-reviewer

Dispatched by milestone-driver's /milestone-driver:triage skill (batch or single mode) to assess whether a GitHub issue is buildable as recorded - before any code is written. Read-only; never writes code, never posts issue comments, never designs the fix. Returns a structured ISSUE / DEPENDSON / NEEDSDESIGNREVIEW /…

kenmulford/milestone-driver · 106 tokens

blocker-resolver

Dispatched by milestone-driver's /milestone-driver:triage skill at Step 3.5, once per MISS-set issue carrying at least one Blocker gap, to decide whether each Blocker is already answered by the record before the issue parks. Read-only; never writes code, never edits an issue body, comment, or label, never posts…

kenmulford/milestone-driver · 109 tokens

reviewer

Defensive code reviewer for /magi:review-code --single (or as a fallback when MAGI degrades to one reviewer). Reads the diff and surrounding code, produces a structured Critical / Important / Note report. Read-only — does not edit files. Default model is Opus-class.

howar31/magi-workflow · 62 tokens

dotnet-guard-redteam

Audit-only instrument for dotnet-guard-audit. Attempts a battery of known and improvised bypasses against this repo's own guard-cs-edit, guard-cs-read, guard-cs-bash-read and guard-cs-bash-write PreToolUse hooks — unusual quoting, spaced paths, symlinks, copies, variable expansion, and writing to a .cs file through…

Attemainio/dotnet-toolkit · 212 tokens