github-code-review

Generate structured code review feedback and inline comments for GitHub pull requests and local diffs.

Updated May 3, 2026
One-click install
npx skills add https://github.com/JuanMS20/solviora-agent --skill github-code-review-juanms20
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/JuanMS20/solviora-agent/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/JuanMS20/solviora-agent --skill github-code-review-juanms20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code changes and PRs to produce structured feedback and inline comments, helping teams improve code quality and consistency without manual triage.

Core Features & Use Cases

  • Local pre-push diff reviews using git diff to surface changes before commit.
  • Pull Request reviews on GitHub via gh or REST APIs, with a standardized Code Review Summary and inline comments.
  • End-to-end review workflows and checklists to ensure thorough QA before merging.

Quick Start

Run a full code-review pass on your current branch by fetching the PR diff with gh pr diff and generating structured, actionable 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 for GitHub pull requests?▼

Automate code reviews for GitHub pull requests by fetching PR diffs via gh or REST APIs to generate a structured Code Review Summary with inline comments. It surfaces file paths and line numbers for standardized feedback before merging.

Can I review local git diffs before pushing to a remote repository?▼

Review local git diffs before pushing by running a code-review pass on your current branch. The Skill evaluates local pre-push diffs to surface issues and generate structured feedback before you commit changes to a remote repository.

What is the best way to add inline comments to a GitHub PR diff?▼

Add inline comments to a GitHub PR diff by using a review tool that maps structured feedback directly to file paths and line numbers. This Skill generates inline comments alongside a Code Review Summary for thorough pull request evaluations.

Does this code review workflow require the GitHub CLI to function?▼

The code review workflow does not strictly require the GitHub CLI. It supports both gh-based and REST-based workflows, allowing you to fetch pull request diffs and generate structured feedback through your preferred API integration method.

How do I generate a standardized code review summary for my repository?▼

Generate a standardized code review summary by processing your pull request or local diffs through this Skill. It produces an end-to-end review checklist and outputs a structured Code Review Summary with actionable inline comments mapped to specific file paths.