github-code-review

Analyze diffs and generate structured feedback for GitHub PRs.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/1thirteeng3/greenmoire --skill github-code-review-1thirteeng3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/1thirteeng3/greenmoire/tree/main/integrations/hermes-agent/skills/github/github-code-review
Command: npx skills add https://github.com/1thirteeng3/greenmoire --skill github-code-review-1thirteeng3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes efficiently by analyzing diffs, generating actionable feedback, and guiding PR discussions.

Core Features & Use Cases

  • Analyze local diffs and summarize changes
  • Generate inline comments and PR-level feedback
  • Works with gh CLI or via git + GitHub REST API using curl for flexibility
  • Supports pre-push and PR reviews in local and remote workflows

Quick Start

Review the current branch against main and optionally post inline comments to a PR.

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 and PR feedback for GitHub pull requests?

Automate code reviews by analyzing git diffs and generating structured, actionable feedback. The Skill works with local development workflows and remote GitHub PRs to summarize changes and guide discussions.

How do I generate inline comments on a GitHub PR using a diff analysis tool?

Generate inline comments and PR-level feedback by analyzing pull request diffs. The Skill fetches PR details and posts structured review comments directly to the GitHub pull request discussion.

Can I use the GitHub CLI to automate pull request code reviews?

Yes, you can automate pull request code reviews using the gh CLI. The Skill also supports git combined with GitHub REST API interactions using curl for added workflow flexibility.

What do I need to configure before automating GitHub PR feedback?

You need a configured git repository, a valid GitHub token, and access to fetch diffs and PR details. These prerequisites allow the tool to analyze changes and post comments to GitHub.

Does this code review automation work for local pre-push workflows?

Yes, the code review automation supports pre-push workflows by analyzing local diffs against your main branch. It summarizes local changes to provide feedback before you push commits to a remote repository.