github-code-review

Analyze git diffs and submit structured GitHub pull request reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, python3, and includes references (resource) components.

What problem does it solve?

This skill removes the friction from code reviews by automating the analysis of local changes and GitHub pull requests, ensuring consistent quality and security checks before code is merged.

Core Features & Use Cases

  • Automated Diff Analysis: Quickly compare local changes against main branches to identify potential bugs or security issues before pushing.
  • PR Workflow Integration: Manage the entire pull request lifecycle, including fetching branches, leaving inline comments, and submitting formal approvals or change requests.
  • Use Case: Use this skill to perform a comprehensive security and quality audit on a complex pull request, automatically flagging SQL injection risks and missing test coverage.

Quick Start

Ask the agent to review the current pull request by providing the PR number and requesting a full code quality analysis.

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 review for a GitHub pull request?

Automated code review for a GitHub pull request is done by analyzing diffs to provide structured feedback, flagging security risks, and submitting formal approvals or change requests via the gh CLI or REST API.

Can I review local git changes before pushing to a remote branch?

Yes, you can review local git changes by comparing them against main branches to identify potential bugs or security issues, ensuring consistent quality checks before pushing code to a remote repository.

Do I need the gh CLI to perform an automated pull request review?

You need either the gh CLI or authenticated REST API access to interact with GitHub repositories, alongside git and python3, to manage the pull request lifecycle including branch checkout and inline commenting.

What is the best way to add inline comments to a GitHub pull request automatically?

The best way to add inline comments automatically is by using an automated PR workflow integration that fetches branches, analyzes diffs, and leaves inline comments through the gh CLI or authenticated REST API.

Does automated diff analysis detect SQL injection risks in pull requests?

Automated diff analysis can detect SQL injection risks in pull requests by performing comprehensive security and quality audits on the code changes, ensuring vulnerabilities are flagged before merging.

What are the limitations of automated code quality audits for local branches?

Automated code quality audits for local branches require git, gh CLI, and python3 dependencies, and are limited to analyzing local diffs and GitHub pull requests rather than performing runtime execution checks.