Code Review skills
Top maintainers
- openclaw · 512 skills
- simota · 53 skills
- copyleftdev · 28 skills
- trailofbits · 27 skills
- shotaiuchi · 21 skills
Languages in this topic
2336 skills
This skill orchestrates autonomous agents and enterprise-grade tooling for secure, high-performance AI systems using GPT-5, Auth.js v5, and Stripe v13.
This skill helps you create and configure LSP plugins for Claude Code, enabling diagnostics and code intelligence from familiar language servers.
This skill helps debug React issues systematically by guiding you through common errors, patterns, and modern React 18/19 practices.
This skill helps you design precise exception hierarchies in TypeScript, enabling targeted catch blocks and safer error handling across layers.
This skill helps you implement caching with robust invalidation strategies to boost performance while ensuring data freshness.
This skill guides expert decision making for error handling, designing error hierarchies, recovery strategies, and user-facing presentation.
This skill helps you establish and govern a Python library community by creating CONTRIBUTING.md, CODE_OF_CONDUCT.md, templates, and automation.
This skill guides you to choose between Combine and async/await, design robust operator chains, and prevent memory leaks in reactive streams.
This skill refactors React Native and TypeScript code to improve maintainability and performance using modern architecture patterns and Expo tooling.
This skill enforces immutable patterns by returning new objects for updates, preventing bugs and improving React state predictability.
This skill provides expert quality gate decisions for iOS/tvOS projects, calibrating coverage, linting, and CI patterns to balance quality and velocity.
This skill refactors Pandas code to leverage vectorization, method chaining, and memory-efficient dtypes for faster, cleaner data pipelines.
This skill guides Vitest testing in TypeScript projects with AAA pattern, parameterized tests, async patterns, and property-based testing for robust coverage.
This skill helps you replace overengineered solutions with simple, clear code that works and ships faster.
This skill refactors messy Rails code into maintainable, idiomatic solutions by applying SRP, DRY, and modern Ruby/Rails practices.
This skill refactors FastAPI/Python code to cleaner, maintainable patterns using Pydantic v2, SOLID principles, and modular service design.
This skill enables LSP-powered context extraction and type-safe code generation with cclsp, Sorbet, and Solargraph for safer Rails development.
This skill helps you craft Laravel debugging prompts with complete errors, stack traces, context, and attempted solutions to accelerate fixes.
This skill helps you write safer TypeScript code by avoiding deep property access and encouraging explicit data access patterns.
This skill refactors Next.js apps to App Router best practices, improving maintainability, performance, and server/client boundaries.
This skill provides expert dependency injection guidance for iOS/tvOS, optimizing testability and flexibility through patterns, protocols, and environment