github-code-review

Automate structured GitHub code reviews with diffs and inline comments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The GitHub Code Review skill automates the creation of structured feedback for code changes, consolidating diffs, inline comments, and a clear summary to speed up reviews.

Core Features & Use Cases

  • Pre-push review of local changes using diffs and file-level context
  • Pull request review workflows on GitHub with inline comments and formal reviews
  • Output an organized review report that helps maintain code quality and consistency

Quick Start

Install and run the GitHub code-review skill to generate a structured pre-push review of your changes.

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 a pull request code review with inline comments on GitHub?

Automating a pull request code review involves processing git diffs and submitting structured feedback via GitHub API calls. This skill generates inline comments and formal PR reviews, handling diff context to provide precise feedback directly on GitHub pull requests.

Can I check my local git diff for code quality issues before pushing to a remote repository?

Yes, you can check local git diffs for code quality issues before pushing. The skill performs pre-push reviews by analyzing local file changes and generating an organized review report to ensure consistency prior to remote integration.

What is a structured code review report and how does it help maintain consistency?

A structured code review report consolidates diffs, inline comments, and a clear summary to speed up reviews. It organizes feedback into a standardized format, helping maintain code quality and consistency across pre-push checks and pull request workflows.

Does this code review automation work with standard gh CLI workflows or do I need curl?

This code review automation supports both standard gh CLI workflows and curl-based API calls. It adapts to your available GitHub access methods, requiring only git and GitHub connectivity to process diffs and submit inline comments.

What's the best way to add inline comments to a pull request diff automatically?

The best way to add inline comments to a pull request diff automatically is using a review skill that parses file-level context and submits feedback via the GitHub API. This approach targets specific diff lines with structured, precise comments.