Code review skills

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

Browse within: ai-coding 152LLM 140cli 121agent 93skills 91agents 89agentic-ai 87claude-code-plugin 79javascript 61copilot 54claude-code-skills 52opencode 47openai 41plugin 41

amazing-fish/agent-skills

Skill Claude CodeCodex

A tool that turns a code change into a self-contained HTML report for a person to review. It explains the change’s purpose, effects, risks, compatibility, and supporting checks instead of only showing added and removed lines.

not rated 2 1mo ago A 107 tokens original Apache-2.0

ado-pr-code-review

866

jamesyang124/agent-skills

Skill Claude Code

Perform a security-focused code review on an Azure DevOps PR by URL. Posts inline LOC-level review comments. Checks for PII exposure in public-facing APIs/UI/URLs, missing input validation (XSS/injection), error response structure (must carry 'code' field), and mandatory OWASP/CWE risk coverage (OWASP Top 10, CWE Top…

not rated 2 1mo ago A 130 tokens original MIT

pr-babysit

867

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to babysit a PR through the review/CI cycle, or invokes /pr-babysit. Polls for new review comments and CI failures, fixes them, resolves merge conflicts, and loops until the PR is ready to merge.

not rated 2 12d ago A 59 tokens original MIT

code-review

868

safubuki/skills-generator

Skill Claude CodeCodex

A structured code-review skill that examines code for quality, security, performance, and ease of maintenance. It formats the results as an improvement report.

not rated 2 6mo ago A 71 tokens original MIT

rails-style

869

izkreny/agentifico

Skill Claude CodeCodex

The house Rails style, distilled from 37signals practice (Campfire, Fizzy, DHH's reviews). Use for all Rails coding, refactoring, and code review so architecture, naming, and safety standards stay consistent; fires on work touching models, concerns, controllers, routing, REST, authorization, dependencies, naming…

not rated 2 yesterday A 124 tokens original MIT

code-rigor-check

870

alok-19/agent-skills

Skill Claude CodeCodex

Runs a structured rigor check over code before it ships, with a specific mode for AI-generated output. Covers problem framing, edge cases, failure modes, explainability, and AI-specific failure patterns — hallucinated APIs, plausible-but-wrong library behavior, tests that mirror the code, defensive scaffolding that…

not rated 2 19d ago A 221 tokens

ai-review

871

zawlinnnaing/ai-review-cli

Skill Claude Code

Review a GitLab Merge Request using the ai-review CLI. Fetches the MR diff, analyses it as a senior software engineer, produces structured inline comments by severity, and optionally posts them back to GitLab. Use when the user wants to review, analyse, or post feedback on a GitLab MR.

not rated 2 6mo ago A 64 tokens

pr-review-actioner

872

forjd/agent-skills

Skill Claude CodeCodex

Action GitHub pull request review feedback. Use when the user wants to address PR review comments, respond to code review feedback, fix review issues, or says things like "action the review", "address feedback", "handle review comments", or "go through the PR comments". Fetches all unresolved review threads, triages…

not rated 2 3mo ago A 87 tokens original MIT

java-coding-guideline

873

gabia/agent-skills

Skill Claude CodeCodex

Use when writing, reviewing, or refactoring Java code to enforce baseline conventions for imports, nullability, immutability, exceptions, resource handling, naming, and concurrency.

not rated 2 1mo ago A 41 tokens original MIT

lucsedirae/agent_skill_library

Skill Claude CodeCodex

Apply Pragmatic Programmer principles to raise code quality during planning and multi-class generation. TRIGGER AUTOMATICALLY (without user asking) whenever: (1) entering plan mode, (2) about to generate or modify 2+ files/classes in a single task, (3) creating new services, controllers, DTOs, or model classes, (4)…

not rated 2 1mo ago A 167 tokens GPL-3.0

ThiagoEvoa/agent_skills

Skill Claude CodeCodex

Performs a comprehensive code review by analyzing local changes or remote pull requests against Clean Code, SOLID principles, Design Patterns, and Test Code standards.

not rated 2 3mo ago A 36 tokens

contributor-ready

876

himanshu231204/agent-skills

Skill Claude CodeCodex

Transform any software repository into a contributor-friendly, production-ready open source project. Analyzes repo health, generates documentation, creates GitHub community files, identifies contribution opportunities, and produces a readiness report. Agent-independent and technology-agnostic.

not rated 2 2mo ago A 52 tokens original MIT

sql-review-schema

877

Nikxxx007/agents-skills

Skill Claude CodeCodex

Review SQL schema design for performance, correctness, constraints, relationships, data types, indexes, migration risks, and query-pattern fit. Use when the user provides table definitions, migrations, ORM models/entities, or database structure and asks to review or improve the schema.

not rated 2 4mo ago A 56 tokens original MIT

multi-agent-review

878

richardwu/agent-skills

Skill Claude CodeCodex

Multi-agent code review using 3 parallel subagents (Claude, GPT, Gemini) to review branch changes against origin/main. Validates findings against actual diffs and posts consolidated report to GitHub PR. Use before opening a PR, when wanting multiple AI perspectives on code changes, or for large changesets that might…

not rated 2 1mo ago A 103 tokens

Yedidyar/agent-skills

Skill Claude CodeCodex

Walk through pull request review comments one at a time with the user before making or resolving changes. Uses one orchestrator agent that spawns a fresh subagent per comment with isolated context. Presents click-to-choose polls (AskQuestion) at every decision point so the user picks an approach instead of typing. Two…

not rated 2 1mo ago A 185 tokens

pr-review-response

880

NitorCreations/nitor-agent-skills

Skill Claude CodeCodex

Respond to code-review comments on a GitHub PR end to end — fetch unresolved threads, triage real reviewers from CI/bot noise, fix or reason-and-push-back on each, then get one go-ahead on the real diff before pushing, replying to every thread, and resolving the ones no human is waiting on. Use when a PR has review…

not rated 2 1mo ago A 119 tokens original MIT

gauntlet

881

danecwalker/agentskills

Skill Codex

Run a Gauntlet Loop on a goal: split work into independent pieces, fan out builder + fresh-context critic pairs, score each piece out of 10 against a concrete bar (reference and/or acceptance criteria), and keep looping until every critical piece is 10/10 or the user stops. Use when the user runs /gauntlet, or says…

not rated 2 18d ago A 120 tokens original MIT

dotnet-code-refactor

882

chicongst/agent-skills-installer

Skill Claude CodeCodex

Safely refactor .NET / C# code at Senior Engineer level — diagnose code smells, classify risk (SAFE/RISKY/DANGEROUS), check the test safety net (or add characterization tests first), apply smallest-change-at-a-time for one smell, preserve behavior, match project convention. Use when the code being rewritten…

not rated 2 changed 3d ago A 135 tokens

lazarus-mode

883

kabudu/engineering-agent-skills

Skill Codex

Use for expert engineering judgment, "X mode", seasoned/staff/principal standards, robust architecture, security/performance/reliability/scalability scrutiny, optimization review, rigorous implementation/release discipline, or implementation with implement-release-flow. A rigor overlay for design, testing, reviews…

not rated 2 changed 4d ago A 76 tokens original MIT

pr-writer-vp

884

VectorPeak/vectorpeak-agent-skills

Skill Codex

Manage the user's external GitHub PR workflow from project name to fork/clone, multi-agent bug hunting, PR-value validation, formal PR creation, reviewer feedback, and detailed PR comment section expansion. Use when the user asks to fork or clone a GitHub project, find small fixable PR opportunities, launch…

not rated 2 1mo ago A 109 tokens original Apache-2.0

review-depth

885

hams-ollo/zen-agent-skills

Skill Claude CodeCodex

Decide how much review a change has earned, before reviewing it. Selects quick, standard, or deep from stated signals (reviewable changed lines, directory spread, trust-boundary risk flags, blast radius, documentation-only scope), reports the signal table and the rule that fired, then runs house-review at the selected…

not rated 2 changed 8d ago A 180 tokens original MIT

harsh-code-reviewer

886

Takayio/ai-agent-skills

Skill Claude CodeCodex

A strict code-review helper focused on security, performance, and readability, meaning how safely, efficiently, and clearly code works.

not rated 2 7mo ago A 45 tokens

git-pr-feedback

887

scroogy-dev/scroogy-agent-skills

Skill Claude CodeCodex

A workflow for handling comments left by reviewers on a GitHub pull request, which is a proposed code change awaiting review. It groups comments and suggests whether each needs action, clarification, or no change.

not rated 2 3d ago A 141 tokens original Apache-2.0

joelbrilliant/agentic-delivery-skills

Skill Claude CodeCodex

Use when reviewing code adversarially or building production-bound features where rigour matters more than speed. Required for code reviews ending in a verdict (PASS/HOLD), when verifying that "tests pass" actually proves a feature works end-to-end, before closing findings as non-issues, before signing off your own…

not rated 2 3mo ago A 90 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: