github-code-review

Automate GitHub Pull Request reviews via CLI tools and GitHub API.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill github-code-review-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/skills/github/github-code-review
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill github-code-review-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates code reviews and Pull Request management on GitHub, streamlining the review process and saving time.

Core Features & Use Cases

  • Local Code Review: Review local changes before pushing or committing to a repository.
  • PR Review: Analyze and provide feedback on open Pull Requests on GitHub.
  • Automated Checks: Run automated checks such as tests and linters before review.
  • Documentation: Offers a detailed checklist for code reviews and PR management.

Quick Start

Run the 'github-code-review' skill to initiate a review of the current local 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 GitHub code reviews for my open Pull Requests?

You can automate GitHub code reviews by running this Skill to analyze open Pull Requests and local changes. It uses the GitHub API and CLI tools to check code before merging.

Can I check local git changes before pushing to a GitHub repository?

Yes, you can review local git changes before committing. The Skill analyzes local modifications to catch issues early, requiring only the 'gh' or 'git' command-line tools.

Do I need Python to run automated checks on GitHub Pull Requests?

Yes, Python is required for executing the scripts that automate the PR review checks. You also need 'gh' or 'git' installed for command-line interactions with GitHub.

What's the best way to run linters and tests before a PR review?

The best way is to use an automated workflow that runs tests and linters before reviewing code. This Skill integrates those automated checks into the Pull Request management process.

Does the github-code-review Skill work with both the GitHub API and CLI?

Yes, the github-code-review Skill supports both the GitHub API and CLI tools. It uses 'gh' or 'git' for command-line interactions to analyze Pull Requests and local changes.

When do I need a checklist for GitHub PR management?

You need a checklist for GitHub PR management when standardizing code review processes. This Skill provides a detailed checklist to ensure consistent quality before merging changes.