github-code-review

Analyze code diffs and generate structured GitHub PR review feedback.

14|2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/gquthier/CLAWG --skill github-code-review-gquthier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/gquthier/CLAWG/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/gquthier/CLAWG --skill github-code-review-gquthier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews of code changes can be time-consuming and prone to oversight. This skill guides developers to analyze diffs, surface issues, and provide structured feedback for pre-push checks and GitHub PRs.

Core Features & Use Cases

  • Pre-push review: analyze staged and unstaged changes to catch issues before pushing.
  • PR review guidance: generate inline comments and high-level summaries for GitHub pull requests.
  • Structured feedback: present findings in a consistent format that teammates can act on.
  • Educational context: provide best-practice recommendations for code quality and security.

Quick Start

Run the github-code-review skill in your CLAWG workflow to start analyzing your changes and generating actionable 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 generate inline comments for a GitHub pull request review?

To generate inline comments for a GitHub pull request review, this skill analyzes file diffs and suggests structured feedback directly on the code changes. It enforces a consistent review format to help teammates act on findings.

Can I run a local code review on staged changes before pushing to git?

Yes, you can run a local code review on staged changes before pushing to git. The skill analyzes unstaged and staged diffs to catch issues early and provides educational context for code quality and security best practices.

What is the best way to provide structured feedback on code diffs?

The best way to provide structured feedback on code diffs is to use a consistent review template. This skill surfaces issues and presents them in an actionable format, accelerating peer feedback and generating high-level post-review summaries.

Does this code review skill work without external dependencies?

Yes, this code review skill works without external dependencies. It operates directly within your CLAWG workflow to analyze file changes and suggest improvements without requiring additional components or setup.

How do I get a post-review summary for a GitHub PR?

To get a post-review summary for a GitHub PR, the skill evaluates the pull request diffs and compiles the findings into a high-level overview. This helps developers quickly understand the overall quality and security posture of the changes.