github-code-review

Automate code review for GitHub pull requests and local diffs.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill github-code-review-lxh755818-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/github/github-code-review
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill github-code-review-lxh755818-bot

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 simplifies the code review process by integrating with GitHub, allowing users to review local changes before pushing or to review open pull requests directly on GitHub.

Core Features & Use Cases

  • Local Code Review: Perform code reviews on local changes before pushing.
  • GitHub PR Review: Review open pull requests on GitHub.
  • Review Strategies: Offers different commands for reviewing changes, including getting diffs, checking for common issues, and leaving structured feedback.
  • GitHub Interaction: Provides instructions for viewing PR details, checking out PRs locally, leaving comments, and submitting formal reviews.

Quick Start

Run the review-local-changes command to review local changes before pushing your code.

Frequently Asked Questions about github-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review local git changes before pushing to GitHub?

Run the `review-local-changes` command to analyze local git diffs and check for common issues before pushing code to GitHub.

Can I review open GitHub pull requests directly from my local environment?

Yes, you can review open GitHub pull requests directly by using GitHub API interactions to view PR details, checkout PRs locally, leave comments, and submit formal reviews.

What's the best way to automate structured feedback for pull requests?

Automate structured feedback for pull requests by integrating git commands and the GitHub API to fetch diffs, identify common issues, and submit formal reviews directly to the PR.

Do I need specific tools installed to use GitHub code review automation?

Yes, GitHub code review automation requires git, gh, curl, and python3 installed in your environment to execute local diffs, API interactions, and review processes.

How does GitHub PR review handle both local code diffs and remote PR interactions?

GitHub PR review handles both local code diffs and remote PR interactions by executing local git commands for staged changes and utilizing the GitHub API for remote pull request management.