code-reviewer

Review local changes and GitHub pull requests for code quality.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill code-reviewer-hiroyukimakita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/HiroyukiMakita/dev-kintone-plugin/tree/main/.opencode/skills/code-reviewer
Command: npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill code-reviewer-hiroyukimakita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring code quality, maintainability, and adherence to project standards for both local changes and remote pull requests.

Core Features & Use Cases

  • Review Local Code: Analyze staged and unstaged changes in your local repository.
  • Review Remote PRs: Checkout and review code from GitHub Pull Requests.
  • Comprehensive Analysis: Evaluates correctness, maintainability, readability, efficiency, security, and error handling.
  • Structured Feedback: Provides clear, constructive feedback with actionable insights.

Quick Start

Review the current local code changes for correctness and adherence to standards.

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 changes in a GitHub Pull Request for maintainability and security?

You can review a GitHub Pull Request by providing its number or URL. The assistant checks out the PR using GitHub CLI and analyzes the code for maintainability, security, and adherence to project standards.

Can I review local staged and unstaged code changes for correctness and efficiency?

Yes, you can review local code changes. The assistant analyzes both staged and unstaged files in your local repository, evaluating them for correctness, efficiency, readability, and error handling.

Do I need GitHub CLI installed to analyze remote pull requests?

Yes, GitHub CLI is required. The assistant uses GitHub CLI to checkout remote pull requests identified by number or URL before running standard project verification suites and performing the code review.

What is the best way to ensure my code adheres to project standards before creating a PR?

Reviewing local changes before pushing is the best approach. The assistant evaluates your staged and unstaged local code changes for readability, security, and project standards adherence, providing structured actionable feedback.

What does automated code analysis evaluate besides basic correctness?

Beyond correctness, automated code analysis evaluates maintainability, readability, efficiency, security, error handling, and adherence to project standards, providing clear and constructive structured feedback for developers.

Does this code review tool work with both local file system changes and remote GitHub PRs?

Yes, it supports both workflows. You can analyze local file system changes including staged and unstaged modifications, or checkout and review remote GitHub Pull Requests directly using their number or URL.