github-code-review

Analyze diffs and generate structured review feedback for pull requests.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/quiznat/Hermes_Sapho --skill github-code-review-quiznat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/quiznat/Hermes_Sapho/tree/main/.hermes/skills/github/github-code-review
Command: npx skills add https://github.com/quiznat/Hermes_Sapho --skill github-code-review-quiznat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reviewing code changes and coordinating feedback across PRs is time-consuming and error-prone. This Skill automates core review workflows and helps ensure consistent quality across code reviews.

Core Features & Use Cases

  • Analyze diffs and surface high-risk changes before review.
  • Add inline comments on PRs and generate a structured review summary for maintainers.
  • Support both gh CLI workflows and git+curl REST API interactions for PR reviews.

Quick Start

Execute a local review against the current branch and push a PR to trigger automated inline comments and a PR-level summary.

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 pull requests?

Automate inline code review comments by analyzing git diffs and PR metadata to generate structured feedback. This skill targets local branch reviews and GitHub pull requests to produce actionable inline comments and a consolidated review summary.

Can I add inline comments to a GitHub PR using the gh CLI?

Yes, you can add inline comments to a GitHub PR using the gh CLI. This skill supports gh CLI workflows alongside git and curl REST API interactions to automate PR reviews and push structured feedback directly to the pull request.

What is the best way to surface high-risk changes before a code review?

Surface high-risk changes before a code review by analyzing git history and diffs. This skill evaluates pull request diffs and metadata to identify potential issues early, ensuring consistent quality across automated code reviews.

Do I need special dependencies to automate PR review feedback?

You do not need special dependencies to automate PR review feedback beyond standard tools. This skill operates using existing git history and either the gh CLI or git and curl REST API interactions to analyze diffs and generate review summaries.

Does automated code review work for local branch reviews?

Automated code review works for local branch reviews by analyzing your current git diff and history. The skill can execute a local review against your active branch and later push a PR to trigger automated inline comments and a summary.