github-code-review

Analyze git diffs and generate structured inline review comments.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ever-oli/io --skill github-code-review-ever-oli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/ever-oli/io/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/ever-oli/io --skill github-code-review-ever-oli

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Code review is often time-consuming and error-prone; this skill automates the process by analyzing git diffs, surfacing actionable inline comments, and producing a shareable PR review summary.

## Core Features & Use Cases

  • Analyzes local diffs and GitHub PR changes to surface actionable feedback.
  • Generates inline comments with targeted line references and rationale.
  • Produces a formal PR review summary to be posted to GitHub.

### Quick Start Invoke the skill on a PR or local diff to start generating feedback.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I automate code reviews on a GitHub pull request?

You can generate inline code review comments from a local diff by analyzing staged changes before pushing. This skill parses local git diffs to produce actionable feedback with targeted line references and rationale, helping you catch issues early.

Can I generate inline comments for local git diffs before pushing?

Yes, you can generate inline comments for local git diffs before pushing. The skill analyzes local staged changes to surface actionable feedback with specific line references, allowing you to catch and fix issues locally before opening a pull request.

Does this code review skill require the gh CLI to work?

The gh CLI is not strictly required for the code review skill to work. It handles local diffs independently, but offers optional gh integration to analyze GitHub PR changes and export formal review summaries directly to the platform.

What is the best way to post a structured review summary to GitHub?

The best way to post a structured review summary to GitHub is by parsing merged diffs and generating a formal review output. This skill produces a shareable PR review summary that can be posted directly using optional gh integration.

How do inline comments from automated code review pinpoint issues?

Inline comments from automated code review pinpoint issues by parsing the git diff and mapping feedback to specific line references. The generated comments include targeted rationale, ensuring the developer understands exactly where and why a change is needed.