code-review

Reviews code for security, correctness, performance, and maintainability.

Updated Oct 26, 2025
One-click install
npx skills add https://github.com/lyq-lin/YCode.CLI --skill code-review-lyq-lin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/lyq-lin/YCode.CLI/tree/main/YCode.CLI/skills/code-review
Command: npx skills add https://github.com/lyq-lin/YCode.CLI --skill code-review-lyq-lin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to code reviews focusing on security, correctness, performance, and maintainability to accelerate reviews and reduce risk.

Core Features & Use Cases

  • Security & Correctness: Identify injection, auth, and data exposure issues; ensure robust error handling.
  • Performance & Maintainability: Flag N+1 queries, memory leaks, and code smells; recommend clean patterns.
  • Testing Guidance: Emphasize test coverage, edge cases, and meaningful assertions.

Quick Start

Run a security-critical review on a module and report top issues with proposed fixes.