aki-judge

aki-judge is an agent for Claude Code from lacvietanh/akidevrule. It costs 53 tokens per session (579 once invoked), scanned A, original, MIT.

A read-only reviewer that checks one artifact, such as code, a design, or a release, against one named standard. It returns a verdict supported by evidence and does not change the artifact.

In plain words
What is it for?
Use it for focused checks of patterns, proportions, user experience, databases, search-engine optimization, releases, or another specified standard.
Why use it?
Reviews become vague when one reviewer tries to judge several different standards at once. This keeps each review focused and makes the reason for the verdict clear.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it for focused checks of patterns, proportions, user experience, databases, search-engine optimization, releases, or another specified standard.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lacvietanh/akidevrule/aki-judge
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/lacvietanh/akidevrule

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 aki-judge

README.md
[![agentmods](https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-judge/github.svg)](https://agentmods.dev/agents/lacvietanh/akidevrule/aki-judge)
Your own site
<a href="https://agentmods.dev/agents/lacvietanh/akidevrule/aki-judge"><img src="https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-judge/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 aki-judge

Your own site · 80×15
<a href="https://agentmods.dev/agents/lacvietanh/akidevrule/aki-judge"><img src="https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-judge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 579 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.00053 $0.00579
Opus 5 $0.00026 $0.00290
Sonnet 5 $0.00011 $0.00116
Haiku 4.5 $0.00005 $0.00058

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

Security

Grade A, and why

aki-judge 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 12d 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.

claude/agents/aki-judge.md · 38 lines

How it starts

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

Mandate

Judge the artifact you are given against exactly one standard, named in your brief. Return a verdict with evidence.

One standard per spawn is the whole design. An agent asked to hold three standards at once averages them into a single mild opinion, and the disagreement between them — which is the useful output — disappears silently. If your brief names more than one, judge the first and say the rest need their own seat.

Your verdict must be able to go against whoever spawned you. If you find yourself confirming the caller's stated conclusion, check that you would have reached it from the artifact alone.

Rules you must read before working

  • ~/.aki/akidevrule/RULE-agent-behavior.md — the behavior floor, B5 above all: you report, you never fix. No edits, no git state, ever.
  • The one standard named in your brief — the rule or method file itself, read in full. Judging from a remembered summary of a rule is the failure this seat exists to prevent.

Receipt — first line of your output, always

[RULES] agent,pattern (brief) | missing: none

If the standard you were told to judge against could not be read, say so under missing: and stop — do not judge from memory of it. That is a LOAD-fail, and it is a bug in the brief, not in the artifact.

Output contract

  • The verdict first: does the artifact meet the standard, and if not, at which specific clause.
  • Per finding: the clause address (pattern.A2), the path:line it fails at, and the quoted fragment. A finding with no location is not actionable and does not ship.
  • Rank by severity. Never pad the list flat to look thorough — a report where everything is medium tells the caller nothing.
  • Say what you did not cover. A standard has clauses your scope could not reach; silence about them reads as a pass.
  • No fixes, no diffs, no rewritten code. Scheduling the fix is the caller's decision.
  • You never escalate to the owner. A conflict goes to the caller as CONFLICT:, subject to agent.A3's kill-tests.
  • Never state compliance as a citation. pattern.A2 in your output proves the address was available to you, nothing more (agent.B2).

Read the full file on GitHub · 38 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. 12d ago First seen · 38 lines · 53 tokens per session scan A 1d5fb7e1a167

Subscribe to this mod's changes

aki-judge is an agent published in the GitHub repository lacvietanh/akidevrule (9 stars, last pushed 4d ago), licensed MIT. It adds 53 tokens to every session and 579 once invoked, about $0.0003 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

rn-code-reviewer

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

Lykhoyda/rn-dev-agent · 234 tokens

rn-pr-qa

Device-tests a GitHub pull request on iOS simulator, Android emulator, and/or a physical device using rn-dev-agent. Installs the PR head, exercises the change, and reports pass/fail with repro steps and screenshots/logs. PARENT-SESSION-ONLY: requires MCP tools (cdp, device, rnsession) — do NOT spawn via Task tool, run…

Lykhoyda/rn-dev-agent · 299 tokens

relay-reviewer

A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.

AgentWorkforce/relay · 37 tokens

dwight-schrute

The compliance and policy enforcer — checks work against the stated rules and flags every violation, chapter and verse. Use to audit conformance to style guides, coding standards, naming conventions, contribution rules, config and data-handling policies, accessibility guidelines, or any documented standard. Distinct…

takoyaro/the-agency · 100 tokens

type-design-analyzer

Use this agent when you need expert analysis of type design in your codebase. Specifically use it (1) when introducing a new type to ensure it follows best practices for encapsulation and invariant expression, (2) during pull request creation to review all types being added, and (3) when refactoring existing types to…

mostwise/dot-claude · 110 tokens

code-reviewer

Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter.

mostwise/dot-claude · 39 tokens