tessl install github:google-gemini/gemini-cli --skill code-reviewerUse 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.
Review Score
72%
Validation Score
12/16
Implementation Score
63%
Activation Score
75%
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 preflightgit 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).