github-code-review

Automate code reviews on local git repositories and GitHub pull requests.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill github-code-review-ashiqcodeleaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/ashiqcodeleaf/long-Run-Agents/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill github-code-review-ashiqcodeleaf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code changes on local systems and GitHub pull requests, reducing the time and effort required for manual code reviews.

Core Features & Use Cases

  • Local Code Review: Automate code reviews on local changes before pushing to a repository.
  • GitHub PR Review: Review open pull requests on GitHub with inline comments and formal reviews.
  • Use Case: Integrate this Skill into your development workflow to streamline the code review process, ensuring code quality and security.

Quick Start

Run the github-code-review skill with the specific task, such as "reviewing a local branch or a GitHub pull request."

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 local git changes?

Automate code reviews on local git changes by running the skill within a git repository context. It utilizes local git commands to analyze your unpushed modifications and identify potential code quality and security issues before you commit.

Can I review GitHub pull requests with inline comments automatically?

Yes, you can review GitHub pull requests with inline comments and formal reviews automatically. The skill utilizes the GitHub API to interact with open PRs, requiring authenticated GitHub access to post feedback directly to the pull request.

Do I need authenticated GitHub access to review local branches?

You do not need authenticated GitHub access to review local branches, as local code reviews rely on git commands within your repository context. Authenticated GitHub access is only required when interacting with and posting reviews to GitHub pull requests.

What is the best way to integrate automated PR review into a development workflow?

The best way to integrate automated PR review into your development workflow is to run the skill on local changes before pushing and on open GitHub pull requests. This streamlines the code review process, ensuring code quality and security automatically.

Does this automated code review work without a git repository context?

No, this automated code review does not work without a git repository context. The skill requires a git repository environment to execute local git commands and properly analyze your code changes before pushing or reviewing pull requests.