github-code-review

Automate structured code reviews of local changes and GitHub PRs.

26|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/TeamSloppy/Sloppy --skill github-code-review-teamsloppy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/TeamSloppy/Sloppy/tree/main/Sources/sloppy/Resources/Skills/github-code-review
Command: npx skills add https://github.com/TeamSloppy/Sloppy --skill github-code-review-teamsloppy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review can be tedious and inconsistent. This Skill provides a structured approach to assessing local changes and GitHub PRs, delivering actionable feedback through diffs, inline comments, and formal reviews.

Core Features & Use Cases

  • Pre-push review: Inspect local changes against main to surface issues before pushing.
  • PR review: Analyze open or incoming PRs, summarize changes, and prepare inline comments.
  • Inline feedback: Generate targeted comments for specific files and lines to guide contributors.
  • Structured outputs: Produce a consistent review format suitable for quick onboarding and audits.

Quick Start

Run the skill to review your current branch against main or a PR to generate a structured code-review.

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 PR?

To automate code review for a GitHub PR, this Skill analyzes open pull requests using diff analysis and posts structured inline comments or formal review decisions directly to the PR via the gh CLI or REST API.

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

Yes, you can review local Git changes before pushing by running the Skill to inspect your current branch against main, surfacing potential issues and generating a structured review summary locally.

Does this code review automation support posting inline comments on specific files?

Yes, this code review automation supports posting inline comments on specific files and lines, generating targeted feedback to guide contributors directly within the GitHub PR interface.

What is the best way to generate structured feedback for GitHub pull requests?

The best way to generate structured feedback for GitHub pull requests is using an automated Skill that performs diff analysis and outputs a consistent review format suitable for quick onboarding and audits.

Do I need the gh CLI to automate structured GitHub PR reviews?

No, you do not strictly need the gh CLI to automate GitHub PR reviews, as the Skill supports both gh CLI and REST API workflows to post comments and review decisions to pull requests.

Why use automated diff analysis instead of manual code review for pull requests?

Automated diff analysis provides a structured approach to pull request review, reducing the tedious and inconsistent nature of manual code checks by delivering actionable, targeted inline feedback.