google-code-review-reviewer

Review code changes using Google's reviewer standards for design, comments, speed, and pushback.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/chughtapan/google-guide-skills --skill google-code-review-reviewer-chughtapan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-code-review-reviewer
Source: https://github.com/chughtapan/google-guide-skills/tree/main/skills/google-code-review-reviewer
Command: npx skills add https://github.com/chughtapan/google-guide-skills --skill google-code-review-reviewer-chughtapan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing code changes consistently is hard: reviewers must decide what to inspect, how to phrase comments, how fast to respond, and how to handle disagreements without blocking progress or letting code health degrade. ## Core Features & Use Cases - Review standards and principles: Apply Google's rule of approving changes that improve overall code health, with guidance on design, functionality, complexity, tests, naming, comments, style, and documentation. - Structured review workflow: Navigate a change by checking the description, examining the main parts first, then reviewing remaining files in a logical sequence. - Comment quality and severity labels: Write courteous, explanatory comments labeled as Nit, Optional, or FYI so authors can prioritize required changes. - Use Case: When assigned a large pull request, use this Skill to decide whether to ask for a split, review the core design first, and leave labeled comments that distinguish mandatory fixes from suggestions. ## Quick Start Review the attached pull request using Google's code review standards and leave labeled comments on design, tests, and complexity.

Frequently Asked Questions about google-code-review-reviewer

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

FAQPage Schema
How do I review a code change using Google's standards?

Start with the change description to confirm it makes sense, examine the main files for design problems first, then review remaining files in sequence. Approve when the change improves overall code health, even if it is not perfect.

What should I look for in a code review?

Check design, functionality, complexity, tests, naming, comments, style, consistency, and documentation. Read every line of human-written code and consider the change in the context of the whole system.

How should I write code review comments?

Comment on the code rather than the developer, explain why a change is requested, and label severity with prefixes like Nit, Optional, or FYI. Point out problems but let the author design the fix.

How fast should code reviews be?

Respond shortly after a review arrives unless you are in a focused task, since interruptions are costly. Individual responses matter more than total turnaround; send a quick acknowledgment if a full review must wait.

When should I reject or split a large pull request?

Ask the author to split a change into smaller dependent changes when it is too large to review in reasonable time. Reject immediately only when the change should not happen at all, and suggest an alternative direction.

How do I handle pushback from a code author?

First consider whether the author is right, since they are closer to the code. If your suggestion still stands, explain the reasoning further, and insist that new complexity be cleaned up before submission rather than later.