code-review

Identify and summarize code quality issues with structured feedback.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/gyChen-3725/myskills --skill code-review-gychen-3725
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/gyChen-3725/myskills/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/gyChen-3725/myskills --skill code-review-gychen-3725

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Code review often bottlenecks development, leading to inconsistencies and missed issues. This Skill provides a standardized, automated approach to assess code quality, enforce style guidance, and highlight potential improvements.

Core Features & Use Cases

  • Automated linting and style verification against common guides
  • Identification of potential bugs, security issues, and performance concerns
  • Structured, actionable feedback for developers with severity levels

Quick Start

Provide a code snippet to review and request a structured feedback report with linting, style checks, and suggested improvements.

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 checks for linting and security?

Automated code review applies linting and static-analysis checks to identify security issues and style guide violations in your codebase. It produces a structured, actionable report with severity levels to highlight potential improvements for developers.

Can I use static-analysis to enforce style guide adherence across multiple programming languages?

Yes, static-analysis applies to code review tasks across languages by referencing style guides and running automated checks. It identifies style violations, potential bugs, and performance concerns while imposing constraints like error handling and test coverage.

What is the best way to get structured feedback on code quality issues?

To get structured feedback on code quality issues, provide a code snippet to review and request a feedback report. The system assesses linting, style, security, and performance, returning a concise, actionable report with severity levels for developers.

Does automated code review identify performance concerns and security vulnerabilities?

Yes, automated code review identifies potential bugs, security issues, and performance concerns in a codebase. It focuses on linting, style, security, and performance to summarize code quality issues and produce structured feedback for developers.

Are there limitations when using automated checks for code review tasks?

Automated checks for code review focus on linting, style, security, and performance but impose specific constraints such as adherence to style guides, error handling, and test coverage. Results are summarized in a concise report without modifying the code directly.