github-code-reviewer

Identify high-severity issues in GitHub pull requests and leave inline comments.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/fghaffar/claude-cursor-setup --skill github-code-reviewer-fghaffar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-reviewer
Source: https://github.com/fghaffar/claude-cursor-setup/tree/main/skills/github-code-reviewer
Command: npx skills add https://github.com/fghaffar/claude-cursor-setup --skill github-code-reviewer-fghaffar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams review GitHub Pull Requests with surgical precision by flagging only critical issues and leaving succinct inline comments on affected lines, reducing noise and accelerating decisions.

Core Features & Use Cases

  • Fetch PR metadata and diffs
  • Identify high-severity issues (bugs, security, performance, breaking changes)
  • Leave inline comments on specific lines
  • Submit reviews via GitHub API as comments (without changing PR status)

Quick Start

  • Invoke Claude to review a PR with a URL or number: "Review PR https://github.com/owner/repo/pull/123"
  • Ensure GitHub CLI (gh) is installed and authenticated
  • Run scripts to fetch PR info and post inline comments

Frequently Asked Questions about github-code-reviewer

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

FAQPage Schema
How do I review GitHub pull requests for critical issues without manual inspection?

This Skill analyzes PR diffs via GitHub CLI to automatically identify and flag high-severity bugs, security vulnerabilities, performance problems, and breaking changes, leaving inline comments only on affected lines to reduce review noise.

Can I leave inline comments on specific lines in GitHub pull requests?

Yes, this Skill posts line-specific inline comments directly to pull requests, targeting only the affected code lines where issues are detected, without changing PR approval status.

What types of issues does an automated code reviewer detect?

It identifies bugs, security vulnerabilities, performance problems, breaking changes, and critical architectural violations by analyzing PR diffs and related files, flagging only high-severity issues.

How do I set up automated code review for my GitHub repositories?

Install and authenticate GitHub CLI (gh), then invoke the Skill with a PR URL or number—it fetches PR metadata and diffs, analyzes changes, and submits inline comments via GitHub API.

Does automated code review work with pull requests across multiple repositories?

Yes, this Skill applies code analysis across repositories by leveraging GitHub CLI tools to fetch PR data and post reviews, handling PR diffs and related file context automatically.