Code review

17,691 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

rewrite-rs-skills

1633

rewrite-rs/skills

Plugin Claude Code

Bundles 28 skills · 2,381 tokens together

The most comprehensive agent skill set for real Rust: ownership over clone and unwrap, errors and APIs that survive review, async and unsafe done right, plus disciplined porting into Rust.

not rated 2 +1 27d ago A tokens not measured original BSD-3-Clause

rust-intel

1634

PHPCraftdream/rust-intel

Plugin Claude Code

Bundles 2 skills · 246 tokens together

Defense against LLM Rust failure modes: 59 categories of bugs that survive rustc, clippy, and cargo test — async cancellation, unsafe/FFI, concurrency, crypto, supply-chain, tests-that-pass-by-luck, semantic conformance, and systemic performance cost. Ships the rust-intel skill plus /rust-intel:audit, /rust-intel:fix.

not rated 2 +1 changed 3d ago A tokens not measured original Apache-2.0

change-walkthrough

1635

mkslge/piazza-mcp

Skill Codex

Explain substantial completed code changes as a guided technical walkthrough with Mermaid diagrams and an efficient, dependency-aware review order. Use after implementing a feature, bug fix, or refactor, or when the user asks what changed, how the new flow works, or which generated code to review first. Do not use for…

not rated 2 19d ago A 79 tokens original MIT

biw/skills

Skill Codex

Integrate the PR base, run persistent read-only reviewers, fix and re-review findings, validate with repo-native commands, address review bots, and compare model quality.

not rated 2 19d ago A Socket: warnSnyk: warn 40 tokens original MIT

liuchiawei/agent-skills

Skill Claude CodeCodex

You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C.

not rated 2 6mo ago A 48 tokens

code-review-graph

1638

nadimtuhin/antigravity-cli-mcp

MCP server Claude CodeCodexCursor +2

Local-first knowledge graph for token-efficient code review through MCP and CLI. Runs locally from the code-review-graph Python package.

not rated 2 2mo ago A tokens not measured copy · 92% MIT

quality-playbook

1639

FluxonLab/Skillry

Skill Claude CodeCodex

Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol with regression test generation, an integration testing protocol, a multi-model spec audit (Council of Three), and an AI bootstrap file (AGENTS.md). Includes…

not rated 2 15d ago A 189 tokens

review

1641

AcKeskin/contexture

Skill Claude Code

Audit code in scope against your architectural rules; report drift (dead code, SoC, monolith, missing-pattern, principle, comment-drift, naming-quality) with propose-confirm per fix; route misses to /capture. Triggers: /review [path | --since | --vault], "review this", "audit the architecture", "check for drift".…

not rated 2 1mo ago A 108 tokens original MIT

review-coordinator

1642

BostonOrange/claude-code-framework

Agent Claude Code

Synthesizes findings from parallel reviewer agents into one consolidated report — dedupes, filters false positives, applies cross-iteration state, classifies the diff into a risk tier, and decides which sub-agents to spawn.

not rated 2 2mo ago A 48 tokens original MIT

review-pr-fix

1643

AdriaanVE/agentic-coding

Skill Claude CodeCodex

Diff-focused PR/MR review that resolves merge conflicts, fixes the clear-cut findings itself, commits them locally, explains everything in plain language, and pushes to the PR/MR branch after your approval.

not rated 2 11d ago A 44 tokens

agent-skills

1644

hiadamhere/skills

Plugin Claude Code

Bundles 6 skills · 683 tokens together

Verified, version-matched Agent Skills for .NET and AI-agent development: msaf-architect, microsoft-extensions-ai, mcp-sdk, spectre-console, maui-engineer, reviewers.

not rated 2 8d ago A tokens not measured original MIT

cartograph

1645

adder-factory/cartograph

Skill Claude CodeCodex

Explore a codebase through Cartograph v2's PostgreSQL code graph: intent-aware context, exact/BM25/hybrid search, callers/callees/impact, affected tests, live source, review, freshness, and bounded index administration.

