breaking-brake / code-review-large
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/code-review-large && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1900" && unzip -o skill.zip -d .claude/skills/code-review-large && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/code-review-large/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
In-depth code review for large PRs (>500 lines). Full analysis including architecture, performance, security, and maintainability.
0 views
0 installs
Skill Content
--- name: code-review-large description: 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