review

review is a skill for Claude Code, Codex from akka/ai-marketplace. It costs 22 tokens per session (2,084 once invoked), scanned A, original, Apache-2.0.

A code-review workflow for checking an Akka SDK project against recommended practices and, when needed, its feature specification, plan, and project rules.

In plain words
What is it for?
Use it for a full project review or to review one feature against its specification, implementation plan, task list, and constitution.
Why use it?
It helps find missing requirements, deviations from the design, and project-specific rule violations before they become release problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for a full project review or to review one feature against its specification, implementation plan, task list, and constitution.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akka/ai-marketplace/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 akka/ai-marketplace --skill review
Clone the repo
git clone --depth 1 https://github.com/akka/ai-marketplace

Made for: Claude Code, 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 review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/akka/ai-marketplace/review"><img src="https://agentmods.dev/badge/skills/akka/ai-marketplace/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,084 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.00022 $0.02084
Opus 5 $0.00011 $0.01042
Sonnet 5 $0.00004 $0.00417
Haiku 4.5 $0.00002 $0.00208

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

Security

Grade A, and why

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 2d 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.

skills/review/SKILL.md · 178 lines

How it starts

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

User Input

You MUST consider the user input before proceeding (if not empty).

Review Modes

This review supports two modes:

  • Full review (default): Reviews the entire project against Akka SDK best practices. Runs the complete checklist below. Use this when no specific feature is mentioned, or when the user explicitly asks for a project-wide review.
  • Feature review: Reviews the implementation of a specific feature against its spec, plan, and constitution, in addition to the best practices checklist. Activated when the user names a feature, or when SDD artifacts (spec, plan, tasks) exist and the user doesn't explicitly ask for a general review.

Outline

Steps 1-4: SDD alignment (feature review mode only)

Skip these steps entirely in full review mode.

  1. Setup: Call akka_sdd_list_specs to find the target feature. Load the spec, plan, tasks, and checklist.

  2. Load context: Read the constitution using akka_sdd_constitution. Understand what patterns and rules must be followed.

  3. Review implementation against spec:

    • Are all functional requirements implemented?
    • Are all acceptance criteria met?
    • Are there deviations from the spec? If so, are they justified?
  4. Review implementation against constitution:

    • Apply project-specific principles and rules from the constitution
    • Check that architectural decisions align with documented rationale

Step 5: Akka SDK best practices checklist (always runs)

Load the review checklist. First check if a project-level checklist exists at .akka/review-checklist.md — if it does, use that (read the file directly). If not, fall back to akka_sdd_get_template with template name review-checklist to use the plugin default. Walk through every check. For each check, report PASS, WARN (acceptable deviation with reason), or FAIL (must fix). For WARN and FAIL items, cite the specific file(s) and line(s).

Step 6: Runtime verification (optional, either mode)

Read the full file on GitHub · 178 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. 2d ago Changed · +3 lines 2be365a368b0
  2. 11d ago First seen · 175 lines · 22 tokens per session scan A b19229d23a1b

Subscribe to this mod's changes

review is a skill published in the GitHub repository akka/ai-marketplace (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 22 tokens to every session and 2,084 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-31.

Related

Other skills, from other repositories

gsd-code-review

Review source files changed during a phase for bugs, security issues, and code quality problems.

open-gsd/gsd-core · 22 tokens

gsd-ns-review

Route to the appropriate quality / review skill based on the user's intent. gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.

open-gsd/gsd-core · 16 tokens

gsd-pr-branch

Create a clean PR branch by filtering out .planning/ commits — ready for code review.

open-gsd/gsd-core · 23 tokens

spec-kitty-implement-review

Orchestrate the implement-review loop for Spec Kitty work packages using any configured agent. Covers agent dispatch, state transitions, rejection cycles, arbiter escalation, and dependency-aware sequencing across all 13 supported coding agents. Triggers: "implement and review WPs", "run the implement-review loop"…

Priivacy-ai/spec-kitty · 120 tokens

spec-kitty-mission-review

Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review"…

Priivacy-ai/spec-kitty · 155 tokens

spec-kitty-runtime-review

Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only…

Priivacy-ai/spec-kitty · 85 tokens