Code review skills

10,217 tagged Code review, measured the same way as everything else here.

Browse within: ai-coding 142LLM 139cli 125skills 95agent 91agents 91agentic-ai 80claude-code-plugin 64javascript 59copilot 57claude-code-skills 50opencode 46plugin 43openai 42

code-review

337

hamr0/agentic-toolkit

Skill Claude CodeCodex

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding.

not rated 22 2d ago A 40 tokens copy · 73% Apache-2.0

rust-review

338

goodfylink/learn-codex

Skill Claude CodeCodex

Review Rust changes for correctness, regressions, and missing validation.

not rated 22 4mo ago A 16 tokens

code-review

339

srtab/daiv

Skill Claude CodeCodex

This skill should be used when the user asks for a code review of a change — a pull request, merge request, branch, commit range, working-tree change, or pasted diff — covering correctness, security, performance, structure, and repository-specific rules. Trigger on phrases like "review this PR", "review this MR"…

not rated 22 today A SkillSpector: warn 164 tokens original Apache-2.0

pr-review

340

nearform/lastlight

Skill Claude CodeCodex

Review a GitHub pull request and post one formal review — advance the existing discussion and give precision-first, high-signal feedback. Judgement on the diff, not a build gate — CI validates that it builds, and a targeted probe is allowed as evidence. Use when asked to review a PR or on a cron PR scan.

not rated 22 3d ago A SkillSpector: warn 69 tokens original MIT

code-analysis

341

syhya/mlsys26-flashinfer-contest

Skill Claude CodeCodex

Code review and debugging assistant. Identifies bugs, performance issues, security vulnerabilities, and suggests optimizations.

not rated 22 1mo ago A 24 tokens original Apache-2.0

clanker-discipline

342

gbasin/clanker-discipline

Skill Claude CodeCodex

Catches state bloat, grab-bag models, and mutation ambiguity from AI coding agents. Use when reviewing state types, boolean flags, optional-field models, or mutable data patterns.

not rated 22 5mo ago A 42 tokens

gemtracker

343

spaquet/gemtracker

Skill Claude CodeCodex

Analyze Ruby gem dependencies, vulnerabilities, outdated packages, maintenance health, and insecure gem sources with the gemtracker CLI. Use when asked to audit Ruby gems, check Gemfile.lock security, review dependency health, or run gemtracker.

not rated 22 8d ago A SkillSpector: pass 49 tokens original MIT

clean-code

344

rainmanjam/poka-yoke

Skill Claude CodeCodex

Software quality review and design guidance for any code: naming, cohesion, coupling, duplication, function size, dependency direction, and testability. Use when someone asks to improve, review, refactor, or design code, or asks what good structure looks like here. Routes to the sub-skill matching the kind of work.

not rated 22 6d ago A SkillSpector: pass 68 tokens original MIT

mcp-review

345

stacklok/toolhive-catalog

Skill Claude Code

Review MCP server specifications and updates for compliance, security, and quality. Use when evaluating server.json files, PRs adding/updating servers, or assessing MCP server changes. NOT for creating new entries (use add-mcp-server instead).

not rated 22 today A SkillSpector: warn 51 tokens original Apache-2.0

GitHubxsy/agent-skills

Skill Claude CodeCodex

A tool for turning code changes into a self-contained HTML report for a person to review. It explains the purpose, behavior, risks, compatibility, and evidence behind a difference in code.

not rated 22 +1 10d ago A SkillSpector: pass 93 tokens original Apache-2.0

sgcop-setup

347

SonicGarden/sgcop

Skill Claude Code

A setup guide for adding the sgcop Ruby and Rails code-checking rules to a project. RuboCop is a tool that finds style and quality problems in Ruby code.

not rated 22 today A SkillSpector: pass 169 tokens original MIT

code-review

348

vox-ai-app/vox

Skill Claude CodeCodex

Reviews code for bugs, security issues, and best practices. Suggests improvements with concrete examples.

not rated 21 2mo ago A 22 tokens original MIT

go-code-audit

349

gopherguides/gopher-ai

