github-code-review

Analyze git diffs and PR changes to generate structured code review feedback.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill github-code-review-simon-copilot-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/github/github-code-review
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill github-code-review-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

Core Features & Use Cases

  • Pre-push review of local changes using git diff to catch issues before pushing.
  • PR reviews on GitHub via gh CLI or REST API with inline comments and summary feedback.
  • Structured feedback including a concise Code Review Summary and suggested fixes.

Quick Start

Invoke the skill to review your current branch for pre-push issues and open PR inline comments on GitHub.

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

You can automate code review on a GitHub pull request by analyzing git diffs and posting structured feedback. This skill generates a Code Review Summary with inline comments directly on PRs using either the gh CLI or git and curl.

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

Yes, you can review local git changes before pushing by analyzing your current branch diff. This skill performs pre-push checks to catch issues locally, providing structured feedback and suggested fixes before you push.

Do I need the gh CLI installed to leave inline comments on a PR?

No, you do not need the gh CLI installed to leave inline comments. This skill supports gh CLI but can fall back to using git and the GitHub REST API via curl to post PR-level feedback.

What is included in the structured feedback for a pull request review?

The structured feedback for a pull request review includes a concise Code Review Summary, suggested fixes, and inline comments. It analyzes git diffs to provide actionable PR-level feedback on code changes.

How do I run a pre-push check on my current git branch?

To run a pre-push check on your current git branch, invoke the skill to analyze local diffs. It reviews your unpushed changes to catch issues before you push, generating a structured review summary.