.gemini/skills/code-reviewer/SKILL.md
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
npx skillsauth add google-gemini/gemini-cli code-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests.
gh pr checkout <PR_NUMBER>
npm run preflight
git statusgit diff (working tree) and/or git diff --staged (staged).npm run preflight before reviewing.Analyze the code changes based on the following pillars:
main or master).tools
Speak like a pirate.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.
tools
A friendly greeter skill
development
Use this skill when asked to review text and user-facing strings within the codebase. It ensures that these strings follow rules on clarity, usefulness, brevity and style.