github-code-review

Analyze git diffs and generate inline comments on pull requests.

Updated Sep 1, 2021
One-click install
npx skills add https://github.com/unclehowell/unclehowell --skill github-code-review-unclehowell
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/unclehowell/unclehowell/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/unclehowell/unclehowell --skill github-code-review-unclehowell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes efficiently by analyzing diffs, surfacing issues, and automating reviewer feedback on PRs, reducing manual effort and speeding up reviews.

Core Features & Use Cases

  • Analyze local diffs and PRs to generate inline comments and PR-level feedback.
  • Support for gh CLI or git + GitHub REST API via curl for flexible workflows.
  • Pre-push and PR review workflows suitable for collaborative projects.

Quick Start

Run the github-code-review skill to generate a structured code review for the current branch, including inline comments and PR feedback.

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 on GitHub?▼

To automate code reviews and PR feedback, you can use a tool that analyzes git diffs and generates inline comments on pull requests, reducing manual effort and speeding up the review process.

How do I generate inline comments on pull requests from local diffs?▼

Generating inline comments on pull requests from local diffs involves running an automated review workflow that analyzes your uncommitted branch changes and maps the identified issues directly to specific lines in the GitHub PR.

Does automated PR review work with both gh CLI and curl?▼

Yes, automated PR review works with both gh CLI and curl. The tool supports flexible workflows by using either the gh CLI or standard git combined with the GitHub REST API accessed via curl.

Can I run a pre-push code review before submitting my pull request?▼

Yes, you can run a pre-push code review before submitting a pull request. The tool supports pre-push workflows, allowing you to analyze local diffs and catch issues locally before pushing changes to the remote repository.

What's the best way to enforce a structured code review workflow for collaborative projects?▼

The best way to enforce a structured code review workflow for collaborative projects is to use an automated tool that applies configurable checks, generates PR summaries, and posts inline feedback directly to the pull request.