reqord-reviewer

reqord-reviewer is an agent for Claude Code from kicchann/reqord. It costs 45 tokens per session (659 once invoked), scanned A, original, AGPL-3.0.

A code-review agent for projects that manage requirements and specifications in Reqord, a requirements-tracking workflow. It checks whether an implementation meets each requirement's success criteria and matches the project design document.

In plain words
What is it for?
Use it to review feature work against Reqord requirements and design.md, and to check whether all stated success criteria are covered.
Why use it?
It helps find missing parts of an implementation and differences between the code and the documented design.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the reqord plugin — 8 skills, 3 agents shipped together

Good fit Use it to review feature work against Reqord requirements and design.md, and to check whether all stated success criteria are covered.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kicchann/reqord/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/kicchann/reqord

Made for: Claude Code.

Or install reqord, the plugin that ships this one along with the rest of its 8 skills, 3 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 reqord-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/kicchann/reqord/reviewer.svg)](https://agentmods.dev/agents/kicchann/reqord/reviewer)
Your own site
<a href="https://agentmods.dev/agents/kicchann/reqord/reviewer"><img src="https://agentmods.dev/badge/agents/kicchann/reqord/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 659 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 unknown 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.00045 $0.00659
Opus 5 $0.00023 $0.00329
Sonnet 5 $0.00009 $0.00132
Haiku 4.5 $0.00005 $0.00066

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

Security

Grade A, and why

reqord-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 7d 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/reqord/agents/reviewer.md · 65 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 7d ago First seen · 65 lines · 45 tokens per session scan A 9e41ffd2504e

Subscribe to this mod's changes

reqord-reviewer is an agent published in the GitHub repository kicchann/reqord (6 stars, last pushed 6mo ago), licensed AGPL-3.0. It adds 45 tokens to every session and 659 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-08-31.

Related

Other agents, from other repositories

reviewer-opus

Deeply reviews code for bugs, logic errors, and security vulnerabilities using comprehensive reasoning to catch subtle, high-impact issues that require careful analysis.

Joncik91/ucai · 32 tokens

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.

Joncik91/ucai · 35 tokens

verifier

Validates completed work against acceptance criteria by checking that each criterion is genuinely met in the implementation, with evidence from the actual code.

Joncik91/ucai · 28 tokens

ios-code-reviewer

Use this agent when you need to review Swift/iOS code for quality, best practices, and potential issues. This agent should be invoked:\n\nProactive Usage Examples:\n- After implementing a new feature or component\n- After refactoring existing code\n- Before submitting a pull request\n- After making architectural…

carloshpdoc/ios-workflow-claude · 0 tokens

aw-analyst

Deep analysis agent for GitHub Agentic Workflow (gh-aw) files. Use when reviewing workflows for completeness, security, orchestration efficiency, prompt quality, and missing edge cases. Triggers on workflow review, analysis, or audit requests. Examples: Context: User wants a thorough review of a workflow file. user…

zircote-plugins/github-agentic-workflows · 207 tokens

architect

Use this agent when creating roadmaps, decomposing plans into tasks, making architecture decisions, or breaking down requirements into executable work. Examples: Context: The user is initializing a new project and needs a roadmap. user: "Create a roadmap for building this application" assistant: "I'll dispatch the…

lgbarn/shipyard · 272 tokens