github-code-review

Automate GitHub code reviews with git diff and inline comments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the code review process on GitHub, enabling inline comments and pre-push analysis for improved code quality and collaboration.

Core Features & Use Cases

  • Pre-Push Code Review: Analyze local code changes before pushing to a repository.
  • Pull Request Review: Review and provide feedback on open pull requests.
  • Inline Comments: Leave detailed comments on specific lines of code within pull requests.
  • Automated Setup: Configure environment variables and authentication for GitHub operations.
  • Use Case: Ideal for teams that require automated code review and quality assurance to maintain high standards.

Quick Start

Use the github-code-review skill to review your code before pushing it to the 'main' 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 pull request reviews with inline comments?

Automate GitHub pull request reviews by utilizing git diff and the GitHub API to analyze changes and leave inline comments on specific code lines. This streamlines feedback and maintains code quality in development workflows.

Can I run a pre-push code review on local changes before committing to GitHub?

Yes, pre-push analysis evaluates local code changes before they reach the repository. This helps identify issues early, ensuring code quality standards are met before pushing to the main branch.

Do I need the gh CLI to review pull requests on GitHub?

You need either the 'gh' CLI or GitHub API access configured for pull request operations. Environment variables and authentication must be set up to interact with GitHub repositories and post inline comments.

What's the best way to leave inline feedback on specific lines of code in a pull request?

Use GitHub API integration to post inline comments directly on specific lines of code within pull requests. This enables detailed, targeted feedback for collaboration and automated code quality assurance.

Does this code review approach work for team-based development workflows?

Yes, this approach is ideal for teams requiring automated code review and quality assurance. It integrates into existing development workflows to manage pull requests and maintain high standards through inline comments.

Why do I need to configure environment variables for GitHub code review?

Configuring environment variables handles automated setup and authentication for GitHub operations. This ensures secure API access needed to analyze diffs and post inline comments on pull requests.