Skill Claude CodeCodex needs its repo

WHEN: User asks for a code quality audit, code review, or wants to find code smells, anti-patterns, or non-idiomatic Go code in their project. Also when asked "how good is this code?" or "audit my code." WHEN NOT: When the user wants to fix bugs, run tests, or just lint (use go-lint-audit for linting).

not rated 21 today A SkillSpector: pass 84 tokens original MIT

gitnexus-cli

350

nguyentamdat/opencode-mempalace

Skill Claude Code

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".

not rated 21 5mo ago A 59 tokens

code-review

351

ARTPARK-SAHAI-ORG/calibrate

Skill Claude Code

Project code-review style for this repo. Review the current branch's changes in two passes (correctness + justify-every-line), tracing any bug claim to ground before reporting.

not rated 21 +1 today A 38 tokens CC-BY-SA-4.0

verify-agent

352

DarioFontanel/verify-agent

Skill Codex

Adversarial cross-model verification of work produced by an AI agent — code, documents, data, config, anything. A different model attacks the work against its brief, Claude arbitrates. Triggers on /verify-agent — or natural language like "verifica il lavoro che ha fatto l'agente", "è corretto quello che ha fatto…

not rated 21 +2 15d ago A SkillSpector: pass 101 tokens original MIT

agent-creator

353

PyModel/pythinker-cli

Skill Claude CodeCodex

Author a new project-specific Pythinker subagent (a specialist like "migration-reviewer" or "api-contract-checker") with a correct spec, a persona-rich system prompt, and a structured output contract. Use when the user wants to create, scaffold, or design a custom agent / subagent, or asks how Pythinker agent YAML /…

not rated 20 today A SkillSpector: pass 91 tokens original Apache-2.0

ai-maintainer-copilot

354

yuxiaoji30-lang/ai-maintainer-copilot-skill

Skill Codex

Use when maintaining open-source projects with AI assistance: issue triage, pull request review, release notes, maintainer automation, Codex for OSS application evidence, and privacy or safety guardrails for AI-assisted workflows.

not rated 20 2mo ago A 50 tokens original MIT

code-review

355

10xHub/Agentflow

Skill Claude CodeCodex

Perform thorough code reviews, identify bugs, suggest improvements, and explain code quality issues.

not rated 20 today A 19 tokens original MIT

tower/agentic-data-engineering

Skill Claude Code

Review a Tower data app for reliability and production readiness. Scores 5 gradient dimensions (incremental strategy, error resilience, resource efficiency, observability, test coverage) + 6 pass/fail checks. Modes — DEV REVIEW (read-only), PROD READINESS (makes changes, absorbs adjust-endpoint), INCIDENT (root…

not rated 20 4mo ago A 89 tokens

cdiff

357

garrrikkotua/cdiff

Skill Claude Code

Open a browser-based diff viewer showing all current changes in a VS Code-style file tree with syntax-highlighted diffs. Live-reloads as files change. Use when the user wants to "see the diff", "show changes", "what did I change", or "open diff viewer".

not rated 20 5mo ago A 62 tokens original MIT

handoff

358

Xsxdot/handoff

Skill Claude Code

A coordination skill for handing an implementation plan to a separate coding process or remote machine, then tracking its progress. It uses the handoff command-line tool and supports independent executors such as Claude, Codex, or OpenCode.

not rated 20 +1 changed 3d ago A SkillSpector: pass 216 tokens original Apache-2.0

ramble

359

l1veIn/rambledesk

Skill Claude CodeCodex

Run a human-feedback loop through RambleDesk. Hard trigger: when the user invokes /ramble, $ramble, [$ramble], or says to use RambleDesk/ramble feedback, create a RambleDesk request before answering the substance unless they explicitly say not to send one. Also use when real human judgment, review, approval, or…

not rated 20 today A SkillSpector: pass 81 tokens original MIT

github_read

360

ParendumOU/Nexora

Skill Claude CodeCodex

Read access: repos, issues, PRs, files, branches, workflows, runs.

not rated 20 6d ago A SkillSpector: warn 0 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: