🎯

code-review

🎯Skill

from breaking-brake/cc-wf-studio

VibeIndex|
What it does

Generates comprehensive code review comments analyzing PR changes for quality, security, performance, and testing issues.

πŸ“¦

Part of

breaking-brake/cc-wf-studio(4 items)

code-review

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add breaking-brake/cc-wf-studio --skill code-review
12Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Analyze PR diffs and generate review comments from code quality, security, and performance perspectives. Use for code reviews, quality checks, and security analysis.

Overview

# 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"