kiro-review

kiro-review is a skill for Codex from gotalab/cc-sdd. It costs 39 tokens per session (1,440 once invoked), scanned A, original, MIT.

A review process for checking one implementation task against its approved requirements, design, scope limits, and verification evidence. It is intended for adversarial checking after an implementer reports that the task is ready.

In plain words
What is it for?
Use it after implementation or remediation, and before marking a task complete, to inspect the exact task, boundary, related specification sections, status report, and validation results.
Why use it?
It helps catch incomplete work, unsupported claims, scope expansion, and mismatches with the approved plan before a task is accepted.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it after implementation or remediation, and before marking a task complete, to inspect the exact task, boundary, related specification sections, status report, and validation results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gotalab/cc-sdd/kiro-review
About the project

cc-sdd is a spec-driven development workflow for coding agents: it turns approved software specifications into requirements, designs, task plans, and extended autonomous implementation. Developers use it across several AI coding agents, with independent review and task-level continuation for long-running work. The catalogue entries provide commands, skills, agents, and instructions for using this workflow.

gotalab/cc-sdd · 3,661 stars · on GitHub

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 gotalab/cc-sdd --skill kiro-review
Clone the repo
git clone --depth 1 https://github.com/gotalab/cc-sdd

Made for: Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/gotalab/cc-sdd/kiro-review/github.svg)](https://agentmods.dev/skills/gotalab/cc-sdd/kiro-review)
Your own site
<a href="https://agentmods.dev/skills/gotalab/cc-sdd/kiro-review"><img src="https://agentmods.dev/badge/skills/gotalab/cc-sdd/kiro-review/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 kiro-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/gotalab/cc-sdd/kiro-review"><img src="https://agentmods.dev/badge/skills/gotalab/cc-sdd/kiro-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,440 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00039 $0.01440
Opus 5 $0.00019 $0.00720
Sonnet 5 $0.00008 $0.00288
Haiku 4.5 $0.00004 $0.00144

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

Security

Grade A, and why

kiro-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 11d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-review/SKILL.md · 172 lines

How it starts

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

kiro-review

<background_information> This skill performs task-local adversarial review. It verifies that the implementation is real, complete, bounded, aligned with approved requirements and design, and supported by mechanical verification evidence.

Boundary terminology continuity:

  • discovery identifies Boundary Candidates
  • design fixes Boundary Commitments
  • tasks constrain execution with _Boundary:_
  • review rejects concrete Boundary Violations </background_information>
  • After an implementer reports READY_FOR_REVIEW
  • After remediation for a rejected review
  • Before marking a task [x]
  • Before accepting a task into feature-level validation

Do not use this skill to invent missing requirements or silently reinterpret the spec.

Inputs

Provide:

  • Task ID and exact task text from tasks.md
  • Relevant requirement section numbers
  • Relevant design section numbers
  • Spec file paths (requirements.md, design.md, optionally tasks.md)
  • The implementer's status report
  • The task _Boundary:_ scope constraints
  • Validation commands discovered by the controller
  • Relevant steering excerpts when applicable
  • Relevant ## Implementation Notes entries when applicable

Outputs

Return one of:

  • APPROVED
  • REJECTED

Also return:

  • Mechanical results
  • Findings with severity
  • Required remediation
  • One-sentence summary

Use the language specified in spec.json.

First Action

Run git diff to inspect the actual code changes. If the diff is large or ambiguous, read the changed files directly. Do not trust the implementer report as source of truth.

Core Principle

Read the spec yourself. Read the diff yourself. Verify mechanically where possible. Reject on concrete failures rather than interpretive optimism. The main review question is not just "does it work?" but "does it stay inside the approved responsibility boundary without hiding new coupling?"

Mechanical Checks

Run these checks and use the result as primary signal.

Read the full file on GitHub · 172 lines

Files

What ships with it

1 file 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. 11d ago First seen · 172 lines · 39 tokens per session scan A c68435ab6e70

Subscribe to this mod's changes

kiro-review is a skill published in the GitHub repository gotalab/cc-sdd (3,661 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 1,440 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-30.

Related

Other skills, from other repositories

repo-consistency-sweep

Proactive defect-class detection that handles the lower-value half of code review (per Bacchelli and Bird 2013) so human reviewers stay focused on design, intent, and knowledge transfer. Catches convention drift, ordering bugs, type-safety gaps, security and multi-tenant invariants (CWE-grounded), and operability…

Mozurok/fhorja.dev · 200 tokens

pr-feedback-ingest

Turn PR feedback (Greptile, CI, bots, humans) into a structured traceable backlog aligned with TASKSTATE.md, DECISIONS.md, and IMPLEMENTATIONPLAN.md so the next execution step can be a narrow implement-approved-slice or a small planning touch without losing alignment. Corrective scope only. Use when a PR is open or…

Mozurok/fhorja.dev · 230 tokens

review-hard

Review the current task changes for real correctness, safety, and maintainability risks before slice closure or PR prep, and recommend the smallest safe next step. Surfaces meaningful issues (not cosmetic feedback); not a replacement for external review systems. Returns no-op when the review would not materially…

Mozurok/fhorja.dev · 176 tokens

atom-audit-fleet

Orchestrator-workers variant of atom-audit. Dispatches N Haiku workers (3-5 atoms each) to audit every atom under packages/design-system/src/atoms/ in parallel against COMPONENTGUIDELINES.md rules; merges per-worker rows into ATOMAUDIT.md table. Use when atom count >= 6 (per cost-effectiveness threshold) AND…

Mozurok/fhorja.dev · 129 tokens

verify-against-rubric-fleet

Orchestrator-workers generalization of verify-against-rubric to N=many artifacts against ONE locked rubric. Dispatches N stateless Sonnet sub-agents in parallel; each receives ONE artifact + the SAME rubric + read-only tools (no TASKSTATE, no DECISIONS, no prior history); returns structured per-criterion verdict.…

Mozurok/fhorja.dev · 187 tokens

graphql-contract-review

Review a GraphQL schema and a Backend-for-Frontend (BFF) contract BEFORE implementation, against a GraphQL-specific checklist: schema shape and nullability (null-bubbling), errors-as-data unions, N+1 and DataLoader, query cost and depth limits, cursor-connection pagination, federation entity ownership, breaking-change…

Mozurok/fhorja.dev · 192 tokens