code_review

A structured code-review process covering correctness, security, performance, and maintainability. It produces a report using a required template and checks the result against review guidelines.

In plain words
What is it for?
Use it to review code for bugs, security risks, slow or wasteful behavior, and difficulties that could make future changes harder.
Why use it?
It reduces the chance of missing an important review area or reporting issues without enough detail. It also blocks unsafe commands when code execution is needed to check a finding.

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/aquifer-sea/pattern8/code_review
Any agent
npx skills add Aquifer-sea/pattern8 --skill code_review
Clone the repo
git clone --depth 1 https://github.com/Aquifer-sea/pattern8

Made for: Claude Code, Codex.

Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 364 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00023 $0.00364
Opus 5 $0.00012 $0.00182
Sonnet 5 $0.00005 $0.00073
Haiku 4.5 $0.00002 $0.00036

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

Security

Grade B, and why

code_review scanned grade B with 1 finding 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.

Recursive force deletemediumDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

Commands matching the blacklist (e.g., rm -rf, sudo) must be rejected immediately.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/code_review/SKILL.md · 46 lines

What it actually says

Code Review

Constrains the Agent to perform structured code reviews covering four dimensions: correctness, security, performance, and maintainability.

Step 1: Inversion (Requirements Alignment)

Before starting a review, you must check every item in assets/checklist.yaml.

Step 2: Generator (Generate Review Report from Template)

Your output must strictly follow the format defined in assets/template.yaml. You must cover all four dimensions: correctness, security, performance, maintainability. No section may be skipped.

Step 3: Tool Wrapper (Security Fence)

If you need to execute code to verify issues, you must first check references/security.yaml. Commands matching the blacklist (e.g., rm -rf, sudo) must be rejected immediately.

Step 4: Reviewer (Self-Audit Loop)

After generating the review report, audit it against the criteria in references/guidelines.yaml. If any criterion is not met (e.g., missing line numbers, no fix code), roll back and regenerate. Up to 3 retries. If still non-compliant after 3 retries, inform the user which criteria failed.

Files

What ships with it

4 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. 2d ago First seen · 46 lines · 23 tokens per session scan B d0c8f6003901

Subscribe to this mod's changes

code_review is a skill published in the GitHub repository Aquifer-sea/pattern8 (49 stars, last pushed 5mo ago), licensed MIT. It adds 23 tokens to every session and 364 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). 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

gsap-scrolltrigger

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…

calesthio/OpenMontage · 68 tokens

gsap-core

Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion…

calesthio/OpenMontage · 128 tokens

playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

calesthio/OpenMontage · 53 tokens

comfyui

Use when working with ComfyUI workflows in OpenMontage, including comfyuiimage/comfyuivideo/comfyuimusic, custom workflowjson/workflowpath inputs, outputnode selection, missing model setup, LoRAs, low-VRAM workflow choices, and community workflow imports.

calesthio/OpenMontage · 61 tokens

hyperframes-animation

All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4…

calesthio/OpenMontage · 119 tokens

ltx2

AI video generation with LTX-2.3 22B — text-to-video, image-to-video clips for video production. Use when generating video clips, animating images, creating b-roll, animated backgrounds, or motion content. Triggers include video generation, animate image, b-roll, motion, video clip, text-to-video, image-to-video.

calesthio/OpenMontage · 76 tokens