code-review

Analyze GitHub Pull Request diffs for correctness, risk, and standards compliance.

2|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/chichex/skills --skill code-review-chichex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/chichex/skills/tree/main/codex/code-review
Command: npx skills add https://github.com/chichex/skills --skill code-review-chichex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill solves the problem of superficial or inconsistent code reviews by providing a structured, multi-axis analysis of Pull Requests against the actual codebase, project standards, and functional specifications.

Core Features & Use Cases

  • Multi-Axis Analysis: Evaluates code across three distinct pillars: Correctness & Risk, Standards compliance, and Specification alignment.
  • Evidence-Based Reporting: Generates detailed findings with specific file/line references, severity levels, and confidence scores.
  • Safe Interaction: Provides a secure gate that previews comments before posting, ensuring the user maintains full control over GitHub interactions.

Quick Start

Invoke the code-review skill by providing the pull request number or URL to initiate a comprehensive analysis of the changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a comprehensive code review on a GitHub pull request?

To perform a code review on a GitHub pull request, you provide the PR number or URL to run a multi-axis analysis that evaluates code correctness, risk, and standards compliance directly within your local repository context.

Does the code review process check pull requests against functional specifications?

Yes, code review evaluates pull requests against functional specifications by verifying specification alignment to ensure changes meet documented conventions and project requirements.

How does this pull request analysis handle posting comments to GitHub?

Pull request analysis handles GitHub interactions safely by generating a preview of detailed findings for user confirmation before securely posting any comments via GitHub CLI integration.

Do I need GitHub CLI installed to review pull requests locally?

Yes, you need GitHub CLI installed because it is a required dependency to fetch PR metadata and perform safe, user-confirmed review postings during local repository analysis.

What is the best way to automate quality assurance checks on GitHub PRs?

The best way to automate quality assurance on GitHub PRs is using multi-axis static analysis that evaluates diffs across correctness, standards, and specifications, producing evidence-based findings with severity levels and confidence scores.

Can I review code changes without modifying my local repository environment?

Yes, you can review code changes without modifications because the analysis operates securely within the local repository context to verify correctness and risk while preserving your environment state.