github-code-review

Automate GitHub code reviews with inline PR comments via API or gh CLI.

23|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill github-code-review-neolabs-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/NeoLabs-Systems/NeoAgent/tree/main/server/catalog_sources/store-bundles/skills/github/github-code-review
Command: npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill github-code-review-neolabs-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamline the code review process by automatically analyzing code changes, providing inline comments on Pull Requests, and conducting comprehensive pre-push reviews.

Core Features & Use Cases

  • Code Change Analysis: Analyze git diffs to automatically identify potential issues before pushing code.
  • PR Code Review: Review Pull Requests on GitHub by analyzing diffs, adding inline comments, and performing thorough reviews.
  • Pre-Push Review: Conduct code reviews on local changes before pushing to a repository.

Quick Start

Use the github-code-review skill to review the current branch against the main branch before pushing.

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 reviews on GitHub pull requests?

To automate code reviews on GitHub pull requests, you can use this skill to analyze git diffs and add inline comments directly to the PR. It leverages GitHub's API or gh CLI to provide thorough, automated feedback on code changes.

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

Yes, you can review local git changes before pushing. The skill performs pre-push reviews by comparing your current branch against the main branch and analyzing the git diff to identify potential issues.

Do I need GitHub authentication to analyze git diffs?

Yes, GitHub authentication is required to analyze git diffs for PR reviews. The skill interacts with GitHub's API or gh CLI to read repository changes and post inline comments, ensuring secure access to your code.

What is the best way to add inline comments to a GitHub PR?

The best way to add inline comments to a GitHub PR is using an automated review skill. It analyzes the git diff of your pull request and integrates with GitHub's API to leave targeted, inline feedback on specific lines of code.

Does this pre-push review work with the gh CLI?

Yes, the pre-push review works with the gh CLI. It utilizes either GitHub's API or the gh CLI to analyze local code changes, identify potential issues, and streamline the review process before pushing.