Code review skills

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

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

remarc

217

metedata/Remarc

Skill Claude CodeCodex

Manage Remarc session comments and contextual feedback. Use when the user mentions Remarc sessions, comments, handoff, triage, review, addressing, resolving, status updates, or summaries.

not rated 66 2d ago A 41 tokens original MIT

git-history-recon

218

Jamie-BitFlight/claude_skills

Skill Claude Code

Analyze git repository history to produce a codebase risk profile before code review. Probes repo size, runs 7 parallel git analysis pipelines (hotspots, bug magnets, bus factor, contributor momentum, firefighting frequency, newly added files), cross-references hotspots with bug magnets to identify high-risk files…

not rated 65 changed 2d ago A 113 tokens original MIT

hub-audit

219

Kastalien-Research/thoughtbox

Skill Claude Code

Run an Agent-Native Architecture Audit using Thoughtbox Hub for multi-agent coordination. Spawns 3 auditor agents and 1 synthesizer that collaborate through structured channels, cross-reference findings, and build consensus on scores.

not rated 64 1mo ago A 47 tokens original MIT

autonomous-qa-loop

220

MaxwellCCC/autonomous-qa-loop

Skill Codex

Create neutral autonomous QA-loop prompts for fresh, independent, history-free agents reviewing complex code changes, with module-level parallel review packets, broad reporting of plausible concerns, and lightweight production-focused validation. Use when the user says QA loop, autonomous QA loop, automated QA loop…

not rated 64 3mo ago A 113 tokens

bsp

221

brake71/1c-ssl-skills

Skill Codex

A guide for developing and reviewing business software in 1C with its Standard Subsystems Library, a collection of shared building blocks for common tasks.

not rated 61 +4 changed 2d ago A 157 tokens original MIT

dev-self-merge

222

loopdive/js2

Skill Claude Code needs its repo

Merge self-check for a green PR. Reads the PR's required-check status from the checks API (the committed ci-status feed is RETIRED), outputs MERGE (mark task completed, stand down — server-side auto-enqueue enqueues.

not rated 60 +1 yesterday A 54 tokens original Apache-2.0

agentic-code-review

223

DominikTobureto/awesome-grok-build

Skill Claude CodeCodex

Use when reviewing a diff, pull request, branch, or AI-generated code for correctness, security, regression, test, performance, and maintainability risks before merge.

not rated 60 +2 14d ago A 38 tokens original MIT

deepreview

224

noho/code-is-cheap

Skill Codex

A strict code-review skill for checking unmerged changes, a GitHub pull request, or an entire code repository.

not rated 59 1mo ago A 137 tokens original Apache-2.0

pond

225

tenequm/pond

Skill Claude CodeCodex

Recall and analyze past AI agent sessions (Claude Code, Codex, opencode, and more). Find prior work and decisions, read/review/summarize a past session transcript, or run SQL analytics over session history. Use whenever the user references past sessions, prior work, "check pond", or asks what was done or decided…

not rated 58 4d ago A 71 tokens original Apache-2.0

gh-cli

226

znlgis/my-opencode-deepseek-config

Skill Claude CodeCodex

Patterns for invoking the GitHub CLI (gh v2.99.0+) from agents. Use when the task mentions GitHub, gh, pull requests/PRs, issues, releases, gists, Actions/workflow runs, forks, repo cloning, reviews, or you need exact gh commands. Covers pagination, repo targeting, search vs list, discussions, projects, rulesets…

not rated 58 +1 changed 3d ago A 88 tokens original MIT

wanshuiyin/ARIS-Movie-Director

Skill Claude CodeCodex needs its repo

The ONE parameterized score-fuser for EVERY comic-author authoring gate — --gate intent|outline|asset|storyboard|blueprint|continuity|p0proof|compile. A single fuser (not a per-layer split) prevents drift. It NEVER re-runs a reviewer; it collects the reviewer score-nodes already on the wiki (via reviews edges), fuses…

not rated 57 +3 yesterday A 0 tokens original MIT

