Code review skills

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

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

claude-codex-bridge

386

Jayden-X-L/claude-codex-bridge

Skill Claude Code

Bridge Claude Code and Codex for bidirectional execution review. Use when Claude should send its result to Codex/GPT-5.5 for audit, audit Codex/GPT-5.5 handoffs, return feedback to Codex, or run an automated Claude-Codex review loop.

not rated 15 3mo ago A 68 tokens original MIT

jackchuka/skills

Skill Claude Code

Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill…

not rated 15 21d ago A SkillSpector: warn 112 tokens original MIT

rengwu/iudex

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in .context/ and the decisions in .context/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

not rated 15 2mo ago A 69 tokens

code-review

389

OpenScribbler/syllago

Skill Claude CodeCodex

Systematic code review checklist.

not rated 15 6d ago A 5 tokens original Apache-2.0

skeleton

390

1amageek/swift-skeleton

Skill Claude CodeCodex

Extract and navigate a compact structural map and implementation-risk signals for a codebase with the skltn CLI, including declarations, signatures, inheritance, source ranges, parser-range-derived implementation fingerprints, and project-context heuristics. Use when exploring architecture, locating symbols, reviewing…

not rated 15 1mo ago A 115 tokens original MIT

app-debug-workflow

391

MilkyWay008/Hermes-OTG

Skill Claude CodeCodex needs its repo

⚠️ TRIGGER: when auditing an unfamiliar full-stack codebase for bugs — security, performance, reliability, dev tooling. Multi-session workflow: discover → duck-verify → plan → handoff → fix → validate. 90-min timebox. Designed for time-pressure coding/debug tasks.

not rated 15 +3 24d ago A SkillSpector: warn 64 tokens original MIT

code-review-gate

392

wangheng19901021/skills

Skill Claude CodeCodex

Use when generating or reviewing Java backend code (Service/Controller/Mapper) that touches a database, Redis, MQ, RPC, SMS/email, or file writes. Applies a 5-gate checklist (requirements review, concurrency safety, transaction boundaries, null-safety, security) distilled from real production incidents, so…

not rated 15 +10 yesterday A 76 tokens

code-review-loop

394

TheWayWithin/agent-11

Skill Claude CodeCodex

Run a scored, converge-or-cap code-review loop on a diff or surface — a read-only critic raises evidence-backed findings, a read-write fixer addresses only those findings, then re-audit until two clean rounds or a cap. Use when reviewing a PR, hardening a changed file, or iterating to a clean bill of health without…

not rated 15 16d ago A SkillSpector: pass 76 tokens original MIT

rails-audit-skill

395

rubyroidlabs/rails-audit-skill

Skill Claude CodeCodex

Perform comprehensive technical reviews of Ruby on Rails applications. Runs automated analysis tools (RubyCritic, Brakeman, bundler-audit, Gitleaks, Debride, linters, SimpleCov, Rails stats, Rails ERD), analyzes code for architecture, security, authorization (Pundit/CanCanCan), dead code, and design issues, and…

not rated 14 27d ago B 118 tokens original MIT

manage-pull-requests

396

ThomasVitale/agents-skills-oci-artifacts-spec

Skill Claude CodeCodex

A skill for managing pull requests in Forgejo repositories using the forgejo-cli. Supports creating, listing, viewing, merging, closing, and commenting on PRs.

not rated 14 5mo ago A 39 tokens original Apache-2.0

isak102/neowright

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

not rated 14 2mo ago A 68 tokens GPL-3.0

review-work

398

daeryundf2-prog/LAZYANTIGRAVITY

Skill Claude CodeCodex

Post-implementation review orchestrator. Launches 5 parallel background sub-agents: Oracle (goal/constraint verification), Oracle (code quality), Oracle (security), unspecified-high (hands-on QA execution), unspecified-high (context mining from GitHub/git/Slack/Notion). All must pass for review to pass. MUST USE after…

not rated 14 changed 3d ago A 116 tokens

review-changes

399

amplifthq/oh-my-dsh

Skill Claude CodeCodex

Review local code changes for concrete correctness, regression, security, and test gaps before shipping.

not rated 14 3d ago A 22 tokens original MIT

feature-review-plan

400

schuettc/codex-reviewer

Skill Claude CodeCodex

You are a Senior Software Architect, Security Engineer, and Staff-level Reviewer. Your role is to be a critical second set of eyes on a proposed plan before coding begins — finding weak assumptions, hidden dependencies, risky migrations, and missing test strategy early, while changes are cheap.

not rated 14 4mo ago A 6 tokens original MIT

nushell-pro

401

hustcer/nushell-pro

Skill Claude CodeCodex

Comprehensive Nushell scripting best practices, idioms, security, and evidence-driven code review. Use when writing, reviewing, auditing, debugging, or refactoring Nushell (.nu) scripts, modules, custom commands, pipelines, config, and tests. Also use for Bash/POSIX-to-Nushell conversion and Nu 0.114/0.115 migration…

not rated 14 19d ago A 114 tokens

work-on-pull-request

402

theonedev/tod

Skill Claude CodeCodex

Work on a OneDev pull request. Use when the user asks to review, merge, resolve merge conflicts, approve, request changes, address feedback, investigate or fix a failed build, improve, or continue PR work.

not rated 14 changed 2d ago A SkillSpector: pass 50 tokens original MIT

api-design-reviewer

403

shahtuyakov/claude-setup

Skill Claude Code

Expert API design reviewer for REST, GraphQL, and gRPC APIs. Analyzes API designs for security, performance, consistency, scalability, and maintainability. Use when designing new APIs, reviewing API proposals, auditing existing endpoints, or before major API releases. Covers authentication, error handling, pagination…

not rated 13 8mo ago A 82 tokens original MIT

code-review

404

denn-gubsky/loomcycle

Skill Claude CodeCodex

How to review a slice of a code repository with high precision — confidence-scored findings, project-guideline compliance, and Karpathy behavioral guidelines (simplicity, surgical scope, surfaced assumptions). Use when reviewing or auditing source files.

not rated 13 yesterday A 49 tokens original Apache-2.0

python-refactoring

405

slamer59/mcp-python-refactoring

Skill Claude CodeCodex

Analyze Python code for refactoring opportunities, complexity, dead code, security issues, modernization, test coverage gaps, and package-level structure — before proposing or making refactoring changes to Python code.

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

nasa-code

406

LordMoMA/AI_skills

Skill Codex

Audit code against NASA JPL's Power of Ten rules, extended for AI-assisted development. Use when checking code for dangerous complexity, unsafe control flow, resource leaks, hidden side effects, missing validation, weak CI gates, AI-generated artifacts, or missing failure-mode tests.

not rated 13 +1 3mo ago A 58 tokens

grafel-aware-review

407

cajasmota/grafel

Skill Claude Code

Teaches an AI agent to use grafel MCP tools as a structural second pair of eyes during code review. Covers impact radius analysis, orphan detection, dead-end flow discovery, cross-repo consistency checks, and pattern violation spotting — with a per-change-type tool sequence, a severity rubric, and worked examples.

not rated 13 +1 today A SkillSpector: pass 67 tokens original MIT

Johnny-zbb/code-quality-evaluator

Skill Claude CodeCodex

Evaluate repository or project code quality and produce an evidence-based scorecard. Use when asked to review code quality, score a project, assess maintainability, inspect technical debt, evaluate architecture/readability/refactoring health/engineering practices/code smells, compare project quality, or prepare a…

not rated 13 +1 3mo ago A 66 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: