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 analyzes and visualizes data with fast, vectorized Pandas workflows, providing optimized scripts and clear charts with Chinese-friendly visuals.
This skill identifies components that directly use trpc or react-query hooks and guides replacing them with refine hooks for consistent data access.
This skill helps you write and run Python tests with pytest, fixtures, mocking, and coverage, boosting test quality and confidence.
This skill provides production-grade FastAPI best practices for project structure, async concurrency, validation, DI, and database patterns to improve
This skill helps you design simple, robust software architectures by applying advisor-based guidance for code, infra, and development practices.
This skill evaluates feature modules for Clean Architecture compliance, detecting dependency violations, layer separation issues, entity patterns, and DI
This skill automates splitting large changes into logical commits using git-sequential-stage to stage hunks and prepare commits before PRs.
This skill helps implement MVVM, Clean Architecture, and SOLID principles in Android apps using repository and dependency injection for robust, testable code.
This skill audits code changes for secrets and security issues, guiding safe commits and comprehensive vulnerability checks across projects.
This skill helps you adopt type hints and fix type errors with Pyright or Basedpyright without changing runtime behavior.
This skill helps you clean and refactor Python code while preserving behavior, removing dead code, and enforcing SOLID principles.
This skill translates UI design requirements into production-grade frontend code with design tokens, accessibility compliance, and artistic execution.
This skill helps you master Vue TypeScript by creating type-safe components, generics, and advanced patterns across a Vue 3 app.
This skill helps you model boundary patterns for UI features in Blazor VSA by guiding Intent, Entity.CanXxx, and BoundaryService responsibilities.
This skill validates and auto-corrects database and table names to meet naming conventions, ensuring consistency across projects.
This skill helps you apply Vue 3 performance best practices and Composition API patterns across components and state management.
This skill helps you design deterministic state machines that stay correct under concurrent rendering and re-entrancy in modern UI frameworks.
This skill analyzes components and rewrites them to fetch data directly from the store, reducing prop usage and enhancing maintainability.
This skill helps review ORM code for query efficiency, loading strategies, transactions, and N+1 prevention to improve data access.
This skill automatically runs after a PR is created to review the flow, explain concepts to the author, and report codemap.
This skill automates Ant Design development tasks, delivering code generation, standardization checks, design-to-code conversion, and migration guidance to