review-general

review-general is a command for Claude Code from EchoingVesper/mcp-task-orchestrator. It costs 0 tokens per session (597 once invoked), scanned A, original, MIT.

A general code-review command for examining current changes, selected files, pull requests, or differences from another Git revision.

In plain words
What is it for?
Use it to review local diffs, staged work, specific files, pull requests, or broader changes against a branch. It focuses on Python conventions, Pydantic v2 usage, input validation, secrets, and feature organization.
Why use it?
It provides a structured check for code quality, security, typing, error handling, project structure, and tests before changes are accepted.

Command for Claude Code

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.

agentmods
npx agentmods add commands/echoingvesper/mcp-task-orchestrator/review-general
Clone the repo
git clone --depth 1 https://github.com/EchoingVesper/mcp-task-orchestrator

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/echoingvesper/mcp-task-orchestrator/review-general.svg)](https://agentmods.dev/commands/echoingvesper/mcp-task-orchestrator/review-general)
Your own site
<a href="https://agentmods.dev/commands/echoingvesper/mcp-task-orchestrator/review-general"><img src="https://agentmods.dev/badge/commands/echoingvesper/mcp-task-orchestrator/review-general.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 597 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00597
Opus 5 $0.00000 $0.00298
Sonnet 5 $0.00000 $0.00119
Haiku 4.5 $0.00000 $0.00060

Measured 5d ago against content hash 91c7db43e5bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

review-general 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 5d 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.

Origin

Copies of this mod

4 near-identical copies found in the catalogue:

.claude/commands/code-quality/review-general.md · 94 lines

How it starts

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

Code Review

Please perform a comprehensive code review of the current changes or specified files.

Review Scope

$ARGUMENTS

Review Process

  1. Understand Changes
    • If reviewing staged changes: git diff --staged
    • If reviewing specific files: Read the specified files
    • If reviewing a PR: gh pr view $ARGUMENTS --json files,additions,deletions
    • If reviewing a local directory: git diff $ARGUMENTS
    • If reviewing the entire codebase: git diff origin/main

Review Focus Areas

  1. Code Quality

    • Type hints on all functions and classes
    • Pydantic v2 models for data validation
    • No print() statements (use logging)
    • Proper error handling
    • Following PEP 8
    • Docstrings following google style python docstrings
  2. Pydantic v2 Patterns

    • Using ConfigDict not class Config
    • field_validator not @validator
    • model_dump() not dict()
    • Proper use of Annotated types
  3. Security

    • Input validation on all endpoints
    • No SQL injection vulnerabilities
    • Passwords properly hashed
    • No hardcoded secrets
  4. Structure

    • Unit tests are co-located with the code they test in tests/ folders
    • Each feature is self-contained with its own models, service, and tools
    • Shared components are only things used by multiple features
    • Future improvements (like multiple AI providers) would go in src/shared/ai_providers/ when implemented
    • Integration tests remain at the root level in tests/integration/
  5. Linting

    • ruff check --fix
    • mypy
  6. Testing

    • New code has tests
    • Edge cases covered
    • Mocking external dependencies
  7. Performance

    • No N+1 queries
    • Efficient algorithms
    • Proper async usage
  8. Documentation

    • Clear README with setup instructions
    • CLAUDE.md is up to date with any new important utils, dependencies etc for future cluade code instances

Review Output

Create a concise review report with:

Read the full file on GitHub · 94 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. 5d ago First seen · 94 lines · 0 tokens per session scan A 91c7db43e5bb

Subscribe to this mod's changes

review-general is a command published in the GitHub repository EchoingVesper/mcp-task-orchestrator (28 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 597 tokens. 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.