code-reviewer

Review local changes and remote pull requests for correctness and maintainability.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JansonXIE/sophon_cli --skill code-reviewer-jansonxie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/JansonXIE/sophon_cli/tree/main/.gemini/skills/code-reviewer
Command: npx skills add https://github.com/JansonXIE/sophon_cli --skill code-reviewer-jansonxie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams perform rigorous code reviews by analyzing local changes and remote pull requests for correctness, maintainability, and adherence to standards.

Core Features & Use Cases

  • Targeted reviews: Review local changes (staged or unstaged) or remote PRs by ID or URL.
  • Structured feedback: Evaluate correctness, maintainability, readability, and edge-case handling, with actionable recommendations.
  • Context-aware guidance: Read PR descriptions and comments to understand goals and history, and reference project conventions during analysis.

Quick Start

Ask the agent to review your local changes or a specific PR to start a thorough code review.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review a pull request by ID or URL for correctness and maintainability?

To review a pull request, you can provide the PR ID or URL to analyze code changes and assess correctness, maintainability, and adherence to project standards. It reads PR descriptions and comments to generate actionable feedback.

Can I review local staged or unstaged git changes before pushing?

Yes, you can review local git changes whether they are staged or unstaged. The analysis evaluates readability, edge-case handling, and overall code quality to provide actionable recommendations before you commit.

How does code review work with GitHub CLI and git commands?

Code review integrates with GitHub CLI and git commands to fetch remote PRs and local diffs. It applies verification scripts to perform preflight checks and analyze codebase changes contextually.

What is the best way to automate quality assurance checks on code diffs?

The best way to automate quality assurance on code diffs is using an agent to apply verification scripts and analyze changes. This process evaluates correctness, maintainability, and edge-case handling while referencing project conventions.

Does the code review process reference project conventions and PR history?

Yes, the code review process reads PR descriptions and comments to understand goals and history. It references project conventions during analysis to ensure changes adhere to established standards.