Google Standard banner
citadelgrad citadelgrad

Google Standard

Git community

Description

--- name: google-standard description: Run a review against Google's published Standard of Code Review against a diff, PR, or branch — favors approving once a change definitely improves code health, even if imperfect, using the Nit:/blocking distinction argument-hint: "[base..head | branch | PR]" allowed-tools: Read, Grep, Glob, Bash --- # Google Standard Review Human entry point for the google-standard review. This command's only job is to resolve the review target, then hand off to the skill

Installation

Installs to ~/.claude/skills/citadelgrad-scott-cc-google-standard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/citadelgrad-scott-cc-google-standard && curl -fsSL https://raw.githubusercontent.com/citadelgrad/scott-cc/HEAD/commands/google-standard.md -o ~/.claude/skills/citadelgrad-scott-cc-google-standard/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository