code-reviewer
Review Code Changes with Structured Feedback
Code reviews can miss important defects when the process is unclear. This skill guides Claude, Codex, and Claude Code through consistent reviews for local changes and pull requests.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "code-reviewer" from https://skillstore.io/skills/google-gemini-code-reviewer.md and its manifest at https://skillstore.io/api/skills/google-gemini-code-reviewer/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "code-reviewer". Review my local changes before I open a PR.
Expected outcome:
- Summary: The change is small and mostly safe, but one edge case needs attention.
- Findings: A new null path can skip validation when the input list is empty.
- Conclusion: Request changes until the edge case is covered by code and tests.
Using "code-reviewer". Review PR #42 for maintainability and tests.
Expected outcome:
- Summary: The implementation is readable and follows existing structure.
- Improvements: Add a regression test for the error branch and simplify one duplicated condition.
- Conclusion: Approve after the missing test is added.
Using "code-reviewer". Check whether this security-sensitive change is ready.
Expected outcome:
- Summary: The change needs more validation before merge.
- Critical: User-controlled input reaches a database query without a clear allowlist.
- Conclusion: Request changes and add tests for malicious input cases.
Security Audit
SafeThe static findings point to markdown code fences and inline command examples in SKILL.md, not executable backtick or Ruby code. The skill does recommend standard git, GitHub CLI, and npm review commands, but they are presented as normal review workflow steps with user-facing context and no malicious intent found.
Risk Factors
⚙️ External commands (8)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/google-gemini-code-reviewer/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/google-gemini-code-reviewer?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/google-gemini-code-reviewer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/google-gemini-code-reviewer/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/google-gemini-code-reviewer.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
google-gemini. (2026). code-reviewer security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/google-gemini-code-reviewer/audits/6BibTeX citation
@techreport{google-gemini-google-gemini-code-reviewer-2026,
author = {google-gemini},
title = {code-reviewer security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/google-gemini-code-reviewer/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "code-reviewer security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "google-gemini"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/google-gemini-code-reviewer/audits/6"
identifiers:
- type: other
value: "skillstore:google-gemini-code-reviewer:audit:6"
description: "Skillstore immutable audit report identifier"
Compare variants
9 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
alirezarezvani-code-reviewer
2026-08-21
autumnsgrove-code-reviewer
2026-08-21
davila7-code-reviewer
2026-08-21
curiouslearner-code-reviewer
2026-08-21
sickn33-code-reviewer
2026-08-21
9tykeshav-code-reviewer
2026-08-21
dennisliuck-code-reviewer
2026-08-21
google-gemini-code-reviewer
2026-08-21
shubhamsaboo-code-reviewer
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Review a teammate pull request
Check a remote PR for correctness, tests, maintainability, and security before approving it.
Check local work before opening a PR
Review staged and unstaged changes to catch problems before sharing them with the team.
Standardize review feedback
Use a consistent review structure for findings, improvements, nitpicks, and final recommendations.
Try These Prompts
Review my local changes and tell me if they are ready for a pull request.
Review PR #123 for correctness, maintainability, security, and missing tests.
Review my staged changes and focus on correctness bugs, security issues, edge cases, and test gaps.
Review this PR as a release blocker review. Include critical findings, improvement suggestions, and an approve or request changes conclusion.
Best Practices
- Run or request the project verification suite when the change is substantial.
- Provide review comments with clear reasons and concrete next steps.
- Separate critical defects from improvement suggestions and optional nitpicks.
Avoid
- Do not approve changes only because automated checks pass.
- Do not leave vague feedback without explaining the risk or expected fix.
- Do not switch branches or run optional commands without confirming user intent when needed.
Frequently Asked Questions
Can this skill review both local changes and pull requests?
Does it run tests automatically?
What does the review focus on?
Can it approve a pull request?
Does it replace human code review?
Which tools can use this skill?
Developer Details
Author
google-geminiLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
1ffa7643651792ccb4bd3b15d924d2c97edff755
Maintenance freshness
7/18/2026
Usage
8 downloads · 69 views
File structure
📄 SKILL.md