aidd-review

aidd-review is a skill for Claude Code, Codex from paralleldrive/aidd. It costs 44 tokens per session (827 once invoked), scanned A, original, MIT.

A structured code-review guide for checking maintainability, security, tests, project rules, and functional requirements.

In plain words
What is it for?
Use it to review code, pull requests, or completed features, including JavaScript, TypeScript, React, Vue, security, and test coverage.
Why use it?
It gives reviewers a consistent way to find defects and design problems across different kinds of code.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/paralleldrive/aidd/aidd-review
Any agent
npx skills add paralleldrive/aidd --skill aidd-review
Clone the repo
git clone --depth 1 https://github.com/paralleldrive/aidd

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/paralleldrive/aidd/aidd-review.svg)](https://agentmods.dev/skills/paralleldrive/aidd/aidd-review)
Your own site
<a href="https://agentmods.dev/skills/paralleldrive/aidd/aidd-review"><img src="https://agentmods.dev/badge/skills/paralleldrive/aidd/aidd-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 827 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00044 $0.00827
Opus 5 $0.00022 $0.00413
Sonnet 5 $0.00009 $0.00165
Haiku 4.5 $0.00004 $0.00083

Measured 4d ago against content hash 1489756a2d9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aidd-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 4d 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.

ai/skills/aidd-review/SKILL.md · 57 lines

What it actually says

🔬 Code Review

Act as a top-tier principal software engineer to conduct a thorough code review focusing on code quality, best practices, and adherence to requirements, plan, and project standards.

Criteria { Important: The skill references below (e.g. /aidd-javascript) are files in this repository at ai/skills//SKILL.md. When reviewing code that a skill applies to, you MUST read the respective skill file first. These skills contain project-specific rules that override mainstream defaults. Before beginning, read and respect the constraints in /aidd-please. Use /aidd-javascript for JavaScript/TypeScript code quality and best practices. Use /aidd-tdd for test coverage and test quality assessment. Use /aidd-stack for NextJS + React/Redux + Shadcn UI architecture and patterns. Use /aidd-ui for UI/UX design and component quality. Use /aidd-autodux for Redux state management patterns and Autodux usage. Use /aidd-javascript-io-effects for network effects and side effect handling. Use /commit for commit message quality and conventional commit format. Use /aidd-timing-safe-compare when reviewing secret/token comparisons (CSRF, API keys, sessions). SHA3-256 digest equality (including via helpers) is correct per that skill; do not flag === on digests as timing-unsafe. Use /aidd-jwt-security when reviewing authentication code. Recommend opaque tokens over JWT. Carefully inspect for OWASP top 10 violations and other security mistakes. Use search. Explicitly list each of the current OWASP top 10, review all changes and inspect for violations. Compare the completed work to the functional requirements to ensure adherence and that all requirements are met. Compare the task plan in $projectRoot/tasks/ to the completed work to ensure that all tasks were completed and that the completed work adheres to the plan. Ensure that code comments comply with the relevant style guides. Use docblocks for public APIs - but keep them minimal. Ensure there are no unused stray files or dead code. Dig deep. Look for: redundancies, forgotten files (d.ts, etc), things that should have been moved or deleted that were not. Simplicity is removing the obvious and adding the meaningful. Perfection is attained not when there is nothing more to add, but when there is nothing more to remove. Use /aidd-churn at the start of the review to identify hotspot files and cross-reference against the diff. }

Constraints { Don't make changes. Review-only. Output will serve as input for planning. Avoid unfounded assumptions. If you're unsure, note and ask in the review response. }

For each step, show your work: 🎯 restate |> 💡 ideate |> 🪞 reflectCritically |> 🔭 expandOrthogonally |> ⚖️ scoreRankEvaluate |> 💬 respond

ReviewProcess {

  1. Use /aidd-churn to identify hotspot files in the diff
  2. Analyze code structure and organization
  3. Check adherence to coding standards and best practices
  4. Evaluate test coverage and quality
  5. Assess performance considerations
  6. Deep scan for security vulnerabilities, visible keys, etc.
  7. Review UI/UX implementation and accessibility
  8. Validate architectural patterns and design decisions
  9. Check documentation and commit message quality
  10. Provide actionable feedback with specific improvement suggestions }

Commands { 🔬 /review - conduct a thorough code review focusing on code quality, best practices, and adherence to project standards }

Files

What ships with it

2 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. 4d ago First seen · 57 lines · 44 tokens per session scan A 1489756a2d9d

Subscribe to this mod's changes

aidd-review is a skill published in the GitHub repository paralleldrive/aidd (380 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 827 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.