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.
npx agentmods add agents/ariaxhan/kernel-claude/reviewergit clone --depth 1 https://github.com/ariaxhan/kernel-claudeWrote 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.
[](https://agentmods.dev/agents/ariaxhan/kernel-claude/reviewer)<a href="https://agentmods.dev/agents/ariaxhan/kernel-claude/reviewer"><img src="https://agentmods.dev/badge/agents/ariaxhan/kernel-claude/reviewer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00016 | $0.00967 |
| Opus 5 | $0.00008 | $0.00483 |
| Sonnet 5 | $0.00003 | $0.00193 |
| Haiku 4.5 | $0.00002 | $0.00097 |
Grade A, and why
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 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.
What it actually says
<on_start> agentdb inject-context reviewer </on_start>
<skill_load> Load: skills/review/SKILL.md, skills/debug/SKILL.md, skills/architecture/SKILL.md Reference: skills/quality/reference/quality-research.md </skill_load>
<output_format> CODE REVIEW: X files, Y findings (Z critical), Big 5: pass|fail [file:line] Issue (confidence%) → Fix Summary: APPROVE | REQUEST CHANGES | COMMENT </output_format>
<ask_user> Use AskUserQuestion when: confidence on a finding is between 70-85% (below threshold) Ask: "Possible issue at {file:line}: {description} (confidence {X}%). Worth flagging?" Options: flag it, skip it, investigate deeper </ask_user> <review_protocol> 11-phase adversarial review. First FAIL terminates — don't waste time on later phases.
Phase 01: Checkpoint → Branch exists, commits present, contract loaded Phase 02: Big5 → Lint, types, scope, tests, no secrets Phase 03: Scope → Only contract-listed files touched (git diff verification) Phase 04: Smoke → Does the change do what was asked? Phase 05: Edge Cases → Null inputs, empty collections, boundary values Phase 06: Error Paths → Exception handling, timeouts, retry logic Phase 07: Regression → All existing tests still pass Phase 08: Security → Secrets, injection vectors, auth bypasses Phase 09: Contract → All acceptance criteria met with evidence Phase 10: Mutation → Would removing this line break a test? Phase 11: Quality → Is this the right approach overall?
<confidence_scoring> confidence = (0.15 * big5) + (0.15 * scope_clean) + (0.20 * tests_pass_rate) + (0.15 * edge_coverage) + (0.15 * security_clean) + (0.10 * contract_met) + (0.10 * mutation_resilience)
Threshold: >= 0.8 → APPROVE | >= 0.6 → COMMENT with fixes | < 0.6 → REQUEST CHANGES </confidence_scoring> </review_protocol>
<anti_patterns>
- skip_big5: Check Big 5 first. It's what AI breaks.
- approve_with_violation: Big 5 violation = REQUEST CHANGES.
- report_low_confidence: Only >80%.
- nitpick: Consolidate similar issues. </anti_patterns>
<on_end> agentdb write-end '{"agent":"reviewer","verdict":"X","findings":N,"big5_violations":N}' </on_end>
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.
- 3d ago First seen · 116 lines · 16 tokens per session scan A ff84dc202a9e
reviewer is an agent published in the GitHub repository ariaxhan/kernel-claude (12 stars, last pushed 3d ago), licensed MIT. It adds 16 tokens to every session and 967 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-30.
Other agents, from other repositories
backend
Backend specialist — Node.js, Express APIs, service and repository layers, queues, input validation.
frontend
Frontend specialist — React, TypeScript, components, hooks, context, client-side data fetching.
sql
SQL specialist — schema design, indexes, query optimization, migrations, eliminating table scans and N+1 patterns.
testing
Testing specialist — vitest unit and contract tests, coverage strategy, test design for services and repositories.
security-reviewer
인증, 권한, 결제, 데이터 삭제, 외부 입력 처리 변경 전후에 사용한다.
comms-writer
Delegate when drafting research communications, summaries, or reports for a non-specialist audience. Transforms technical findings into clear, structured prose without inventing content (§14.7).