github-code-review

Automate GitHub pull request code reviews with local analysis and inline comments.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/DifanaDAP/hermes-backup --skill github-code-review-difanadap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/DifanaDAP/hermes-backup/tree/main/workspace/skills/github/github-code-review
Command: npx skills add https://github.com/DifanaDAP/hermes-backup --skill github-code-review-difanadap

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 for GitHub pull requests, providing a comprehensive set of tools for code analysis and feedback.

Core Features & Use Cases

  • Local Code Review: Analyze local changes before pushing to GitHub.
  • PR Review: Examine open pull requests on GitHub with detailed diff analysis.
  • Inline Comments: Leave detailed feedback directly on the code within the PR.
  • Review Checklist: Follow a structured checklist to ensure code quality and security.

Quick Start

Run the 'github-code-review' skill to initiate a code review on your local changes or a specific pull request.

Frequently Asked Questions about github-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a GitHub pull request locally before approving?

Review a GitHub pull request locally by fetching the PR diff using git and analyzing the code changes before pushing feedback. This Skill automates local code analysis to examine open PRs without merging them.

Can I leave inline comments on a PR using the GitHub API?

Yes, you can leave inline comments on a PR using the GitHub API. This Skill utilizes the GitHub API to enable leaving detailed feedback directly on the specific code lines within the open pull request.

Do I need gh and python3 installed to automate code review?

Yes, you need gh, python3, git, and curl installed to automate code review. This Skill requires these dependencies to execute git commands, interact with the GitHub API, and run local code analysis scripts.

How does a structured checklist help with GitHub code analysis?

A structured checklist helps with GitHub code analysis by ensuring code quality and security are verified systematically. This Skill provides a review checklist to guide the feedback process for open pull requests.

Does GitHub authentication work with local code review scripts?

GitHub authentication works with local code review scripts to access repository data. This Skill requires authentication with GitHub to utilize API calls for pulling request diffs and submitting detailed feedback.