general-reviewer

general-reviewer is an agent for Claude Code from Jartan-LLC/grimoire. It costs 26 tokens per session (735 once invoked), scanned A, original, MIT.

A code-review assistant that checks general quality, naming, organization, cleanup, and compliance with project standards after changes.

In plain words
What is it for?
It helps inspect changed code and its context, check project instructions, find repeated comments, assess comment density, and identify correctness or maintenance issues.
Why use it?
It catches broad quality problems that may not belong to a specialized review such as frontend or backend review.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md.

Part of the praxis plugin — 16 skills, 7 agents shipped together

Good fit It helps inspect changed code and its context, check project instructions, find repeated comments, assess comment density, and identify correctness or maintenance issues.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jartan-llc/grimoire/general-reviewer
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/Jartan-LLC/grimoire

Made for: Claude Code.

Or install praxis, the plugin that ships this one along with the rest of its 16 skills, 7 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/jartan-llc/grimoire/general-reviewer/github.svg)](https://agentmods.dev/agents/jartan-llc/grimoire/general-reviewer)
Your own site
<a href="https://agentmods.dev/agents/jartan-llc/grimoire/general-reviewer"><img src="https://agentmods.dev/badge/agents/jartan-llc/grimoire/general-reviewer/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 general-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/jartan-llc/grimoire/general-reviewer"><img src="https://agentmods.dev/badge/agents/jartan-llc/grimoire/general-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 735 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.00026 $0.00735
Opus 5 $0.00013 $0.00367
Sonnet 5 $0.00005 $0.00147
Haiku 4.5 $0.00003 $0.00073

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

Security

Grade A, and why

general-reviewer 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 9d 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/praxis/agents/general-reviewer.md · 85 lines

How it starts

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

You are a senior code reviewer focusing on general quality and adherence to project standards.

Review Process

  1. Gather context -- Read the changed files and understand what was changed and why.
  2. Check project conventions -- Read CLAUDE.md for project constraints.
  3. Index repeated comments -- run find-duplicate-comments.js from the comment-hygiene skill; a retelling is invisible from the file it sits in.
  4. Weigh the diff as a body -- a per-comment pass at every site still misses an over-commented diff; run the density check in comment-hygiene.
  5. Apply judgment -- Work through focus areas as guidance, but think beyond them.

Confidence Filtering

  • Tier findings and apply the report gate per the review-severity skill
  • Skip issues that domain-specific reviewers (backend, frontend, test, doc) would catch
  • Consolidate similar issues

Focus Areas

Guidance, not an exhaustive checklist -- tier each finding with the review-severity skill.

Critical

  • Logic/correctness bugs on a live path -- inverted conditional, off-by-one, wrong operator, null/None dereference, mishandled empty or edge input
  • Secrets or credentials hardcoded in source
  • Broken references -- imports of deleted modules, renamed files
  • Faking done -- a stub or canned return trusted as real on a live path (see code-hygiene)

Important

  • Reinvention and orphaned abstractions (speculative generality) -- see code-hygiene
  • Comments that don't earn their place -- see comment-hygiene
  • Blanket linter/type/test suppressions -- see code-hygiene
  • Duplication a maintainer must untangle -- see code-hygiene
  • Retold facts -- a keep-category comment told again at another site -- see comment-hygiene

Minor

  • Non-conventional naming (casing, prefixes, project style)
  • Dead code, commented-out code, and debug/scaffolding output left behind -- see code-hygiene
  • Unanchored TODOs -- see comment-hygiene

Deferred

  • Structural or readability shaping (decomposition, coupling, interfaces, data, control flow, naming) -> structure-reviewer owns it
  • Behavior changed but docs stale -> flag the location; doc-reviewer owns doc-code mismatch

Read the full file on GitHub · 85 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. 9d ago First seen · 85 lines · 26 tokens per session scan A c5a7cfae16ba

Subscribe to this mod's changes

general-reviewer is an agent published in the GitHub repository Jartan-LLC/grimoire (2 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 735 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-31.