code-review-playbook

code-review-playbook is a skill for Claude Code, Codex from yonatangross/orchestkit. It costs 37 tokens per session (2,193 once invoked), scanned A, original, MIT.

A structured guide for reviewing pull requests and preparing code for review. It provides checklists, language-specific guidance, comment conventions, and feedback templates.

In plain words
What is it for?
Use it to review changes, self-review your own pull request, define team review standards, or handle disagreements about code quality.
Why use it?
It makes reviews more consistent and helps reviewers give clear, constructive feedback instead of relying on personal habits.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the ork plugin — 106 skills, 35 commands, 36 agents, 32 hooks shipped together

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/yonatangross/orchestkit/code-review-playbook
Any agent
npx skills add yonatangross/orchestkit --skill code-review-playbook
Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

Made for: Claude Code, Codex.

Or install ork, the plugin that ships this one along with the rest of its 106 skills, 35 commands, 36 agents, 32 hooks.

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 code-review-playbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/yonatangross/orchestkit/code-review-playbook.svg)](https://agentmods.dev/skills/yonatangross/orchestkit/code-review-playbook)
Your own site
<a href="https://agentmods.dev/skills/yonatangross/orchestkit/code-review-playbook"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/code-review-playbook.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,193 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.00037 $0.02193
Opus 5 $0.00018 $0.01097
Sonnet 5 $0.00007 $0.00439
Haiku 4.5 $0.00004 $0.00219

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

Security

Grade A, and why

code-review-playbook 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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/fetch-pr-data.sh, scripts/run-lint-check.sh, scripts/run-pr-checks.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/ork/skills/code-review-playbook/SKILL.md · 233 lines

How it starts

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

Code Review Playbook

This skill provides a comprehensive framework for effective code reviews that improve code quality, share knowledge, and foster collaboration. Whether you're a reviewer giving feedback or an author preparing code for review, this playbook ensures reviews are thorough, consistent, and constructive.

Overview

  • Reviewing pull requests or merge requests
  • Preparing code for review (self-review)
  • Establishing code review standards for teams
  • Training new developers on review best practices
  • Resolving disagreements about code quality
  • Improving review processes and efficiency

Upstream coverage (do not restate)

This skill is a thin wrapper. General review craft is documented first-party elsewhere; only OrchestKit's own decisions live here. Load Read("${CLAUDE_PLUGIN_ROOT}/skills/code-review-playbook/references/ork-delta.md") for the house rules that survived the retired files.

Topic Go here instead
Review philosophy, speed, tone, PR sizing https://google.github.io/eng-practices/review/
Conventional comment labels and decorations references/conventional-comments.md, https://conventionalcomments.org/
OWASP Top 10 review checks rules/security-baseline.md, https://owasp.org/Top10/
Generic language and framework review checklists rules/typescript-quality.md, rules/python-quality.md, rules/linting-biome-rules.md
Review report shape and multi-agent full-PR review ork:review-pr
Applying findings to the working tree /code-review --fix, /simplify (see below)
Security-only pass over the current branch /security-review
GitHub review mechanics (approve, request changes, inline comments) https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests

Conventional Comments

issue [blocking]: Missing error handling for API call
If the API returns a 500 error, this will crash. Add try/catch.

security [blocking]: API endpoint is not authenticated
The /api/admin/users endpoint is missing auth middleware.

Read the full file on GitHub · 233 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 First seen · 233 lines · 37 tokens per session scan A 1205b09ea7db

Subscribe to this mod's changes

code-review-playbook is a skill published in the GitHub repository yonatangross/orchestkit (228 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 2,193 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-09-03.