github-code-review

Analyze diffs and generate structured code review feedback with prioritized categories.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill github-code-review-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill github-code-review-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces manual effort in code reviews by automatically analyzing diffs, detecting common issues, and generating actionable feedback.

Core Features & Use Cases

  • Diff inspection: highlights changes, potential hotspots, and risk areas.
  • Structured feedback: outputs a ready-to-share review with clear categories (Critical, Warnings, Suggestions).
  • Inline-comment guidance: suggests precise comments tied to modified lines to improve PR quality.
  • Integration-ready: works with gh, GitHub REST APIs, or standard git workflows.

Quick Start

Run the skill on a local repository to generate a structured review report and inline-comment suggestions for the active branch.

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 GitHub code reviews for my pull requests?

You can automate code reviews by analyzing branch diffs and generating structured, actionable feedback. The skill outputs a prioritized list of issues (Critical, Warnings, Suggestions) and optional inline comment guidance to improve PR quality.

Can I run a pre-push code review locally before sending a pull request?

Yes, you can run a local pre-push code review to check your active branch. It inspects your local diffs, highlights potential hotspots and risk areas, and generates a structured review report before you push to GitHub.

Does this code review automation work with the GitHub CLI and REST APIs?

Yes, code review automation is integration-ready and works with the GitHub CLI, GitHub REST APIs, and standard Git workflows. This allows you to incorporate automated diff inspection into your existing collaborative team review processes.

What is the best way to generate inline comments for a code review?

The best way to generate inline comments is by analyzing modified lines in the diff and producing precise comment guidance. This ensures feedback is tied directly to specific code changes, making the PR review clearer and more actionable.

How does automated diff inspection identify risk areas in a code review?

Automated diff inspection identifies risk areas by analyzing the changes in your pull request. It highlights potential hotspots and detects common issues, categorizing them into Critical, Warnings, and Suggestions to prioritize your code review efforts.