Code Review — Claude Code Tools
Automate code review with style checks, best practice enforcement, and PR analysis.
Showing top 50 of 55 results, ranked by popularity.
Fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
by facebook
Remotion Best Practices
Agent Skills
by remotion-dev
Typescript Review
Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.
by metabase
Fetch Unresolved Comments
Fetch unresolved PR review comments using GitHub GraphQL API, filtering out resolved and outdated feedback.
by mlflow
Reviewing Code
Review code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.
by jlowin
Dyad:Multi Pr Review
Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are classified as high/medium/low severity (sloppy code that hurts maintainability is MEDIUM). Results are aggregated using consensus voting - only issues identified by 2+ agents where at least one rated it medium or higher severity are reported. Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues mentioned in a collapsible section.
by dyad-sh
Rationalize Deps
Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size
by quickwit-oss
Vue Debug Guides
Agent skills for Vue 3 development
by hyf0
Upgrade Oxc
Upgrade oxc, run codegen, and fix any breaking changes.
by rolldown
React Doctor
Let coding agents diagnose and fix your React code
by millionco
Rationalize Deps
Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size
by quickwit-oss
Issues Deduplication
Keeps IdeaVim documentation in sync with code changes. Use this skill when you need to verify documentation accuracy after code changes, or when checking if documentation (in doc/, README.md, CONTRIBUTING.md) matches the current codebase. The skill can work bidirectionally - from docs to code verification, or from code changes to documentation updates.
by JetBrains
Code Review Expert
by sanyuan0704
Manimgl Best Practices
by adithya-s-k
Code Simplifier
by simonwong
Review Logging Patterns
by hugorcd
Mcp Language Server
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
by isaacphi
Swift Testing Pro
by twostraws
Ghost Repo Context
by ghostsecurity
Clean Ddd Hexagonal
by ccheney
Clawhub Skill Vetting
by hugomrtz
Ref Tools Mcp
Helping coding agents never make mistakes working with public or private libraries without wasting the context window.
by ref-tools
Godot Best Practices
by jwynia
Eloquent Best Practices
by iserter
Langgraph Code Review
by existential-birds
Protolint
A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
by yoheimuta
Cc Marketplace
Marketplace repo for Claude Code Plugins
by ananddtyagi
Mcp
A MCP server for using Semgrep to scan code for security vulnerabilities.
by semgrep
Claude Debugs For You
Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension
by jasonjmcghee
Vibe Check Mcp Server
Vibe Check is a tool that provides mentor-like feedback to AI Agents, preventing tunnel-vision, over-engineering and reasoning lock-in for complex and long-horizon agent workflows. KISS your over-eager AI Agents goodbye! Effective for: Coding, Ambiguous Tasks, High-Risk tasks
by pv-bhat
Mcp Code Graph
MCP Server for code graph analysis and visualization by CodeGPT
by judinilabs
Code Quality Fix All
Fix code quality issues identified in a code quality review stored in agent_artefacts/code_quality/<topic>/. Systematically addresses issues found by the code-quality-review-all skill for ANY code quality topic, with validation and testing at each step. Use when user asks to fix issues from a code quality review, or asks to fix issues from agent_artefacts/code_quality/<topic>.
by UKGovernmentBEIS
Llm Context.Py
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.
by cyberchitta
Check Inline Code Formatting
Review inline code in markdown files for proper formatting and syntax highlighting. Check for missing backticks on CLI flags, filenames, and code elements. Verify that inline syntax highlighting (#!groovy) is used appropriately. Use when reviewing documentation or quiz questions.
by nextflow-io
Sqlserver.Rules
130+ T-SQL static code analysis rules for SQL Database Projects
by erikej
Wheels Anti Pattern Detector
Automatically detect and prevent common Wheels framework errors before code is generated. This skill activates during ANY Wheels code generation (models, controllers, views, migrations) to validate patterns and prevent known issues. Scans for mixed arguments, query/array confusion, non-existent helpers, and database-specific SQL.
by wheels-dev
Mcp Codex Dev
MCP Server for Codex CLI integration - stateful code writing and review workflows
by fyzafh
Repomapper
A tool to produce a map of a codebase within a git repository. Based entirely on the "Repo Map" functionality in Aider.chat
by pdavis68
Java Dev
Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等
by doccker
Codemode Mcp
An implementation of the Codemode workflow detailed by Cloudflare.
by jx-codes
Javasinktracer_mcp
基于函数级污点分析的 Java 源代码漏洞审计工具JavaSinkTracer,通过 Model Context Protocol (MCP) 为 AI 助手提供安全分析能力。
by zacarx
Security
Sécurité. Use when reviewing security, implementing auth, or hardening code.
by TheBeardedBearSAS
Gates
9-language quality gate validation: linting, formatting, type checking, and test execution. Validates code changes meet quality standards before completion. Use when: (1) after code implementation, (2) before PR creation, (3) as part of /orchestrator Step 6, (4) manual quality check. Triggers: /gates, 'quality gates', 'run validation', 'check quality', 'validate code'.
by alfredolopez80
Review And Qa
Review the changes for <commit|branch|pr> and create a QA review plan
by storyblok
Idiomatic Rust
Idiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior, not line-by-line translation.
by bearcove
Multi_mcp
Multi-Model chat, code review and analysis MCP Server for Claude Code
by religa
Karpathy Guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
by vechain
Swe Marketplace
A plugin marketplace focused mostly on software-development with Claude Code.
by andisab
Planning
Provides expertise on how to write effective unit tests (runtime and type tests), make testing decisions, and incorporate TDD into development workflows
by inocan-group
Naming Conventions
Naming conventions for types, functions, files, and resources. Use when creating new code or reviewing naming patterns. Emphasizes type-driven development.
by crmagz