github-code-review

Analyzes git diffs and posts inline comments on GitHub PRs.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ragnarokhaa/hermes --skill github-code-review-ragnarokhaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/ragnarokhaa/hermes/tree/main/hermes-cerul-tech-news-package/hermes-cerul-tech-news-package/hermes-agent/skills/github/github-code-review
Command: npx skills add https://github.com/ragnarokhaa/hermes --skill github-code-review-ragnarokhaa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process by automating the analysis of git diffs, leaving inline comments on PRs, and performing thorough pre-push review, ensuring code quality and consistency.

Core Features & Use Cases

  • Automated Code Review: Analyze git diffs and leave inline comments on PRs.
  • Pre-Push Review: Perform code reviews on local changes before pushing.
  • GitHub Integration: Works with gh CLI or GitHub REST API for PR-level interactions.
  • Use Case: Enhance your development workflow by integrating this Skill into your GitHub-based projects to automate code reviews and maintain high standards of code quality.

Quick Start

Run the github-code-review skill to review the code in your current 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 code reviews on GitHub pull requests?

You can automate GitHub pull request code reviews by analyzing git diffs and leaving inline comments directly on the PR. This process requires GitHub authentication and operates within a local git repository to evaluate code quality.

Can I run a code review on local git changes before pushing?

Yes, you can perform pre-push code reviews by analyzing your local git changes before pushing them. This allows you to evaluate code quality and catch issues locally before interacting with GitHub pull requests.

Do I need the gh CLI to leave inline comments on a GitHub PR?

No, using the gh CLI is not strictly required as you can use the GitHub REST API via curl for PR-level interactions. Both methods support leaving inline comments on pull requests after analyzing git diffs.

What dependencies are required to automate git diff analysis for code quality?

Automating git diff analysis for code quality requires git, gh, curl, and python3. These dependencies enable the environment to analyze local changes, interact with the GitHub API, and perform thorough code reviews.

What is the best way to maintain code quality consistency across GitHub PRs?

The best way to maintain code quality consistency across GitHub PRs is to integrate automated code review into your workflow. This approach analyzes git diffs and leaves inline comments on pull requests to enforce standards before merging.