github-code-review

Review local git changes and GitHub pull requests for security and quality issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill streamlines the code review process by providing a systematic way to analyze local changes or GitHub pull requests, ensuring high code quality and security before merging.

Core Features & Use Cases

  • Local Pre-Push Review: Analyze staged changes or diffs against the main branch to catch bugs, secrets, or style issues before pushing.
  • Automated PR Analysis: Fetch PR details, list changed files, and perform comprehensive reviews including security, correctness, and performance checks.
  • Structured Feedback: Generate professional, categorized review summaries (Critical, Warnings, Suggestions) for clear communication with team members.

Quick Start

Ask the agent to review the current pull request by providing the PR number to initiate the automated analysis and feedback workflow.

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

Automate GitHub pull request reviews by fetching PR details via the GitHub API, analyzing changed files for security vulnerabilities, logic errors, and quality issues, and generating structured, actionable feedback summaries for your team.

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

Yes, you can review local git changes by analyzing staged changes or diffs against the main branch. This pre-push review catches bugs, secrets, and style issues in your local code before pushing to the remote repository.

What is the best way to structure code review feedback for team members?

The best way to structure code review feedback is by generating professional, categorized summaries. Reviews are divided into Critical, Warnings, and Suggestions, ensuring clear communication of security, correctness, and performance checks to team members.

Do I need the gh CLI installed to analyze remote pull requests?

Yes, analyzing remote GitHub pull requests requires the gh CLI, along with git, curl, and python3. These dependencies allow the tool to integrate with the GitHub API and execute local git commands for comprehensive code analysis.

How does automated PR analysis handle logic errors and performance checks?

Automated PR analysis handles logic errors and performance checks by systematically evaluating code contributions fetched from GitHub. It integrates local git commands and API data to provide actionable feedback on correctness and performance improvements.