karpathy-guidelines

229

SumonMSelim/agentguard

Skill Claude CodeCodex

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

not rated 56 1mo ago A 46 tokens original MIT

code-refactor-review

230

jnsahaj/skills

Skill Claude CodeCodex

Reviews code changes for reuse, composition, codebase consistency, and slop. Use when asked to review PRs/diffs, check code reuse, composition, cleanliness, or whether code fits the codebase.

not rated 56 2mo ago A 47 tokens

evalbench-review

231

GoogleCloudPlatform/evalbench

Skill Claude Code

Review a change in the EvalBench repo for (a) does it actually work — verified by running the tests and style checks, (b) does it follow EvalBench architecture — base-class contracts, config-key registration, PYTHONPATH-relative imports, sandbox isolation, concurrency safety, docs, (c) does it still build and deploy …

not rated 55 2d ago A 170 tokens original Apache-2.0

README Maintainer

232

CDCgov/cdc-open-viz

Skill Claude Code needs its repo

Review and maintain README.md for accuracy against the current repository contents.

not rated 55 2d ago A 16 tokens original Apache-2.0

codex

233

deepelementlab/jupyter-studio

Skill Codex

Delegate coding tasks to the OpenAI Codex CLI for features, refactoring, PR reviews, and batch fixes. Requires the codex CLI and typically a git repository.

not rated 53 3mo ago A 37 tokens original Apache-2.0

autoresearch

234

ehmo/autoresearch-skill

Skill Claude Code

Autonomous multi-team codebase improvement with narrow (goal-directed) and broad (hypothesis-divergent) modes.

not rated 53 4mo ago A 26 tokens original MIT

spec-verification

235

tesslio/spec-driven-development-tile

Skill Claude CodeCodex needs its repo

Verify that implementation and tests remain synchronized with specs after code changes. Use when code has been generated or modified from specs, after implementation is complete, or when reviewing a PR that touches spec-covered code. Reports mismatched targets, broken test links, and undocumented behavioral changes.…

not rated 53 5mo ago A 85 tokens original MIT

code-review

236

vaayne/agent-kit

Skill Claude CodeCodex

Multi-perspective code review using adversarial subagent debate. After gathering context, offers the user an optional scout pass to map the PR's territory, then gives a simple but detailed What/Why/How/Refs brief: what changed, why it exists, how it works, and which files, commits, or PR references support the…

not rated 53 2d ago A 201 tokens original MIT

clean-code-reviewer

237

hylarucoder/skills-for-vibe-coder

Skill Claude CodeCodex

Analyze code quality based on "Clean Code" principles. Identify naming, function size, duplication, over-engineering, and magic number issues with severity ratings and refactoring suggestions. Use when the user requests code review, quality check, refactoring advice, Clean Code analysis, code smell detection, or…

not rated 53 8mo ago A 80 tokens

team-conventions

238

runbear-io/beardrive

Skill Claude Code

The conventions this team actually follows — naming, branching, review, and the decisions someone already made so nobody re-litigates them. Use when writing or reviewing code here, opening a PR, or when unsure "how do we do this".

not rated 53 yesterday A 53 tokens AGPL-3.0

adverse-review

239

addyosmani/adverse

Skill Codex

Multi-agent adversarial code review. Spawns three reviewer subagents (Auditor, Adversary, Pragmatist) on a single model, runs a cross-examination round, then deterministically synthesizes a single ranked report. Use this for non-trivial PRs, security-sensitive changes, refactors that touch many files, or any change…

not rated 53 +1 2mo ago A 129 tokens original MIT

codespaces

240

diskd-ai/codespaces

Skill Claude CodeCodex

Build and query architecture-aware code search, dependency graphs, call flows, impact analysis, and belief maps for Python, TypeScript, TSX, Rust, C#, Java, Go, Ruby, and Ruby on Rails repositories. Use before non-trivial code changes to find module boundaries, blast radius, architecture violations, and the minimal…

not rated 52 26d ago A 74 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: