github-code-review

Analyze local git changes and GitHub pull requests for code review feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the cognitive load and inconsistency of manual code reviews by providing a structured, systematic approach to evaluating local changes and GitHub pull requests.

Core Features & Use Cases

  • Local Pre-Push Review: Analyze staged changes for security vulnerabilities, debug statements, and code quality issues before they ever reach the repository.
  • Automated PR Analysis: Fetch PR metadata, diffs, and file changes to perform comprehensive reviews, including inline comments and formal approval workflows.
  • Standardized Feedback: Use a consistent, severity-based framework to provide clear, actionable feedback to developers, ensuring critical issues like SQL injection or plaintext secrets are never missed.

Quick Start

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

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

Automated code review for GitHub pull requests fetches PR metadata and diffs via the GitHub API to perform systematic analysis and generate structured feedback. It supports inline comments and formal approval workflows to streamline collaborative PR reviews.

Can I check local git changes for security vulnerabilities before pushing?

Yes, you can analyze staged local git changes for security vulnerabilities, debug statements, and quality issues before pushing. This pre-push review inspects your local git environment to catch plaintext secrets or SQL injection risks early.

What do I need to review pull requests automatically?

To review pull requests automatically, you need authenticated access to the GitHub API and a local git environment. These dependencies allow the system to fetch PR diffs and perform comprehensive code inspections.

How does automated PR analysis handle code quality feedback?

Automated PR analysis handles code quality feedback by using a severity-based framework to provide clear, actionable insights. It evaluates diffs systematically to ensure critical issues are never missed during the review process.

Does automated code review work with local git environments?

Yes, automated code review works with local git environments by analyzing staged changes directly. It performs comprehensive code inspections locally before changes reach the repository, ensuring quality and security early.