code-review

Automates code reviews to detect bugs, style violations, and performance issues in submissions via static analysis tools.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/samChang72/custom-skills --skill code-review-samchang72
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/samChang72/custom-skills/tree/main/gemini/skills/code-review
Command: npx skills add https://github.com/samChang72/custom-skills --skill code-review-samchang72

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the code review process, making it easier to identify bugs, style issues, and adherence to best practices.

Core Features & Use Cases

  • Bug Detection: Identifies errors in code logic that could lead to failures.
  • Style Consistency: Checks code for adherence to project style conventions.
  • Performance Optimization: Flags potential performance bottlenecks.
  • Use Case: Ideal for use when reviewing pull requests or ensuring the quality of code contributions.

Quick Start

Execute the code-review skill with the 'check-code-quality' command.

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 to detect bugs and style violations?

To automate code review for pull requests, use the check-code-quality command to run static analysis tools that scan source code submissions for bugs, style violations, and performance issues. This ensures adherence to best practices in collaborative environments.

How do I check code contributions for style consistency and performance bottlenecks?

You can check code contributions for style consistency and performance bottlenecks by executing automated static analysis scans. This process flags potential performance issues and verifies adherence to project style conventions during pull request reviews.

What is static analysis for quality assurance in collaborative software development?

Static analysis for quality assurance is the automated process of scanning source code without executing it to detect bugs, enforce style consistency, and identify performance issues. It maintains code quality during collaborative software development.

Can I use automated bug detection for source code without configuring external dependencies?

Automated bug detection requires static analysis tools to scan source code and identify logic errors. While the skill itself has no listed dependencies, you must integrate these external analysis tools into your environment to execute the review.

What are the limitations of automating code reviews for performance optimization?

Automating code reviews for performance optimization is limited to flagging potential bottlenecks through static analysis. It cannot detect runtime execution failures or complex architectural performance issues that require dynamic profiling.

Is automated style consistency checking suitable for all collaborative software development environments?

Automated style consistency checking is ideal for collaborative software development environments that process pull requests. It ensures code submissions adhere to project conventions, making it highly effective for team-based quality assurance.