github-code-review

Analyze diffs and PR context to generate structured code review feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing code changes and PRs can be error-prone and time-consuming; this Skill auto-generates structured feedback, inline comments, and a clear review plan from diffs and PR data.

Core Features & Use Cases

  • PR diff analysis: automatically summarize changes and identify hotspots.
  • Inline comment suggestions: propose targeted comments for affected lines.
  • PR workflow automation: generate ready-to-submit review posts and checks.

Quick Start

Provide a PR URL or local changes and Hermes will generate a structured code review with inline comments and actionable suggestions.

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?

You can automate code reviews for GitHub pull requests by analyzing PR diffs and context to generate structured feedback. This Skill automatically summarizes changes, identifies hotspots, and creates inline comments for review-worthy lines.

What is the best way to generate inline comments on a PR diff?

Generating inline comments on a PR diff is best handled by analyzing the pull request context and affected lines. This approach proposes targeted comments directly on review-worthy lines to streamline the feedback process.

How do I create a structured review plan from local code changes?

To create a structured review plan from local code changes, provide the local diff data to the automation workflow. It will process the changes to generate a ready-to-submit review post with actionable suggestions.

Can I use automated PR workflow checks without installing external dependencies?

Yes, you can use automated PR workflow checks without external dependencies. This Skill operates independently to generate ready-to-submit review posts and checks from the provided diff metadata.

Why does automated code review help with error-prone pull requests?

Automated code review helps with error-prone pull requests by auto-generating structured feedback and inline comments from diffs. This reduces manual review time and ensures consistent code quality across local and GitHub workflows.

How do I summarize GitHub PR changes and identify hotspots?

To summarize GitHub PR changes and identify hotspots, the code review automation analyzes the diff and PR metadata. It extracts structural feedback to pinpoint critical areas requiring attention.