github-code-review

Analyze git diffs and GitHub pull requests to generate structured code reviews.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill github-code-review-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill github-code-review-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers often need comprehensive code reviews before pushing changes or merging pull requests, which can be time‑consuming and error‑prone.

Core Features & Use Cases

  • Local pre‑push review: Generates a structured review of staged diffs directly from git.
  • GitHub PR review: Retrieves PR details via the gh CLI or GitHub REST API, posts inline comments, and can approve or request changes.
  • Automated feedback format: Outputs findings categorized as Critical, Warnings, Suggestions, and Looks Good.
  • Flexible authentication: Works with gh authentication or falls back to a stored GitHub token.

Quick Start

Ask the skill to “review my code before I push” and it will analyze the current git diff and return a structured 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 for GitHub pull requests?

Automated code reviews for GitHub pull requests analyze diffs via the gh CLI or REST API, then post inline comments categorized as Critical, Warnings, or Suggestions. This eliminates manual line-by-line checks before merging code changes.

Can I review my staged git diff locally before pushing?

You can review staged git diffs locally before pushing by generating a structured analysis directly from git. The output categorizes findings into Critical issues, security Warnings, Suggestions, and Looks Good without needing remote repository access.

How does automated code review handle GitHub authentication?

Automated code review handles GitHub authentication by using existing gh CLI authentication, or falling back to a stored GitHub token for REST API requests. This flexible approach ensures secure access for posting comments or approving pull requests.

Do I need the gh CLI to post review comments on GitHub PRs?

You do not need the gh CLI to post review comments on GitHub PRs. The review process supports both gh CLI and REST API scenarios, allowing you to post inline comments and request changes using a stored GitHub token instead.

What is the best way to detect critical issues and security warnings in a git diff?

The best way to detect critical issues and security warnings in a git diff is to run an automated review that structures feedback into categorized severity levels. This process highlights critical bugs and security vulnerabilities directly within your code changes.