Code review skills

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

Browse within: LLM 144ai-coding 132cli 125skills 96agent 92agents 89agentic-ai 83claude-code-plugin 62javascript 60copilot 56claude-code-skills 50opencode 47plugin 43openai 42

pr-overview

361

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Pull a PR from GitHub, run parallel review agents (code reuse, quality, efficiency, spec adherence) in read-only mode, surface unresolved comments, and write a self-contained HTML overview page to the repo root. Use whenever the user wants a read-only summary of a PR before deciding what to do — phrases like "overview…

not rated 20 changed 3d ago A 111 tokens

code-refactor

362

ZeroPointRepo/CRHQ-PRDs

Skill Claude CodeCodex

Skill "code-refactor" from ZeroPointRepo/CRHQ-PRDs, covering code refactor skill, when to use this skill, the two modes, core principles and the seven phases (shared by both modes).

not rated 20 4mo ago A 0 tokens

are-you-sure

363

nscTechArt/are-you-sure

Skill Claude CodeCodex

Challenge a proposed software-engineering or technical-project solution before adopting it.

not rated 20 changed 2d ago A 19 tokens original MIT

audit-first

364

bearded-illirian/trailmark

Skill Claude CodeCodex

Audit-before-fix protocol — first find all gaps across 7 planes, prioritize, pin the gap table, and only then fix. Principle: never touch code until the full picture of problems is understood. Gap table → approval → flow-first per gap → library-first → plan → code. Use when: task begins with looking for problems…

not rated 19 changed 4d ago A SkillSpector: warn 96 tokens original MIT

feature-knowledge

365

dean0x/devflow

Skill Claude Code

Structures codebase exploration into a feature knowledge base.

not rated 19 today A SkillSpector: pass 13 tokens original MIT

review

366

fall-out-bug/sdp

Skill Claude CodeCodex

Multi-agent quality review (QA + Security + DevOps + SRE + TechLead + Documentation + PromptOps).

not rated 19 3mo ago A 25 tokens original MIT

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Before accepting an agent's 'done / shipped / fixed' claim, verify it against ground truth (git ancestry + the commit's own diff) using the DOS kernel's dos verify and dos commit-audit — never the agent's own narration.

not rated 19 today A SkillSpector: pass 61 tokens original MIT

assumptions

368

Teycir/Assumptions

Skill Claude CodeCodex

Generate an evidence-backed Assumptions ledger for a Git diff, feature, endpoint, worker, migration, or code path. Use when reviewing a change, asking what could break, preparing a release, finding edge cases, assessing deployment safety, analyzing retries or concurrency, or designing failure-focused tests.

not rated 19 1mo ago A 63 tokens original MIT

audit-code

369

Swader/agent-skills-audit

Skill Claude CodeCodex

Audit code for concrete correctness, security, performance, UX, and maintainability risks within an agreed scope. Use for code audits, PR feedback, or adversarial review. Produce evidence-backed findings, focused verification, and a bounded independent review when permitted.

not rated 19 10d ago A 53 tokens

codex-review

370

ai-analyst-lab/ai-analyst-plus

Skill Claude CodeCodex needs its repo

Independently validate the current analysis with a second model (OpenAI Codex). Codex re-derives the same answer from the same data — blind to Claude's SQL and numbers — and the skill reports AGREE / DISAGREE / PARTIAL per finding. Use when the user types "/codex-review", or says "validate with codex", "codex review"…

not rated 19 1mo ago A 178 tokens original MIT

sf-code-analyzer

371

rsoesemann/ROBERT.md

Skill Claude Code

Run Salesforce Code Analyzer on Apex, Trigger, Flow, or metadata files. Use after writing or modifying .cls, .trigger, .xml, or flow files. Also use when asked to scan, lint, or check code quality.

not rated 19 29d ago A 52 tokens

frama-c-proofreader

372

sysprog21/frama-c-mcp

Skill Codex

Verify and proofread C code with ACSL using this repository's Frama-C MCP workflow, Frama-C WP static proof, EVA alarms, and optional E-ACSL runtime checks. Use when asked to run Frama-C, check ACSL contracts, explain WP goals, inspect EVA alarms, validate C annotations, or state what a C proof does and does not…

not rated 19 +1 today A SkillSpector: pass 82 tokens original MIT

fleet-review

373

anurmatov/phleet

Skill Claude CodeCodex

Code review checklist and PR review workflow for Fleet QA agents.

not rated 18 today A SkillSpector: pass 14 tokens original MIT

nodejs-best-practices

374

mduongvandinh/ai-best-practices-skills

Skill Claude CodeCodex

Audit toàn diện Node.js project (Express/NestJS/Fastify + TypeScript). Phát hiện violations bằng regex patterns, chấm điểm theo domain có trọng số. Tất cả nội dung báo cáo bằng tiếng Việt.

not rated 18 6mo ago A 0 tokens

moire

375

jamescazzetta/moire

Skill Claude CodeCodex

Interpret and act on a moire finding. Use when moire check or moire verify reports a CONFLICT or BROKEN result against another agent's worktree, or when deciding how to respond to an overlap with concurrent in-flight work.

not rated 18 13d ago A SkillSpector: pass 52 tokens original MIT

unified-code-review

376

dancingteeth/unified-code-review

Skill Claude CodeCodex

Risk-first code review for PRs and branch audits: blast-radius triage, agent-authored discipline (tests first, intent evidence), call-graph pincer for integration defects between modules, then structural code-judo bar. Use when reviewing PRs, auditing agent-written diffs, catching rubber-stamp green CI, or wiring bugs…

not rated 17 changed 4d ago B 101 tokens original MIT

goal-test

377

restarter/lets-workflow

Skill Claude Code

A local experiment for testing a goal command that keeps an AI coding session working until a stated condition is judged complete. It uses a separate language model to evaluate the conversation after each assistant turn.

not rated 17 3d ago A SkillSpector: warn 137 tokens original MIT

ironcode

378

djfksjd/ironcode

Skill Claude CodeCodex

Production-grade engineering gate for writing OR reviewing code. Enforces security, resource safety (memory leaks, unclosed listeners/streams/timers), efficient data access (N+1, pagination/infinite-scroll, over-fetching, backend cost), defensive coding, and evidence-based verification. Use when the user invokes it…

not rated 17 1mo ago A 124 tokens original MIT

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Multi-agent workflow (tracer/resolver/bypass) for secure code review, exploitability triage, and PoC validation in codebases. Use when conducting structured security research or penetration test analysis.

not rated 17 3mo ago A 45 tokens

totem-compiled-rules

380

mmnto-ai/totem

Skill Claude CodeCodex

Compiled architectural rules and lessons from the Totem knowledge base. Load this when reviewing code for pattern violations or architectural drift.

not rated 17 today A 31 tokens original Apache-2.0

updater

381

dotcommander/cclint

Skill Claude Code

Check Claude Code changelog for lintable changes and implement cclint updates. Use when a new Claude Code version ships, when CLAUDE.md claudecodelastupdated is stale, or for version gap detection, domain classification, and parallel agent dispatch across CUE schemas, hook events, known tools, and lint rules.

not rated 16 4d ago A SkillSpector: pass 71 tokens original MIT

implementation-loop

382

olddonkey/olddonkey-skills

Skill Claude CodeCodex

Delegate implementation to Codex, grok, or cursor-agent, then review the diff, send it back to iterate, gate on the full test suite, and ship it as a PR. Use this whenever the user wants Codex, the grok 后端, or cursor-agent to write code, mentions handing off / delegating implementation to one of those backends, asks…

not rated 16 +1 20d ago A SkillSpector: warn 215 tokens original MIT

review-pr

383

shen-shanshan/vllm-dev-skills

Skill Claude Code

AI code review for ATOM PRs. ATOM consumes aiter kernels and integrates with vLLM/SGLang plugins. Reviews check perf claims, aiter cross-repo deps, model coverage, dispatch correctness, and AI-generated code patterns. Invoke with a PR number.

not rated 16 today A 59 tokens original Apache-2.0

saifoelloh/golang-best-practices-skill

Skill Claude CodeCodex needs its repo

Clean Architecture audit for Go services. Use when reviewing layered architecture, dependency rules, or gRPC/usecase/repository patterns. Ensures proper separation of concerns and dependency inversion.

not rated 15 5mo ago A 41 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: