Analyze PR diffs and generate review comments from code quality, security, and performance perspectives. Use for code reviews, quality checks, and security analysis.
Installation
$skills install @breaking-brake/code-review
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorybreaking-brake/cc-wf-studio
Path.claude/skills/code-review/SKILL.md
Branchmain
Scoped Name@breaking-brake/code-review
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: code-review description: Analyze PR diffs and generate review comments from code quality, security, and performance perspectives. Use for code reviews, quality checks, and security analysis.
Code Review Skill
Overview
Analyze PR changes and conduct reviews from the following perspectives:
- Code Quality (readability, maintainability, DRY principle)
- Security (injection, authentication, sensitive data)
- Performance (N+1 queries, memory leaks)
- Testing (coverage, edge cases)
Input
- PR diff (git diff format)
- Target file paths for review
Output
- List of review comments (filename, line number, issue description, severity)
Usage Examples
"Please review this PR" or "Check the code quality"
More by breaking-brake
View allcode-review-medium
2,689Standard code review for medium PRs (100-500 lines). Includes code quality, security basics, and test coverage analysis.
code-review-large
2,689In-depth code review for large PRs (>500 lines). Full analysis including architecture, performance, security, and maintainability.
code-review-small
2,689Quick code review for small PRs (<100 lines). Focuses on basic code quality, naming conventions, and obvious bugs.
