github-code-review

Automate structured code reviews for local git diffs and GitHub pull requests.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill github-code-review-chris-chai-minjae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill github-code-review-chris-chai-minjae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It standardizes and speeds up the code-review process by automating the preparation, analysis, and commenting steps for local changes and pull requests.

Core Features & Use Cases

  • Pre-push and PR review workflow automation, ensuring consistent feedback structure and actionable comments.
  • Supports both local git-based reviews and PRs on GitHub via gh CLI or REST-like flows with curl.
  • Provides a repeatable review template and output for integration with team processes and audits.

Quick Start

Run Hermes Agent to review your current branch for PR readiness.

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 local git changes before a pull request?▼

Automating code reviews for local git changes involves running the Hermes Agent to analyze your current branch diffs, providing standardized output and actionable comments to ensure PR readiness.

Can I automate pull request reviews directly on GitHub using gh CLI?▼

Yes, you can automate pull request reviews on GitHub via gh CLI or curl-based REST interactions to fetch PR data, analyze code changes, and submit standardized comments directly to the repository.

What is the best way to standardize code review comments for a development team?▼

Standardizing code review comments is best achieved by using a repeatable review template that outputs consistent, structured feedback, ensuring team process integration and audit readiness.

Does this code review automation work without external dependencies?▼

Yes, the code review automation works without external dependencies, relying solely on local git commands and standard command-line tools like gh CLI or curl for GitHub API interactions.

How do I prepare a local branch for pull request readiness?▼

Preparing a local branch for pull request readiness requires executing the pre-push review workflow to analyze git diffs, identify potential issues, and generate actionable feedback before submission.

Are there limitations when using curl for GitHub PR review automation?▼

When using curl for GitHub PR review automation, limitations include manually handling API authentication, pagination, and error responses, unlike the native gh CLI which manages these REST interactions automatically.