code-reviewer

Review local changes and GitHub pull requests for code quality.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/yharuto0917/meChat --skill code-reviewer-yharuto0917
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/yharuto0917/meChat/tree/main/.agents/skills/code-reviewer
Command: npx skills add https://github.com/yharuto0917/meChat --skill code-reviewer-yharuto0917

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code, ensuring it meets quality, maintainability, and project standards, whether for local changes or remote pull requests.

Core Features & Use Cases

  • Local Code Review: Analyze staged and unstaged changes in your local repository.
  • Remote Pull Request Review: Review code directly from GitHub Pull Requests using their ID or URL.
  • Comprehensive Analysis: Evaluates code for correctness, maintainability, readability, efficiency, security, and error handling.
  • Structured Feedback: Provides clear, constructive feedback with a summary, findings (critical, improvements, nitpicks), and a conclusion.

Quick Start

Use the code-reviewer skill to review the current local changes in the repository.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review code for quality and maintainability in a local repository?

To review code for quality locally, the skill analyzes staged and unstaged changes in your repository, evaluating correctness, readability, efficiency, and security. It provides structured feedback including critical findings and improvement suggestions.

Can I review a GitHub pull request by its ID or URL?

Yes, you can review a GitHub pull request by providing its ID or URL. The skill utilizes GitHub CLI to checkout the remote pull request and runs project-specific preflight scripts to verify correctness and maintainability.

Does code review work with GitHub CLI for automated pull request checkout?

Yes, the code review process integrates with GitHub CLI to automatically checkout remote pull requests. This allows seamless verification of correctness, security, and error handling directly from GitHub URLs.

What does automated code review check for in my development workflow?

Automated code review checks for correctness, maintainability, readability, efficiency, security, and error handling. It generates structured feedback with a summary, critical findings, improvements, and a conclusion to ensure project standards.

Do I need preflight scripts to verify code during a pull request review?

Preflight scripts are utilized by the skill to verify code during a pull request review. They help ensure project-specific standards are met alongside the general checks for correctness, security, and efficiency.