github-code-review

Review local git diffs and GitHub pull requests with structured feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you catch bugs, security issues, and quality problems in code changes before they reach production by enabling fast review of both local diffs and GitHub pull requests.

Core Features & Use Cases

  • Local pre-push review: Review staged changes or compare your branch against main to quickly spot risky patterns like TODOs, secrets, or merge conflicts.
  • GitHub PR review (gh or REST): View PR diffs, check changed files, comment generally or inline, and submit approve/request-changes reviews.
  • Structured feedback output: Produces a clear summary format (Critical / Warnings / Suggestions / Looks Good) so review results are easy to act on.

Quick Start

Ask the AI to review PR number 123 on GitHub and include inline comments for any Critical or Warning issues it finds.

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 with inline comments?

To review a GitHub pull request, the Skill analyzes changed files in the PR diff and generates actionable inline comments for Critical or Warning issues. It submits formal approve or request-changes reviews through the gh CLI or REST API paths.

Can I check my local git diff for issues before pushing to GitHub?

Yes, you can review local git diffs before pushing by analyzing staged changes or comparing your branch against main. The Skill spots risky patterns like TODOs, secrets, and merge conflicts to validate code quality pre-push.

How does code review feedback get structured for pull requests?

Code review feedback is structured into a clear summary format categorized as Critical, Warnings, Suggestions, and Looks Good. This makes review results easy to act on and prioritize during pull request inspection.

Do I need a GitHub token to review pull requests?

Yes, you need an authenticated GitHub context and a local git repository to review pull requests. The Skill optionally resolves GITHUB_TOKEN to meet PR interaction requirements for posting inline comments and submitting reviews.

What is the best way to automate security checks on git diffs?

Automating security checks on git diffs involves analyzing changed files to catch bugs, secrets, and quality problems before production. This Skill fits developer workflows by generating actionable feedback on local diffs and GitHub pull requests.