github-code-reviewer

Flag high-severity code issues in GitHub pull requests with inline comments.

6|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/presmihaylov/claude --skill github-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-reviewer
Source: https://github.com/presmihaylov/claude/tree/main/.claude/skills/github-code-reviewer
Command: npx skills add https://github.com/presmihaylov/claude --skill github-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables surgical code reviews by flagging only high-severity issues (bugs, security, performance, breaking changes) and leaving precise inline comments on the exact lines that matter. It reduces noise from style nits and minor improvements, saving time and keeping PR feedback focused.

Core Features & Use Cases

  • Inline comments on specific lines: Point to exact lines with actionable feedback.
  • High-signal focus: Flags only bugs, security issues, performance problems, and breaking changes.
  • Context-aware reviews: Reads related files and project patterns to understand impact before commenting.
  • Use Case: You want faster PR reviews with fewer comments that still cover critical issues; Claude will highlight the most important changes for developers to fix.

Quick Start

Use the skill to review a PR by URL or number, for example: "Review PR https://github.com/owner/repo/pull/123" or "Review PR 456".

Frequently Asked Questions about github-code-reviewer

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

FAQPage Schema
How do I automate code reviews on GitHub pull requests?

Automated code reviews on GitHub PRs analyze diffs to flag high-severity issues like bugs, security vulnerabilities, and performance problems with inline comments on specific lines. This Skill fetches PR metadata, gathers context from related files, and surfaces only critical issues to keep feedback focused and actionable.

Can I get inline comments on specific lines during PR review?

Yes. Inline comments pinpoint exact lines with bugs, security issues, performance problems, or breaking changes rather than generic feedback. The Skill reads related files to understand context before commenting, ensuring each note targets a concrete, high-severity problem.

What makes this different from manual PR review or style linting?

This approach flags only bugs, security vulnerabilities, performance issues, and breaking changes—filtering out minor style nits. It reduces noise while maintaining coverage of critical problems, letting reviewers focus time on issues that genuinely impact code quality and safety.

Does this work with repositories across different projects?

Yes. The Skill operates by accepting PR URLs or numbers and applies the same analysis across any GitHub repository. It fetches PR metadata and diffs dynamically, so it scales to any project without project-specific setup.

What do I need to use this Skill for GitHub PR reviews?

You need the GitHub CLI (gh) installed and authenticated. Provide a PR URL or number, and the Skill handles fetching the diff, analyzing context, identifying high-severity issues, and posting inline comments directly to the PR.

What issues does this Skill catch in code reviews?

The Skill identifies bugs, security vulnerabilities, performance problems, breaking changes, and architectural violations on a line-by-line basis. It skips minor style improvements and focuses only on issues that affect correctness, safety, or system integrity.