code-review

Installation
SKILL.md

Code Review

Quick Start

When reviewing code, follow this structured process:

  1. Initial Scan: Identify change types and scope
  2. Detailed Review: Check all categories systematically
  3. Scoring & Report: Calculate scores and generate feedback

Review Checklist

SOLID Principles (25% weight)

  • SRP: Each class/method has single responsibility
  • OCP: New features extend, don't modify existing code
  • LSP: Subclasses fully substitute parent classes
  • ISP: Interfaces are focused and minimal
  • DIP: Depend on abstractions, not concretions
Installs
1
First Seen
Apr 8, 2026
code-review — changgenglu/changgenglu-blog