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
Installs
33
GitHub Stars
4.9K
First Seen
Jan 22, 2026