code-review
Installation
SKILL.md
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"
Related skills
More from breaking-brake/cc-wf-studio
code-review-large
In-depth code review for large PRs (>500 lines). Full analysis including architecture, performance, security, and maintainability.
35pr-to-production
Create a release PR from main to production branch. Use when the user says "リリースPR", "productionにPR", "リリース準備", or wants to trigger a release.
1