review

review is a skill for Claude Code from kopp0510/claude-dd. It costs 87 tokens per session (425 once invoked), scanned A, original, MIT.

A wrapper for a comprehensive code review covering security, performance, and configuration safety. It is intended for reviewing a change before it is merged, rather than only checking code style or a small diff.

In plain words
What is it for?
Use it for a broad pre-merge review of a project or change, with attention to security issues, performance problems, and unsafe configuration.
Why use it?
It brings several review concerns into one process, helping reveal risks that a routine code-quality review might miss.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Good fit Use it for a broad pre-merge review of a project or change, with attention to security issues, performance problems, and unsafe configuration.

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

Made for: Claude Code.

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/kopp0510/claude-dd/review.svg)](https://agentmods.dev/skills/kopp0510/claude-dd/review)
Your own site
<a href="https://agentmods.dev/skills/kopp0510/claude-dd/review"><img src="https://agentmods.dev/badge/skills/kopp0510/claude-dd/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 425 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.00087 $0.00425
Opus 5 $0.00044 $0.00212
Sonnet 5 $0.00017 $0.00085
Haiku 4.5 $0.00009 $0.00042

Measured 8d ago against content hash d53484e3e073, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 8d 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 · 39 lines

What it actually says

Review

綜合程式碼審查 Skill,透過調用 workflow-review 命令執行包含安全、效能、配置安全的多維度審查。

Skill 定位

這是 workflow-review:review 命令的包裝器 (Wrapper)

  • 實作方式:透過 Skill(skill="workflow-review:review") 調用
  • Skill 職責:提供自動觸發、需求確認、結構化報告產出
  • 命令職責:執行實際的多維度程式碼審查

工作流程

Stage 1: 需求確認

詢問使用者要審查的範圍和重點。

Stage 2: 調用 Skill 命令

Skill(skill="workflow-review:review")

Stage 3: 結果報告

整理命令輸出,產出結構化審查報告。

與 code-reviewer 的差異

特性 review code-reviewer
審查範圍 多維度(安全+效能+配置) 程式碼品質為主
調用方式 Skill 命令 Agent subagent
適用場景 合併前全面審查 日常 PR 審查
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. 8d ago First seen · 39 lines · 87 tokens per session scan A d53484e3e073

Subscribe to this mod's changes

review is a skill published in the GitHub repository kopp0510/claude-dd (6 stars, last pushed today), licensed MIT. It adds 87 tokens to every session and 425 once invoked, about $0.0004 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

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

security-review

Perform a focused security review of pending git changes to identify high-confidence security vulnerabilities with real exploitation potential. Use this skill when the user asks for a security review, security audit, vulnerability scan, or wants to check pending changes on a branch for security issues before merging.…

waybarrios/opencode-power-pack · 64 tokens

huggingface-llm-trainer

Train or fine-tune language models with TRL or Unsloth on Hugging Face Jobs, including SFT, DPO, GRPO, reward models, and GGUF conversion. Use for cloud LLM training; use huggingface-vision-trainer for vision tasks.

waybarrios/opencode-power-pack · 65 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

review

Validate plans, execution, or PRs against wish criteria — returns SHIP / FIX-FIRST / BLOCKED with severity-tagged gaps.

automagik-dev/genie · 29 tokens

reply-to-pr-threads

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

tobihagemann/turbo · 71 tokens