not rated 2 changed 2d ago A 0 tokens original MIT

claude

1646

rbutera/harness-bridge

Skill Claude CodeCodex

Ask Claude Code for a second opinion — code reviews, explanations, plan critiques, performance analysis, or general questions.

not rated 1 16d ago A 25 tokens original MIT

wisegit

1647

Sandip124/wisegit

MCP server Claude CodeCodexCursor +2

Extracts decision intent from git history and protects intentional code from AI modification. Runs locally from the @sandip124/wisegit npm package.

not rated 1 5mo ago A tokens not measured original MIT

tetrad

1648

SamoraDC/Tetrad

MCP server Claude CodeCodexCursor +2

Quadruple consensus MCP server for code validation using Codex, Gemini, and Qwen. Runs locally from the @samoradc/tetrad npm package.

not rated 1 7mo ago A tokens not measured original MIT

thinkreview

1649

Thinkode/thinkreview-mcp

MCP server Claude CodeCodexCursor +2

Live PR/MR code reviews via reviewurlcode. OAuth or portal Bearer auth. Remote server at mcp.thinkreview.dev.

not rated 1 2d ago A tokens not measured original MIT

dingdawg-code-review

1650

dingdawg/dingdawg-agent-1

MCP server Claude CodeCodexCursor +2

One of 9 in server.json

AI code review — security, quality, performance. Learns your patterns. Receipted. Runs locally from the dingdawg-code-review npm package. Needs 1 environment variable to run.

not rated 1 1mo ago A tokens not measured original MIT

roslyn-mcp

1651

darylmcd/Roslyn-Backed-MCP

Plugin Claude Code

Bundles 44 skills, 5 agents, 2 hooks, 2 MCP servers · 3,977 tokens together

Semantic C# analysis and refactoring for AI agents, powered by Roslyn. Load .sln/.csproj files, inspect the live MCP catalog at runtime, and use 32 bundled agent skills for analysis, refactoring, testing, architecture review, and release workflows.

not rated 1 changed 9d ago A tokens not measured original MIT

git-enhanced

1652

davidweb3-ctrl/mcp-git-enhanced

MCP server Claude CodeCodexCursor +2

One of 2 in server.json

Enhanced Git MCP Server - Code review, commit analysis, and branch management. Runs locally from the @davidweb3-ctrl/mcp-git-enhanced npm package. Needs 1 environment variable to run.

not rated 1 3mo ago A tokens not measured original MIT

invigil

1653

invigil/invigil

MCP server Claude CodeCodexCursor +2

Linters check your code. Invigil checks whether your repo is legible — to newcomers and to AI agents. Runs locally from the invigil Python package.

not rated 1 6d ago A tokens not measured original Apache-2.0

safe-fix-mcp

1654

pamela-0/safe-fix-mcp

Skill Claude CodeCodex

Finds real dead code (unused imports, functions, classes) and unused dependencies in a Python repository, and proposes a safe, test-gated branch+PR to remove the safely-removable ones. Use this whenever the user asks to find or clean up dead code, unused imports, unused dependencies, or "bloat" in a Python project…

not rated 1 22d ago A 144 tokens original MIT

veris

1655

vighriday/Veris

Skill Claude CodeCodex

Behavioral verification intelligence for autonomous coding agents. Use this skill when the user asks "what could break in this PR?", "which workflows changed?", "what should I test before merging?", "is this change risky?", "what's the blast radius of removing this function?", or any question about understanding the…

not rated 1 5d ago A 116 tokens original MIT

mcp-vibe-checker

1656

webmoleai/mcp-vibe-checker

MCP server Claude CodeCodexCursor +2

Vibe-check your code — personality types, energy ratings, aesthetic suggestions. Runs locally from the mcp-vibe-checker npm package.

not rated 1 5mo ago A tokens not measured

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: