Code review skills

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

Browse within: LLM 139ai-coding 136cli 127agent 94skills 92agents 87agentic-ai 85claude-code-plugin 83cursor 71javascript 60copilot 55claude-code-skills 50opencode 47openai 42

agent-team-protocol

553

gosha70/code-copilot-team

Skill Claude CodeCodex

Multi-agent delegation rules, three-phase workflow (Plan/Build/Review), model selection, collaboration gates, and Ralph Loop integration.

not rated 6 today A SkillSpector: pass 31 tokens original MIT

codexspec:review-code

554

Zts0hg/codexspec

Skill Claude CodeCodex

A code-review add-on that checks selected changes for defects before they are merged. It can also run a separate audit path.

not rated 5 changed 2d ago A SkillSpector: warn 30 tokens original MIT

code-review

555

Bind/skillz.sh

Skill OpenCode

Automated PR code review with multi-agent analysis.

not rated 5 7mo ago A 12 tokens

lkangd/cc-settings-preset

Skill Claude Code

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

not rated 5 14d ago A 32 tokens copy · 83% ISC

human-maintainability

557

hmr-BH/HMAP

Skill Claude CodeCodex

Assess a programming project's HUMAN maintainability (HMAP): 0-100 score, nine-tier verdict, per-dimension scores, and file:line evidence — built to catch vibe-coding / AI-generated slop, including semantic incoherence (name/contract/concept/vocabulary drift). Triggers: assess maintainability / rate this project /…

not rated 5 28d ago A 182 tokens original MIT

unvibe

558

WahyuS002/skills

Skill Claude CodeCodex

Code ownership session that turns AI-written code into understood code. The agent shortlists "vibe-y" pieces from recent changes, checks the user's confidence, then guides explain/reimplement/test exercises in a LeetCode-style format and captures distilled per-piece ownership notes — all without silently mutating the…

not rated 5 25d ago A 93 tokens

coding-quality-loop

559

zaingz/coding-quality-loop

Skill Claude CodeCodex

Use when a coding agent must turn a software goal, bug, issue, or refactor into a small, verified, independently reviewed code change.

not rated 5 1mo ago A 33 tokens original MIT

stack-changes

560

Ishtiaqhossain/claude_stack_changes

Skill Claude CodeCodex

Splits a large change into small, single-purpose units of review — PRs, diffs, or CLs — each making one argument (one diff, one thesis) and each buildable and testable on its own. Use when a change is too big to review, when a feature builds on existing code, when working in a large monorepo with stacked diffs, or…

not rated 5 2mo ago C 123 tokens

mx-flow

561

maxence2997/mx-harness

Skill Claude Code

Full development workflow orchestrator: brainstorm → plan → worktree → convergent TDD/review loop → verify → PR. One human gate (spec approval); all other gates auto-proceed. Use when starting a feature or significant change from scratch. Usage: /mx-flow ; /mx-flow status [name]; /mx-flow finish .

not rated 5 changed 2d ago A 75 tokens original MIT

reviewing-unit-tests

562

burugo/behavior-driven-development

Skill Claude CodeCodex

Use in a dedicated subagent for post-TDD blind unit-test review against requirements and public contracts to find missing cases, wrong assertions, and brittle tests.

not rated 5 4mo ago A 36 tokens

review

563

Molten-Bot/agent_00

Skill Claude CodeCodex

Review pull requests and code changes for actionable correctness, regression, security, compatibility, and test issues. Use for read-only PR review passes that must produce concise human findings plus a machine-readable verdict.

not rated 5 today A 41 tokens original MIT

askclaude

564

pcx-wave/askclaude

Skill Claude Code

Submit a plan, code, or question to Claude Code for a second opinion. Use this skill when you want to challenge Vibe's proposed approach with Claude's opinion, or for any external review.

not rated 5 3mo ago A 44 tokens original MIT

opencode-review

565

shyuan/skills

Skill Claude CodeCodex

Two gates around a local multi-model code review run through the user's OpenCode setup. GATE ONE (scripts/run-review.sh) reviews the LOCAL diff before a pull request is opened: use it right after finishing an implementation or bug fix in Claude Code, while the changes are still local — uncommitted, or committed on a…

not rated 5 changed today A 0 tokens original MIT

work-with-pr

566

ZDragon17/oh-my-claude

Skill Claude CodeCodex

A skill for automating the full pull-request lifecycle. A pull request is a proposed code change submitted for review before it is merged into a shared codebase.

not rated 5 4mo ago A 9 tokens

adversarial-review

567

yunsii/wezdeck

Skill Claude CodeCodex needs its repo

A multi-role code-review process that searches for problems, tries to disprove the proposed changes, and reproduces issues in a sandbox. Different agents or backends can take part in the review.

not rated 5 yesterday A 85 tokens original MIT

dx-refactor-discover

568

dikamilo/dx-workflow

Skill Claude Code

Hunt the codebase for refactor opportunities, present them inline, and promote the ones you pick into changes.

not rated 5 yesterday A 29 tokens original MIT

critic

569

kengo006/alexandria

Skill Claude CodeCodex

The Critic role — blind first-round review of a draft: pre-committed standards, three angles (logic and coherence / published counter-positions / scope and limits), anti-sycophancy. Normally spawned by the Writer; summon directly to review any text ("critique this", "find the weaknesses", "make me defend this").…

not rated 5 17d ago A 79 tokens original MIT

web-security-reviewer

570

goingli0324/web-security-reviewer

Skill Claude CodeCodex

A defensive review of web application code for security weaknesses, data-leak risks, performance risks, and code-quality problems. It covers Google Apps Script, browser code, and server APIs written in languages such as Node, Python, or PHP.

not rated 5 1mo ago A 441 tokens original MIT

audit

571

danygiguere/audit-skills

Skill Claude CodeCodex

Full security, correctness, and operability audit of code. Use when reviewing a diff, endpoint, or feature for vulnerabilities or bugs without a specific topic in mind — security review, audit, code review for safety, "check this for issues".

not rated 5 2mo ago A 51 tokens original MIT

code-review

572

lteawoo/skills

Skill Claude CodeCodex

Perform a general code review. Use it to inspect PRs, commits, diffs, or local changes for functional bugs, regressions, security issues, performance degradation, missing tests, and maintainability risks. Apply it when the user asks for a code review, PR review, risk check, or merge-readiness assessment.

not rated 5 5mo ago A 68 tokens

ryne2010/harness-engineering-audit

Skill Codex needs its repo

Audit a repository for OpenAI-style harness engineering and Codex/OMX readiness. Use when reviewing AGENTS.md, Codex config, OMX workflows, MCP, hooks, rules, skills, subagents, docs authority, validation commands, repo legibility, visual product spec packs, generated artifact policy, or production readiness for…

not rated 5 6d ago A SkillSpector: warn 76 tokens original MIT

php-code-review

574

jeeinn/claude-skills

Skill Claude Code

Comprehensive PHP code review with security analysis, performance optimization, and PSR-12 compliance checking for PHP7/PHP8 projects.

not rated 5 8mo ago A 30 tokens original MIT

gitlab-skill

575

ekohe/gitlab-skill

Skill Claude CodeCodex

GitLab integration for fetching issues/MRs, generating executive summaries, performing comprehensive code reviews, and automating issue resolution workflows. Use when working with GitLab issues, merge requests, or when asked to summarize, review, comment on, or resolve GitLab work items.

not rated 5 7mo ago B 59 tokens original MIT

clean-code-review

576

srnichols/plan-forge

Skill Claude Code needs its repo

Run a comprehensive Clean Code audit against the codebase — module size, function complexity, long parameter lists, TODO/FIXME markers, commented-out code, duplication (DRY), Boy Scout delta, dead exports, test smells, shell-parity (PS/Bash twins), dep boundaries (cross-package imports), frozen-arrays drift…

not rated 5 2d ago A 92 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: