code-review

Automate code reviews for security, performance, and architecture issues.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/yaochangyu/ai-dev-toolkit --skill code-review-yaochangyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/yaochangyu/ai-dev-toolkit/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/yaochangyu/ai-dev-toolkit --skill code-review-yaochangyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured, actionable feedback to developers during code reviews, helping teams identify security, performance, quality, architecture, and documentation gaps early.

Core Features & Use Cases

  • Comprehensive Review Checklist: Covers security rules, performance considerations, code quality, design patterns, and testing adequacy.
  • Actionable Feedback: Generates concrete, on-point suggestions and example code snippets for remediation.
  • Use Case: Apply to pull requests across languages and frameworks to accelerate safe merges and maintain code health.

Quick Start

Run a code review on the target repository using the standard checklist, focusing on security, performance, quality, architecture, and tests, and provide concrete improvement suggestions with code examples.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for pull requests across different programming languages?

Automated code review applies a comprehensive checklist to pull requests across diverse languages and frameworks to identify security, performance, and architecture issues. It generates templated feedback with actionable remediation guidance and code snippets.

What is the best way to find security risks and performance bottlenecks before merging code?

Finding security risks and performance bottlenecks before merging requires applying a predefined review checklist to your codebase. This process enforces consistent review practices and provides concrete suggestions to accelerate safe merges.

Does automated code review work for multi-repo projects and CI/CD workflows?

Automated code review works for multi-repo projects and CI/CD workflows. It applies predefined checklists across teams to enforce consistent practices, identifying architecture concerns and documentation gaps early in the pipeline.

How do I structure actionable feedback for code quality and maintainability issues?

To structure actionable feedback for code quality and maintainability, use templated feedback generation that provides concrete suggestions and example code snippets. This enforces consistent review practices and targets specific design pattern gaps.

Can I use a standard checklist to review testing adequacy and documentation gaps?

You can use a standard review checklist to assess testing adequacy and documentation gaps. The checklist covers security rules, performance considerations, code quality, and design patterns to ensure comprehensive code health.

What are the limitations of using predefined checklists for code review?

Predefined checklists for code review enforce consistent practices but may require manual adaptation for highly specialized architecture contexts. They provide structured remediation guidance, yet complex multi-repo logic may still need contextual human analysis.