Code review skills

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

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

idiomatic-go

625

TypeFox/agent-skills

Skill Claude CodeCodex

Apply Go community idioms for API and package design, error and concurrency patterns, naming (initialisms, stutter, receivers), generics vs interfaces, and Go code review — including PR or diff review, questions about "the Go way", pointer vs value receivers, channels vs mutexes, and building Go language tooling…

not rated 5 today A SkillSpector: pass 137 tokens original MIT

github-repo-audit

626

techysy/yangyu-hermes-skills

Skill Claude CodeCodex

A review process for checking whether a GitHub repository and its release materials are complete and consistent.

not rated 5 16d ago A 118 tokens

arch-optimize

627

bfxh/arch-optimize

Skill Claude Code

A software architecture review workflow that scans a codebase for structural risks and measures code quality. It checks issues such as overly complex code, repeated knowledge, changes spreading across many files, circular dependencies, and distorted domain models.

not rated 5 14d ago A 103 tokens original MIT

solo-counselors

628

slaFFik/solo-counselors

Skill Claude Code

Run parallel multi-agent code review via Solo MCP — replicates the counselors tool (https://github.com/aarondfrancis/counselors) without depending on claude -p. Use when the user asks for "counselors", "second opinion", "panel of experts", "parallel review", or "multi-agent analysis" — fan the same task out to several…

not rated 5 10d ago C 211 tokens

codegraph

629

lzehrung/codegraph

Skill Claude CodeCodex

Use for repo structure, symbol navigation, dependency analysis, duplicate triage, and PR impact review when plain text search is too shallow.

not rated 5 +1 changed today A 30 tokens original MIT

patternfly/patternfly-mcp

Skill Claude CodeCodex

Reviews Zod dependency upgrades for PatternFly MCP—maps release notes to codebase usage, runs tests, and writes a dated update report with impact tables and prioritized fixes. Use when bumping zod, on review zod, zod upgrade, zod integration review, assessing Zod breaking changes, generating a zod update report, or…

not rated 5 +1 today A 87 tokens original MIT

anti-confabulation

631

0ryant/engineering-doctrine

Skill Claude CodeCodex

Primes an artefact-producing agent to separate what it intended, what it materialised, what it re-checked, and what remains unverified before it reports completion. Load for build-class tasks (code generation, evidence-pack emission, tool-wrapper generation, implementation work whose claims can be re-tested against…

not rated 5 3d ago A 68 tokens original Apache-2.0

live-audit

632

Grinv/steam-games-mcp

Skill Claude CodeCodex

Audit steam-games-mcp — build/test/lint gate, live MCP tool edge-case sweep (input validation, SteamID64/vanity/appid edge cases, key-gating), and source-level code review. Use when asked to test/audit the published or just-fixed steam-games-mcp package, hunt for bugs/edge cases, or repeat "the same kind of testing as…

not rated 4 17d ago A 83 tokens original MIT

drift

633

blightbow/parkour-mcp

Skill Claude Code

Drift doc-to-code anchor conventions. Use when editing code that is bound by drift docs, updating docs, working with drift.lock, or when drift check reports stale anchors.

not rated 4 20d ago A 38 tokens original MIT

prove-me-wrong

634

Lum1104/prove-me-wrong

Skill Claude CodeCodex

Use when a leading diagnosis or nontrivial fix has initial support and needs one adversarial counterexample before acceptance.

not rated 4 1mo ago A 28 tokens original MIT

secure-code-auditor

635

n-shadloo/secure-code-auditor

Skill Claude Code

Backend security auditor for Django and DRF on an OWASP Top 10 (2025), API Security Top 10 (2023), and ASVS 5.0 foundation. Use when backend code is written or reviewed and touches authentication, sessions, cookies, JWT, OAuth2/OIDC, API keys, password hashing, permissions, access control, IDOR, SSRF, path traversal…

not rated 4 changed 5d ago B 259 tokens original MIT

gitgauge

636

Davey2Waveyy/gitgauge

Skill Claude Code

Use when a full GitHub repository URL (github.com/owner/repo) appears in conversation, when the user asks to check, review, or analyze a GitHub repo, or when the user runs /gitgauge. Does not trigger on npm packages, file paths, org pages, or issue/PR links.

not rated 4 4mo ago A 69 tokens original MIT

challenge-plans

637

hiadrianchen/challenge-plans

Skill Claude CodeCodex

Before you execute a drafted plan/spec/design doc, run a multi-agent adversarial cross-review to surface the flaws that cause downstream rework, aggregating "evidenced, cross-family-verified" objections into a verdict. Use when the user asks to "review this plan/spec", "can this approach be executed", "poke holes /…

not rated 4 1mo ago A 154 tokens original Apache-2.0

git-authoring

638

n-shadloo/git-authoring

Skill Claude Code

Authors and executes git work end to end — Conventional Commits messages, pull-request content, release notes, and pull-request review, plus the repository operations an engineer runs daily: branching, rebasing, squashing, cherry-picking, reverting, merge-conflict resolution, stashes, tags, remotes, and recovery…

not rated 4 changed 5d ago A 220 tokens original MIT

frontend-code-review

639

DNM03/frontend-code-review

Skill Codex

Review React, Next.js App Router, TypeScript, Tailwind CSS, shadcn/ui, TanStack Query, and frontend UI code. Use when reviewing a PR, branch, diff, page, component, hook, Server Action, route handler, or API client; debugging frontend behavior; assessing production readiness; or checking runtime bugs, client/server…

not rated 4 3mo ago A 102 tokens original MIT

ship

640

vraj-ai/skills

Skill Claude CodeCodex

Drive a published spec to verified, pushed completion through a resumable backlog, worktree-isolated parallel builds under a lazy-senior-dev ladder, gate-first review, a milestone reviewer, and a final adversarial teardown. Use when the user invokes /ship, asks to build out a spec autonomously, or resumes a ship run.

not rated 4 changed 3d ago A 70 tokens original MIT

audit-this-project

641

Mun1to/Vibeset

Skill Claude Code

Run an independent security audit of this repository before trusting it. Use when the user asks whether this project is safe, what it sends over the network, what it does to their computer, whether it is malware or spyware, or asks for a security review of this codebase.

not rated 4 10d ago A 59 tokens copy · 100% MIT

gpt-pro-audit

642

hubeiqiao/gpt-pro-audit

Skill Claude CodeCodex

Use when the user asks to audit a plan, document, diff, website finding, or implementation proposal with ChatGPT using Pro reasoning effort through Chrome - starts automatically after invocation, packages codebase/project context ChatGPT cannot see, runs up to 5 review rounds until accepted, verifies Effort Pro and…

not rated 4 15d ago A 75 tokens original MIT

yuefanxiao/code-review-adversarial

Skill Claude Code

Deep code review via a committee of specialized reviewers with PR-type-aware playbooks and convergence. Feature PRs → evaluate better alternatives; bugfix PRs → verify fix correctness + regression; design-heavy PRs (proto/contract only) → AIP/compatibility audit. Dispatches 2-4 reviewers from distinct stances…

not rated 4 1mo ago A 131 tokens original MIT

autoreview

644

openclaw/carapace

Skill Claude CodeCodex

Pre-commit/ship code review: Codex default; optional Claude or Pi.

not rated 4 7d ago A 20 tokens copy · 88% MIT

Kosmoray/dayan-agent-skills

Skill Claude CodeCodex

Review a concrete code or configuration change through failure-mode, maintainability, and trust-boundary lenses, then return evidence-backed Markdown and a machine-verifiable JSON verdict.

not rated 4 23d ago A 41 tokens original MIT

godaudits

646

hannsxpeter/godaudits

Skill Claude CodeCodex

Audit a codebase end to end and emit validated JSON plus remediation MDX, or review one diff for non-obvious blast radius with explicit safety facts and a compiled merge proof gate. godaudits fingerprints the repository, detects six project forms, validates Pillars 1.1 and arc-ready artifacts, evaluates 437 checks…

not rated 4 22d ago A 216 tokens original MIT

crucible

648

ryanelian/crucible-agent-skill

Skill Claude Code

Autonomous, loop-until-clean diff refinement engine. Iteratively burns down feature and refactor diffs by deleting dead code, flattening empty abstractions, and enforcing strict layer boundaries (Sink & Lift). Every change is verified against tests. Use when asked to "crucible", "refine until clean", "burn down diff"…

not rated 4 1mo ago A 86 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: