Get a week free of Claude Code →

Skills tagged "code-review" (1426)

1426 Claude Code skills tagged "code-review". Test each skill in the interactive playground.

🧪 Qa Engineer
This skill helps you implement comprehensive testing strategies and organize tests with robust mocking patterns for reliable TypeScript test suites.
testingunit-testsintegration-testsrefactor
🧪 React Native Migration 0.79 Latest
This skill guides migrating React Native from 0.79.x to 0.83.x with automated detection, fixes, and validation.
migrationautomationdebuggingcode-review
🔍 Refactor
This skill orchestrates an immediate refactor analysis by running a scripted workflow to identify technical debt and code quality improvements.
refactorscriptingautomationcode-review
🔍 Repo Analyzer
This skill analyzes GitHub repositories to assess structure, docs quality, and contribution patterns for quick health insights and improvement guidance.
analyticsdevopsdocscode-review
🔍 Resolve Pr Comments
Resolve bot review comments (CodeRabbit, Copilot, Gemini) on GitHub PRs using subagents. Use when: (1) User asks to 'review PR comments' or 'resolve PR comments', (2) User says 'work through PR N comments' or 'handle bot comments', (3) Need to triage CodeRabbit/Copilot/Gemini review comments, (4) Pr
lukasstricklercode-review
🛡️ Review
This skill reviews PRs using comprehensive criteria across security, correctness, performance, accessibility, i18n, and code quality to speed up reviews.
frontendcode-reviewtestingsecurity
🛡️ Review Changes
This skill guides code reviewers to evaluate Java and Spring changes for robustness, maintainability, and best-practice adherence across tests and
code-reviewtestingspringjava
🔍 Review Claudemd
This skill reviews CLAUDE.md guidelines from global and local files against recent conversations to identify improvements.
aiclicode-reviewproductivity
🔍 Review Component
This skill analyzes Keboola Python components for architecture, configuration patterns, and documentation consistency, delivering actionable feedback and
code-reviewdebugginglintingformatting
🔍 Review Git Workdir
This skill reviews the current git working directory using git status, identifying changes, leftover debug code, and ignored artifacts to improve code quality.
code-reviewdebugginggitscripting
🧪 Review Standard
This skill guides systematic code reviews to enforce documentation quality, reuse, and maintainable interfaces before merging changes.
code-reviewdocsrefactortesting
🧪 Reviewing Changes
This skill helps reviewers validate Android PRs by applying MVVM, Compose, and Kotlin-specific checklists and messaging for feature, UI, and infrastructure
kotlincode-reviewtesting
🧪 Ruby On Rails Best Practices
This skill helps you apply Basecamp's Ruby on Rails best practices to structure models, controllers, jobs, and concerns for maintainable code.
backendrailscode-reviewrefactor
🔍 Rust Backend
This skill enforces Rust backend coding guidelines to improve safety, readability, and maintainability when editing backend code.
rustbackendcode-reviewlinting
🧪 Rust Development
This skill executes a complete Rust development workflow including cargo check, build, test, clippy, and fmt to ensure code quality.
devopsperformancelintingformatting
🧪 Rust Error Handling
This skill demonstrates Rust error handling patterns using thiserror and anyhow, promoting safe, ergonomic error propagation and test-friendly patterns.
backenddebuggingtestingcode-review
🛡️ Security Audit Expert
This skill turns your Claude Code into a professional security audit engineer capable of comprehensive vulnerability assessment, penetration testing, and
securitydevopsinfraapi
🛡️ Security Checklist
This skill helps you implement OWASP Top 10 security controls in Java applications, guiding authentication, encryption, input validation, and secure
securitybackendcode-reviewtesting
🛡️ Security Guardian
This skill helps you detect vulnerabilities and enforce secure coding standards across projects, preventing secrets leakage and unsafe dependencies.
securitycode-reviewtestingci-cd
🛡️ Security Review
This skill helps you perform a security-focused code review by applying a comprehensive checklist to identify vulnerabilities across categories.
securitycode-reviewtypescriptjavascript
🛡️ Security Review
This skill performs high-confidence security code reviews, identifying exploitable patterns and attacker-controlled input to report critical findings with
securitycode-reviewpythonbackend
🛡️ Security Scanner
This skill helps you audit installed plugins and skills for security risks using AI analysis before installation.
securityaiautomationdevops
🔍 Self Enhance
Framework for improving Claude configuration (skills, agents, commands). Use when analyzing work patterns, proposing new skills, identifying knowledge gaps, reviewing Claude setup, or when user asks to improve how Claude helps them.
keenrangercode-review
🔍 Separation Of Concerns
This skill helps organize code by enforcing verticals horizontals shell structure, guiding where new files belong to maximize modularity and reuse.
pythoninfracode-reviewrefactor
🧪 Skill Litho
This skill analyzes codebases and generates comprehensive technical docs, architecture diagrams, and clear specifications to accelerate software understanding.
aidocswritingautomation
🧪 Solid Principles
This skill analyzes Python code to apply and validate SOLID principles, highlighting violations and offering actionable refactor suggestions for maintainable
code-reviewrefactordesignpython
🎨 Sounds On The Web
This skill helps reviewers audit audio feedback in UI for accessibility and UX, outputting file:line findings to guide improvements.
accessibilityfrontendcode-reviewdebugging
🧪 Specalign
This skill helps you align spec files with implementations, surfacing drift and guiding you to update spec or code.
code-reviewdebuggingtypescriptlinting
🧪 Standards Testing
This skill helps you enforce testing real behavior over mocks, preventing test-only production pollution and guiding robust mock strategies.
testingunit-testsintegration-testscode-review
🔍 State Management
This skill explains and guides you through functional mutable state using Ref, SynchronizedRef, and SubscriptionRef in Effect for safe concurrent updates.
backendfullstackcode-reviewrefactor
🛡️ Superpowers Review
This skill reviews code changes for correctness, edge cases, security, and maintainability, providing actionable severity-based feedback before finalizing.
code-reviewtestingsecurityperformance
🔍 Swiftui Engineer
This skill helps you design, review, debug, and modernize SwiftUI macOS apps with clear architecture and best practices.
debuggingcode-reviewmigrationdesign
🧪 Systematic Debugging
This skill guides you through systematic debugging to identify root causes before fixes, reducing guessing and preventing new issues.
debuggingtestingbackendcode-review
🎨 Tangzhan Skill Code Simplier
This skill analyzes recently modified code to simplify and optimize clarity and consistency while preserving all functionality and behavior.
code-reviewrefactorformattinglinting
🔍 Tapd Bug Analyzer
This skill analyzes TAPD bug reports, extracts identifiers, and orchestrates targeted log and codebase analysis to diagnose issues efficiently.
automationanalyticsbackenddebugging
🔍 Team Routing
This skill automatically detects domain from branches or files and assigns the right reviewer to speed up code reviews.
automationcode-reviewaibackend
🔍 Teamventure Architecture Migration
Use when refactoring TeamVenture domains/architecture; enforces migration order (Planning→Authorization→Identity→Infrastructure) and preferred steps (split classes before moving packages).
muzhicaomingwangcode-review
🧪 Test Skill
This skill reviews code for issues and reports findings, while always succeeding to ensure tests pass and quality checks.
code-reviewtestingintegration-testsdebugging
🧪 Testing Strategies
This skill helps you design robust test strategies and achieve target coverage across unit, integration, and end-to-end tests.
testingunit-testsintegration-testscode-review
🧪 Testing Strategy
This skill designs and implements pytest test suites for Python libraries, including fixtures, parametrization, mocking, and CI configuration to boost coverage.
testingunit-testsci-cddebugging
🔍 Top Down Learning
This skill helps you understand a codebase through structured exploration and adaptive guidance, documenting architecture and modules in a learning directory.
docsscriptingaicode-review
🔍 Typescript
This skill helps you write cleaner, safer TypeScript by applying code style, type-safety, and performance guidelines across projects.
typescriptcode-reviewlintingformatting
🧪 Typescript Circular Dependency
This skill detects and resolves TypeScript circular dependencies, guiding you to flatten imports, apply dependency injection, or dynamic imports for reliable
debuggingrefactorci-cdtesting
🎨 Typescript Rules
This skill enforces React and TypeScript frontend best practices for type safety, component design, state management, and error handling.
frontendcode-reviewlintingdebugging
🎨 Ui Design A11y
This skill helps you audit and fix web accessibility issues for WCAG compliance, providing actionable code fixes and guidance.
accessibilityfrontenddesigncode-review
🛡️ Unix Review
This skill evaluates Python codebases against Unix rules and SOLID, adding an AI-Readiness lens to guide architecture improvements.
pythoncode-reviewaiautomation
🛡️ Validate
This skill validates a security finding by tracing data flows, confirming exploit conditions, and producing evidence to declare true positives or false
securitybackendcode-reviewtesting
🧪 Verification Before Completion
This skill enforces verification-before-completion by running fresh verification commands and presenting evidence before claiming success.
testingci-cdautomationdevops
🧪 Verification Before Completion
This skill enforces rigorous verification before completion by executing fresh checks and providing evidence-backed results to validate every claim.
testingcode-reviewci-cd
🧪 Viewcomponents Specialist
This skill helps you implement robust Rails ViewComponents with proper method exposure, slots, and previews, ensuring clean isolation and safe view access.
frontendbackendcode-reviewtesting
🎨 Vue Fsd
This skill helps you structure large Vue 3 projects with Feature-Sliced Design, enforcing layers, public API, and scalable boundaries.
frontenddesignrefactorcode-review
🎨 Vue3 Best Practices
This skill helps you adopt modular, type-safe Vue 3 practices with composition API, Pinia, and performance tips for scalable apps.
vuefrontendperformancerefactor
🔍 Vulture Dead Code
This skill helps identify and remove unused Python code using Vulture and deadcode, improving code hygiene and CI reliability.
pythonlintingci-cddebugging
🧪 Way Go Style
This skill helps you write idiomatic, maintainable Go code by applying Way-specific conventions and best practices for reviews, refactors, and coding.
gocode-reviewlintingtesting
🧪 Web Design Builder
This skill generates accessible, responsive HTML/JS web designs from descriptions, with automated verification and optional framework support.
frontenduxaccessibilitytesting
🔍 Webnovel Review
This skill reviews chapter quality with checker agents and generates structured reports to guide revision.
aiwritingcode-reviewpython
🔍 Winforms
This skill helps you implement robust VB.NET Windows Forms patterns with UI threading, data binding, and event handling.
pythondebuggingperformancerefactor
🧪 Workflow Enforcer Skill
This skill enforces workflow discipline by ensuring the correct specialized agent is used, announces usage, and creates multi-step todos.
debuggingcode-reviewtestingautomation
🔍 Worktree Kit
This skill helps manage git worktrees and copy environment files to enable parallel feature work, isolated reviews, and clean, reproducible workspaces.
gitcliscriptingproductivity
🔍 Wrap Up Session
This skill wraps up a session by coordinating code and docs updates, git operations, and roadmap planning across repo types.
automationdevopsgitdocs

More Tags

automation (2772) ai (1905) testing (1783) backend (1548) scripting (1540) debugging (1486) docs (1343) api (1308) frontend (1279) productivity (1166) devops (1160) data (1050) workflow (1015) cli (1007) performance (984) security (836) analytics (822) design (787) python (653) ci-cd (633)

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.