
code-review-large
PopularIn-depth code review for large PRs (>500 lines). Full analysis including architecture, performance, security, and maintainability.
In-depth code review for large PRs (>500 lines). Full analysis including architecture, performance, security, and maintainability.
Code Review Large
Overview
Thorough review for large PRs exceeding 500 lines.
Checks
- Architecture and design patterns
- Performance implications
- Security vulnerabilities (OWASP Top 10)
- Maintainability and technical debt
- Breaking changes assessment
- Documentation completeness
Output
- Comprehensive report with severity ratings and recommendations
You Might Also Like
Related Skills

verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
facebook
test
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
facebook
feature-flags
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
facebook
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
facebook