code-review

code-review is a skill for Kiro from ihatesea69/kiro-kit. It costs 29 tokens per session (276 once invoked), scanned A, original, MIT.

A structured guide for reviewing code changes and handling review feedback. It includes checks for tests, builds, types, lint warnings, and whether the requested work is complete.

In plain words
What is it for?
Use it when requesting a review, responding to comments, checking implementation quality, or verifying a change before declaring it finished.
Why use it?
It helps teams catch problems before changes are accepted and keeps completion claims tied to evidence.

Skill for Kiro

Written for Kiro: installed under .kiro/. Also seen: mentions subagents.

Good fit Use it when requesting a review, responding to comments, checking implementation quality…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ihatesea69/kiro-kit/code-review
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.

Any agent
npx skills add ihatesea69/kiro-kit --skill code-review
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit

Made for: Kiro.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/code-review.svg)](https://agentmods.dev/skills/ihatesea69/kiro-kit/code-review)
Your own site
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/code-review"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 276 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.00029 $0.00276
Opus 5 $0.00015 $0.00138
Sonnet 5 $0.00006 $0.00055
Haiku 4.5 $0.00003 $0.00028

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

Security

Grade A, and why

code-review 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.

.kiro/skills/code-review/SKILL.md · 46 lines

What it actually says

Code Review

Activate this skill when performing or receiving code reviews.

When to Use

  • Receiving code review feedback
  • Completing tasks requiring review before proceeding
  • Before making completion claims about implementations
  • Requesting reviews via subagent workflows

Receiving Feedback

  • Apply technical rigor over performative agreement
  • If feedback is unclear, ask for clarification with specific questions
  • If feedback is technically questionable, explain your reasoning
  • Never change code just to appease a reviewer without understanding why

Requesting Reviews

  • Provide context: what changed, why, and what to focus on
  • Highlight areas of uncertainty or risk
  • Include test results and verification evidence
  • Note any trade-offs or decisions made

Verification Gates

Before claiming work is complete:

  • Run the test suite and confirm passing
  • Verify the build succeeds
  • Check for type errors and lint warnings
  • Confirm the change addresses the original requirement
  • Provide evidence of verification (command output, test results)

Rules

  • Never claim completion without evidence
  • Honest feedback is more valuable than agreement
  • Focus on correctness, security, and maintainability
  • Style preferences are lower priority than functional issues
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 46 lines · 29 tokens per session scan A dc470892f286

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 18d ago), licensed MIT. It adds 29 tokens to every session and 276 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-09-03.

Related

Other skills, from other repositories

cn-check

Install and run the Continue CLI (cn) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.

continuedev/continue · 49 tokens

genie-orca-review

Independent, read-only review of a group, a wish, or a PR on Orca — SHIP / FIX-FIRST / BLOCKED with severity-tagged findings. Council and retro are this skill with a different input.

automagik-dev/genie · 50 tokens

argot-check

Score your working changes with argot — flag code foreign to this repo's own patterns (unfamiliar dependencies, APIs, constructs), functions the repo already has, code filed in the wrong place, imports that break the repo's layering, and tests weakened, disabled, or deleted alongside a production change — before…

get-tmonier/argot · 110 tokens

atomic-review

Compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", or invokes /atomic-review. Auto-triggers when reviewing pull requests.

damusix/atomic-claude · 63 tokens

ralphctl-code-review-and-quality

Multi-phase code-quality skill — primary frame for the evaluator role in Execute, the architecture axis in Plan, and correctness/readability in Refine. Multi-axis code review with severity vocabulary. Use when you are the evaluator assessing a generator's output, and when reviewing any change before signalling…

lukas-grigis/ralphctl · 76 tokens

handoff

Transfer the current coding, debugging, planning, or architecture session to AI Badger. Use for broad session continuation; use badger-review for an independent review.

PVRLabs/aibadger · 35 tokens