github-code-review

Analyze git diffs and generate structured inline comments for GitHub PRs.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill github-code-review-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill github-code-review-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code changes by analyzing diffs and leaving structured feedback to speed up quality checks for local commits and PRs.

Core Features & Use Cases

  • Pre-push review of local diffs using git and diff outputs.
  • PR-level review on GitHub using gh or curl to fetch and comment on changes.
  • Structured feedback format with sections for critical issues, warnings, and suggestions, plus inline comments.
  • Flexible workflows supporting gh, git, or raw curl interactions for teams with varying toolchains.

Quick Start

Review the current changes by running the code-review workflow with rawclaw in your repository.

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 review for a GitHub pull request?

Review local git diffs before pushing by analyzing staged changes and outputting structured feedback. The workflow uses git to generate the diff, then provides inline comments and categorized suggestions to catch issues locally before they reach the remote repository.

Can I review local git diffs before pushing to a remote repository?

Review local git diffs before pushing by analyzing staged changes and outputting structured feedback. The workflow uses git to generate the diff, then provides inline comments and categorized suggestions to catch issues locally before they reach the remote repository.

Do I need the gh CLI installed to review pull request diffs?

Code review output is formatted into structured feedback with distinct sections for critical issues, warnings, and suggestions, alongside inline comments. This consistent format ensures developers can quickly parse and address feedback across local diffs and open pull requests.

What format does the automated code review feedback use?

Code review output is formatted into structured feedback with distinct sections for critical issues, warnings, and suggestions, alongside inline comments. This consistent format ensures developers can quickly parse and address feedback across local diffs and open pull requests.

Can I use curl to fetch GitHub PR changes for code review?

You can use curl to fetch GitHub PR changes for code review by interacting directly with the GitHub REST API. This allows teams without the gh CLI installed to still pull diffs and apply automated inline comments to their pull requests.