code-review

Analyze GitHub pull request diffs and submit inline comments via gh CLI.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/daulet/reviewer --skill code-review-daulet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/daulet/reviewer/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/daulet/reviewer --skill code-review-daulet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing code changes in GitHub Pull Requests, identifying potential issues, and submitting feedback directly as comments.

Core Features & Use Cases

  • Interactive Code Analysis: Leverages AI to analyze code diffs based on configurable guidelines.
  • Automated Comment Submission: Submits identified issues as line-specific or general comments on GitHub Pull Requests.
  • Approval Workflow: Facilitates PR approval based on the severity of identified issues.
  • Learning from Feedback: Optionally learns from skipped suggestions to refine future review guidelines.
  • Use Case: A developer submits a Pull Request. The AI code reviewer analyzes the changes, flags a critical security vulnerability and a few minor suggestions, presents them in a summary, and allows the user to choose which comments to submit before potentially approving the PR.

Quick Start

Use the code-review skill to analyze the current pull request and submit suggested comments.

Frequently Asked Questions about code-review

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

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

You can automate code review on GitHub pull requests by using an AI assistant to analyze code diffs against guidelines, identify issues, and submit selected comments directly to the PR via the GitHub CLI.

Can I use AI to review code changes and approve a pull request?

Yes, AI can review code changes and facilitate pull request approval by presenting identified critical issues and suggestions, allowing you to choose which comments to submit before approving the PR.

Do I need GitHub CLI authentication to submit inline comments on a PR?

Yes, GitHub CLI authentication is required. The code review process operates within a local git worktree of the PR branch and uses the GitHub CLI to submit inline or general feedback.

How does an AI assistant categorize code review feedback?

An AI assistant categorizes code review feedback by analyzing code changes against defined guidelines to identify critical issues, suggestions, and nitpicks for potential submission.

Can an automated code reviewer learn from skipped suggestions?

Yes, an automated code reviewer can optionally learn from skipped suggestions to refine future review guidelines and improve the accuracy of subsequent code analysis.

What's the best way to review code diffs before submitting comments to GitHub?

The best way to review code diffs before submitting comments to GitHub is to use an interactive AI analysis tool that flags vulnerabilities and minor suggestions, presenting them in a summary for your selection.