github-code-review

Automate GitHub code reviews with inline comments and PR analysis.

Updated May 3, 2026
One-click install
npx skills add https://github.com/eliottbusiness/DeptFlow-Agent --skill github-code-review-eliottbusiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/eliottbusiness/DeptFlow-Agent/tree/main/profile/skills/github/github-code-review
Command: npx skills add https://github.com/eliottbusiness/DeptFlow-Agent --skill github-code-review-eliottbusiness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, curl, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code reviews on GitHub, allowing users to perform code reviews, leave inline comments, and analyze pull requests without manual intervention.

Core Features & Use Cases

  • Automated Code Review: Review local changes before pushing or analyze open pull requests on GitHub.
  • Inline Comments: Leave detailed comments on specific lines of code.
  • PR Analysis: View PR details, list changed files, and analyze code changes.
  • Use Case: A developer uses this Skill to automatically review code changes made by a team member in a pull request, saving time and ensuring code quality.

Quick Start

Run the github-code-review skill with the PR number to automatically review the code 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 code reviews and leave inline comments on GitHub pull requests?

You can automate code reviews by running the github-code-review skill with a pull request number to analyze changes and post inline comments directly on GitHub. It uses git commands and API interactions to review local changes or open pull requests without manual intervention.

Can I analyze local git changes before pushing to GitHub?

Yes, you can analyze local code changes before pushing by running the github-code-review skill in your local git repository. It supports reviewing local modifications alongside analyzing open pull requests on GitHub.

What do I need to set up to run automated GitHub pull request analysis?

You need a local git repository, GitHub authentication, and the git, gh, curl, and python3 dependencies installed to run automated pull request analysis. These tools allow the skill to interact with the GitHub API and manage local repository data.

Does the automated code review process support viewing changed files and PR details?

Yes, the automated code review process supports viewing pull request details, listing changed files, and analyzing code changes. It extracts this information using GitHub API interactions to provide a comprehensive review of the modifications.

How do I leave inline comments on specific lines of code during a GitHub code review?

To leave inline comments on specific lines of code, run the github-code-review skill against the target pull request. It automates leaving detailed inline comments by interacting directly with the GitHub API based on the analyzed code changes.

Is this GitHub code review tool suitable for checking a team member's pull request automatically?

Yes, this tool is suitable for automatically reviewing a team member's pull request. A developer can use it to automatically analyze code changes, saving time and ensuring code quality without manual intervention.