github-code-review

Automate code reviews on local commits and GitHub pull requests.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill github-code-review-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/519lab/thoth-agent/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/519lab/thoth-agent --skill github-code-review-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code changes, whether on local commits or on GitHub pull requests, saving time and improving code quality.

Core Features & Use Cases

  • Review Local Changes: Automate the review of local code changes before pushing to a repository.
  • GitHub PR Review: Automate the review of pull requests on GitHub, with support for inline comments and approval/rejection.
  • Use Case: Use this Skill to streamline the code review process in your team, ensuring that all pull requests are thoroughly reviewed before merging.

Quick Start

Run the github-code-review skill with the 'review' command followed by the branch or pull request number you want to 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 reviews on GitHub pull requests?

Automate GitHub pull request reviews by running the review command with the PR number. The Skill interacts with GitHub via CLI to provide inline comments and approve or reject changes automatically.

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

Yes, you can review local git commits before pushing. The Skill supports plain git interactions to analyze local code changes, helping you catch issues early and improve code quality.

Do I need GitHub CLI and authentication to review pull requests?

Yes, reviewing pull requests requires GitHub authentication and access to the relevant repository. The Skill uses GitHub CLI (gh) and git dependencies to interact with your codebase.

What's the best way to automate inline comments on a pull request?

Automate inline PR comments using this Skill with the GitHub CLI. It processes pull request changes and posts inline comments directly to GitHub, streamlining your team's review workflow.

Does this code review automation work with plain git or only GitHub PRs?

This code review automation works with both plain git and GitHub CLI interactions. You can evaluate local commits using standard git or review pull requests directly on GitHub.

Why is my automated PR review failing to access the repository?

Automated PR reviews fail when GitHub authentication is missing or repository access is denied. Ensure you have valid GitHub CLI credentials and proper permissions for the target repository.