code-review-checklist

code-review-checklist is a skill for Claude Code, Codex from staruhub/CrewClaw. It costs 25 tokens per session (206 once invoked), scanned A, original, Apache-2.0.

A structured checklist for reviewing a pull request, which is a proposed set of code changes, or a local code difference before merging it.

In plain words
What is it for?
It is for finding correctness and maintainability issues, checking test coverage, separating blockers from suggestions, and giving a clear merge recommendation.
Why use it?
It helps reviewers focus on changed behavior, nearby code, tests, and merge-blocking problems instead of only checking the edited lines.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/staruhub/crewclaw/code-review-checklist.svg)](https://agentmods.dev/skills/staruhub/crewclaw/code-review-checklist)
Your own site
<a href="https://agentmods.dev/skills/staruhub/crewclaw/code-review-checklist"><img src="https://agentmods.dev/badge/skills/staruhub/crewclaw/code-review-checklist.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 206 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.00025 $0.00206
Opus 5 $0.00013 $0.00103
Sonnet 5 $0.00005 $0.00041
Haiku 4.5 $0.00003 $0.00021

Measured 5d ago against content hash ccbb9033b60f, 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-checklist 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 5d 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.

experts/code-review-shrimp/skills/review/code-review-checklist/SKILL.md · 38 lines

What it actually says

Code Review Checklist

Overview

Review the changed behavior, not only the edited lines.

When to Use

Use when the user asks for PR review, diff review, or merge readiness.

Workflow

  1. Identify base and changed files.
  2. Read nearby call sites for shared behavior.
  3. Separate blocking issues from suggestions.
  4. Check tests and missing coverage.
  5. Give a final recommendation.

Common Pitfalls

  • Do not report style opinions as blockers.
  • Do not assume tests passed without evidence.
  • Do not review unrelated files unless the diff requires it.

Verification Checklist

  • Findings cite concrete files or commands.
  • Blocking issues are first.
  • The merge recommendation is explicit.
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. 5d ago First seen · 38 lines · 25 tokens per session scan A ccbb9033b60f

Subscribe to this mod's changes

code-review-checklist is a skill published in the GitHub repository staruhub/CrewClaw (22 stars, last pushed 6d ago), licensed Apache-2.0. It adds 25 tokens to every session and 206 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-30.

Related

Other skills, from other repositories

complete-partial-pr

Evaluate and complete an issue or PR where the submitted patch fixes only a narrow symptom of the reported pain point. Use when a contribution may miss adjacent integration surfaces, provider/spec semantics, roundtrip behavior, tests, docs, or historical maintainer decisions.

pydantic/pydantic-ai · 55 tokens

testing-skill

Record, rewrite, and debug VCR cassettes for HTTP recordings. Use when running tests with --record-mode, verifying cassette playback, or inspecting request/response bodies in YAML cassettes.

pydantic/pydantic-ai · 44 tokens

adding-a-provider-api-feature

Add a new provider API capability (prompt caching, strict/structured tool calling, thinking/reasoning effort, service tier, safety settings, logprobs, etc.) to Pydantic AI. Use when wiring a provider feature through the library — it enforces reasoning from the existing cross-provider abstraction before designing…

pydantic/pydantic-ai · 97 tokens

dws

【何时用:仅当用户明确指向钉钉/DingTalk(钉钉文档、钉钉日程等)时使用;泛指做文档/表格/待办/审批默认走本地工具,不要误用钉钉】用 dws CLI 管理钉钉:AI表格/AI搜问(找人首选)/目标管理(Agoal)/组织大脑/日历/通讯录/群聊与机器人消息/待办/审批/考勤/日志(日报周报)/DING消息/钉钉文档/云盘/Markdown文件/AI听记/邮箱/在线电子表格(axls)/知识库/白板/开放平台文档/个人IM与OA事件订阅。用户要求操作上述钉钉产品时使用。.

Pinvou/pinvou-agent · 187 tokens

clip-hand-skill

Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing.

RightNow-AI/openfang · 28 tokens

twitter-hand-skill

Expert knowledge for AI Twitter/X management — API v2 reference, content strategy, engagement playbook, safety, and performance tracking.

RightNow-AI/openfang · 30 tokens