team-review

team-review is a command for Claude Code from sifxprime/kodelyth-ecc. It costs 34 tokens per session (896 once invoked), scanned A, original, MIT.

A command that runs several types of code audit in parallel: quality review, security checks, performance checks, and API compatibility review.

In plain words
What is it for?
Use it before or during development to find maintainability issues, OWASP security risks, inefficient queries or loops, and breaking API changes; an optional release check covers release readiness.
Why use it?
It brings common review concerns together and can focus them on the whole repository, a directory, or recently changed files.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it before or during development to find maintainability issues, OWASP security…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sifxprime/kodelyth-ecc/team-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.

Clone the repo
git clone --depth 1 https://github.com/sifxprime/kodelyth-ecc

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/sifxprime/kodelyth-ecc/team-review.svg)](https://agentmods.dev/commands/sifxprime/kodelyth-ecc/team-review)
Your own site
<a href="https://agentmods.dev/commands/sifxprime/kodelyth-ecc/team-review"><img src="https://agentmods.dev/badge/commands/sifxprime/kodelyth-ecc/team-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 896 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.00034 $0.00896
Opus 5 $0.00017 $0.00448
Sonnet 5 $0.00007 $0.00179
Haiku 4.5 $0.00003 $0.00090

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

Security

Grade A, and why

team-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 3d 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.

commands/team-review.md · 108 lines

How it starts

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

/team-review — Parallel Full-Team Audit

Run a full audit of your existing codebase with 4 specialist agents firing simultaneously. What would take an hour sequentially takes 15 minutes in parallel.

Usage

/team-review                    # full audit — all 4 agents on entire codebase
/team-review src/auth/          # focus all agents on a specific directory
/team-review --changed          # audit only files changed since last commit
/team-review --pre-release      # adds release-captain for release readiness check

What Gets Launched in Parallel

Agent Focus
code-reviewer Quality, patterns, dead code, naming, complexity, maintainability
security-reviewer OWASP Top 10, secrets, injection, auth gaps, CVEs in deps
performance-optimizer N+1 queries, unbounded loops, missing indexes, memory leaks, bundle size
api-guardian Breaking changes, missing validation, versioning gaps, contract drift

With --pre-release, also adds:

  • release-captain — release readiness: changelog, semver, rollback plan, smoke test coverage

How It Works

  1. Identify the target scope (whole repo, directory, or changed files)
  2. Spawn all 4 agents simultaneously with run_in_background: true
  3. Each agent scans its assigned concern independently
  4. Wait for all to complete
  5. Aggregate into a structured Team Review Report:
## TEAM REVIEW REPORT

### Code Quality (code-reviewer)
CRITICAL: [list]
HIGH:     [list]
MEDIUM:   [list]

### Security (security-reviewer)
CRITICAL: [list]
HIGH:     [list]

### Performance (performance-optimizer)
HIGH:     [list]
MEDIUM:   [list]

### API Contracts (api-guardian)
BREAKING: [list]
WARN:     [list]

---
TOTAL: X critical, Y high, Z medium
RECOMMENDATION: [ship / fix critical first / block]
  1. After report: "Which finding do you want to fix first?"

Severity Levels

Level Meaning Action
CRITICAL Security vulnerability, data loss, production breakage Block — fix before merge
HIGH Bug, broken contract, significant perf regression Fix before shipping
MEDIUM Maintainability debt, minor perf, code smell Fix when convenient
LOW Style, suggestion Optional

Read the full file on GitHub · 108 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. 3d ago First seen · 108 lines · 34 tokens per session scan A 2b4cf04c18dc

Subscribe to this mod's changes

team-review is a command published in the GitHub repository sifxprime/kodelyth-ecc (11 stars, last pushed 4d ago), licensed MIT. It adds 34 tokens to every session and 896 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-09-03.