Testing & Review · Code Review & Quality

Code Review & Quality tools

Every Code Review & Quality tool worth a solo builder's time - the agent skills, MCP servers and marketplaces tagged Code Review & Quality, ranked by community signal. A focused slice of the broader Testing & Review category.

What's in Code Review & Quality

Code Review & Quality collects 508 curated tools across agent skills, a focused part of the broader Testing & Review category. Every one is screened against a single quality bar and ranked by real community signal.

These tools span Idea, Validate, Build, Ship and Operate of the build journey.

503 shown of 980
Description
1Improve Codebase ArchitectureTesting & Reviewmattpocock/skillsGuide an agent through safely merging shallow modules into deeper units using seams, ports, and adapters instead of risky big-bang refactors.
258k121k
2Zoom OutTesting & Reviewmattpocock/skillsWhen entering unfamiliar code, invoke to get a higher-level map of modules, callers, and domain glossary terms instead of line-by-line guessing.
208k121k
3Caveman ReviewTesting & Reviewjuliusbrussee/cavemanProduce terse, line-scoped PR review comments with optional severity tags instead of verbose feedback.
156k70k
4Requesting Code ReviewTesting & Reviewobra/superpowersDispatch a subagent with a senior code-reviewer prompt, your plan, and a git SHA range so finished work is checked before you merge or stack more changes.
128k221k
5Receiving Code ReviewTesting & Reviewobra/superpowersTurn messy or authoritative review comments into verified, incremental code changes without performative agreement.
104k221k
6Request Refactor PlanTesting & Reviewmattpocock/skillsTurn a messy refactor idea into a scoped GitHub issue full of tiny, test-aware commits before anyone touches production code.
45.6k121k
7ReviewTesting & Reviewmattpocock/skillsRun a parallel Standards-and-Spec diff review from a fixed git point through HEAD before you merge or ship a branch.
40.2k121k
8Code Review ExcellenceTesting & Reviewwshobson/agentsRun structured, constructive PR and architecture reviews that catch bugs early and teach standards without slowing the team.
22.3k36.5k
9Swiftui ProTesting & Reviewtwostraws/swiftui-agent-skillRun a structured SwiftUI and Swift review for deprecated APIs, data flow, navigation, HIG, accessibility, and performance before merge or release.
19.8k4.1k
10RefactorTesting & Reviewgithub/awesome-copilotImprove maintainability of existing code through small, behavior-preserving refactors when structure blocks features or reviews surface smells.
18.1k34.6k
11Karpathy GuidelinesTesting & Reviewforrestchang/andrej-karpathy-skillsKeep agent-written code minimal, explicit, and verifiable whenever you implement, review, or refactor.
15.3k171k
12Web Design GuidelinesTesting & Reviewantfu/skillsAudit UI code against live Vercel Web Interface Guidelines with terse file:line findings.
15k5.2k
13Fixing AccessibilityTesting & Reviewibelick/ui-skillsAudit and minimally fix HTML accessibility—ARIA, keyboard paths, focus, contrast, and forms—when you add interactive UI or need WCAG-oriented review before ship.
13k2.1k
14AntfuTesting & Reviewantfu/skillsAdopt Anthony Fu’s ESLint flat config so a solo repo gets unified lint plus formatting without Prettier across TS, Vue, React, and related stacks.
12.3k5.2k
15Refactor PlanTesting & Reviewgithub/awesome-copilotSequence a safe multi-file refactor with investigation, phased steps, verification, and rollback—without editing code until you confirm the plan.
11.3k34.6k
16Sql Code ReviewTesting & Reviewgithub/awesome-copilotReview SQL in your repo for injection risk, permissions, and maintainability before you ship database-backed features.
11.2k34.6k
17Review And RefactorTesting & Reviewgithub/awesome-copilotHave the agent read your repo’s Copilot instruction files, review the codebase, and refactor in place to match those standards without splitting files.
10.2k34.6k
18SimplifyTesting & Reviewbrianlovin/claude-configPolish code you just wrote so it matches project conventions and reads clearly without changing behavior.
10.2k349
19Ast GrepTesting & Reviewast-grep/agent-skillAuthor and debug YAML ast-grep rules for structural code search, codemods, and lint-style checks in agent or CLI workflows.
9.9k724
20React DoctorTesting & Reviewmillionco/react-doctorRun React Doctor before commit to catch regressions in lint, accessibility, bundle size, and architecture with a 0–100 score.
9.7k12.4k
21Refactor Method Complexity ReduceTesting & Reviewgithub/awesome-copilotShrink a named method’s cognitive complexity at or below a threshold by extracting focused helper methods.
9.2k34.6k
22Code Exemplars Blueprint GeneratorTesting & Reviewgithub/awesome-copilotGenerate a tailored AI prompt so your agent scans the repo and writes an exemplars.md of on-pattern code for team standards.
8.6k34.6k
23Python Anti PatternsTesting & Reviewwshobson/agentsRun a Python anti-pattern checklist before merge or when debugging flaky behavior caused by duplicated retries, poor error handling, or other known bad habits.
8.4k36.5k
24Frontend Code ReviewTesting & Reviewlanggenius/difyRun a structured frontend review on pending changes or named `.tsx`/`.ts`/`.js` files before commit or release.
8.2k0
25Coding StandardsTesting & Reviewaffaan-m/everything-claude-codeEstablish and enforce baseline naming, immutability, readability, and code-smell review before leaning on framework-specific ECC skills.
8.2k210k
26Clean CodeTesting & Reviewsickn33/antigravity-awesome-skillsApply Uncle Bob Clean Code rules while writing, reviewing, or refactoring so agents and humans produce readable, maintainable code.
8k40.1k
27CheckTesting & Reviewtw93/wazaRun diff-grounded code review, merge/release gates, and project-wide quality scorecards before you ship or publish.
8k0
28Code Review ExpertTesting & Reviewsanyuan0704/sanyuan-skillsRun a senior-style review on your current git diff before merge, with SOLID, architecture, dead-code, and security findings graded P0–P3.
7.6k3.6k
29Shellcheck ConfigurationTesting & Reviewwshobson/agentsConfigure ShellCheck project-wide so bash and POSIX deploy scripts get consistent static analysis in editors and CI before merge.
7.4k36.5k
30Typescript React ReviewerTesting & Reviewdotneet/claude-code-marketplaceRun structured TypeScript and React 19 code review on PRs and local changes, with merge-blocking rules for hooks, effects, and types.
7.4k0
31Code ReviewerTesting & Reviewgoogle-gemini/gemini-cliRun a structured agent-led review on local staged/unstaged diffs or a remote GitHub PR before merge, with optional preflight checks.
7.4k105k
32Code Review And QualityTesting & Reviewaddyosmani/agent-skillsRun a structured five-axis review with merge gates before any PR or agent-generated change lands.
7.1k49.1k
33Multi Reviewer PatternsTesting & Reviewwshobson/agentsRun parallel agent-driven code review with dimension-specific checklists (security, performance, and more) so findings are structured instead of one vague pass.
6.3k36.5k
34Swift Concurrency ProTesting & Reviewtwostraws/swift-concurrency-agent-skillRun a structured Swift 6 concurrency review on async/await, actors, and cancellation before merge or release.
6.3k450
35Review PrTesting & Reviewwarpdotdev/common-skillsRun a structured GitHub pull request review that pulls linked issues and checks the change against approved or repo spec context before you merge.
6k18
36Code ReviewTesting & Reviewanthropics/knowledge-work-pluginsRun a structured pre-merge review on a PR URL, diff, or file path for security, performance, correctness, and maintainability before you merge solo-shipped code.
5.7k19.6k
37Code ReviewTesting & Reviewcoderabbitai/skillsRun CodeRabbit CLI reviews on staged or branch diffs so your agent finds bugs and security issues before you merge or ship.
5.7k112
38Code SimplifierTesting & Reviewgetsentry/skillsRefactor recently touched code for clarity and project conventions while keeping behavior identical before merge or release.
5.6k776
39Cpp Coding StandardsTesting & Reviewaffaan-m/everything-claude-codeApply C++ Core Guidelines when writing, reviewing, or refactoring modern C++ so agents enforce RAII, const-correctness, and type-safe idioms.
5.6k210k
40M15 Anti PatternTesting & Reviewzhanghandong/rust-skillsRun Rust-specific code review that spots idiomatic mistakes (clone spam, unwrap in prod, ownership fights) and maps each smell to a better pattern.
5.5k1.2k
41Code SimplificationTesting & Reviewaddyosmani/agent-skillsRefactor working code for clarity and maintainability after tests pass, without changing behavior or chasing line-count vanity.
5.4k49.1k
42Karpathy GuidelinesTesting & Reviewmultica-ai/andrej-karpathy-skillsKeep your coding agent from overbuilding, silent assumptions, and drive-by refactors by applying Karpathy-style behavioral rules during implementation and review.
4.7k171k
43UltraciteTesting & Reviewhaydenbleasel/ultraciteInstall when you want zero-config lint and format standards enforced while writing or reviewing JavaScript and TypeScript in an Ultracite-backed repo.
4.5k3k
44Check Impl Against SpecTesting & Reviewwarpdotdev/common-skillsDuring PR review, compare the branch diff and working tree against approved product and tech commitments in spec_context.md and fold material mismatches into review.json.
4.5k18
45Plankton Code QualityTesting & Reviewaffaan-m/everything-claude-codeEnforce formatters and linters on every agent file edit via PostToolUse hooks, with delegated fixes when violations remain.
4.5k210k
46Source Driven DevelopmentTesting & Reviewaddyosmani/agent-skillsForce every framework-specific implementation to cite current official docs so copied patterns stay correct across the stack.
4.3k49.1k
47Flutter Dart Code ReviewTesting & Reviewaffaan-m/everything-claude-codeReview Flutter and Dart changes with a library-agnostic checklist covering architecture, state management, performance, a11y, and security before you merge or ship.
4.3k210k
48Migrate OxlintTesting & Reviewoxc-project/oxcMigrate a JavaScript or TypeScript repo from ESLint to Oxlint using the official @oxlint/migrate tool and optional type-aware rules.
4.2k0
49Code ReviewerTesting & Reviewjeffallan/claude-skillsRun a single-pass senior-style review on PRs and file changes to catch bugs, security issues, smells, and architecture problems before merge.
3.8k9.7k
50Santa MethodTesting & Reviewaffaan-m/everything-claude-codeAdversarial dual-agent review with a convergence loop before user-facing or production output ships.
3.8k210k
51Code ReviewerTesting & Reviewshubhamsaboo/awesome-llm-appsRun structured AI code reviews prioritized by security, performance, correctness, and maintainability before you merge or ship.
3.7k114k
52FallowTesting & Reviewfallow-rs/fallow-skillsRun dead-code, duplication, complexity, audit, and security-oriented checks via the fallow CLI from your agent before merge or release.
3.7k85
53Reducing EntropyTesting & Reviewsoftaworks/agent-toolkitExplicitly invoke when you want an agent to shrink the codebase by deleting and consolidating instead of adding abstraction layers.
3.7k2k
54Tech DebtTesting & Reviewanthropics/knowledge-work-pluginsRun a structured technical-debt audit and get a scored, phased refactor backlog you can mix with feature work.
3.7k19.6k
55Naming AnalyzerTesting & Reviewsoftaworks/agent-toolkitRun a naming-focused pass on variables, functions, classes, and booleans so identifiers read clearly and match language conventions before merge or refactor.
3.6k2k
56Repo ScanTesting & Reviewaffaan-m/everything-claude-codeScan a messy multi-language repo once, classify every file, flag embedded third-party code, and export four-level module verdicts with an HTML report.
3.6k210k
57Spec To Code ComplianceTesting & Reviewtrailofbits/skillsCheck that implemented code still matches written specs or security requirements before you merge or release.
3.3k5.6k
58Thermo Nuclear Code Quality ReviewTesting & Reviewcursor/pluginsRun an exceptionally strict maintainability and abstraction review on branch changes before merge or release.
3.1k1.9k
59Code ReviewTesting & Reviewgetsentry/skillsRun structured Sentry-style PR reviews covering security, performance, tests, and design before merge.
3k776
60Software ArchitectureTesting & Reviewsickn33/antigravity-awesome-skillsKeep solo-built apps aligned with Clean Architecture, DDD, and reusable-library habits whenever an agent writes or reviews code.
3k40.1k

Showing the top 503 of 980 tools · search to find the rest.

Explore more
FAQ

Code Review & Quality tools - common questions

What counts as a Code Review & Quality tool?

Any agent skill, MCP server or marketplace tagged Code Review & Quality - a focused slice of the broader Testing & Review category. Skillselion collects every Code Review & Quality tool across types on one page.

How are Code Review & Quality tools ranked?

By real community signal - installs, GitHub stars and votes - not paid placement. Sponsored slots, when present, are labelled and kept out of the ranking.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.