Skip to main content
Back to registry

gemini-peer-review

jezweb/claude-skills

Consult Gemini as a coding peer for a second opinion on code quality, architecture decisions, debugging, or security reviews.

Installs200
Install command
npx skills add https://github.com/jezweb/claude-skills --skill gemini-peer-review
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Consult Gemini as a coding peer for a second opinion on code quality, architecture decisions, debugging, or security reviews. API Key : Set GEMINI_API_KEY as an environment variable. Get a key from if you don't have one. Determine mode from user request (review, architect, debug, security, quick) Read target files into context Build prompt using the AI-to-AI template from references/prompt-templates.md Write prompt to file at .claude/artifacts/gemini-prompt.txt (avoids shell escaping issues) Call the API — generate a Python script that: Write the script to .claude/scripts/gemini-review.py and run it. Synthesize — present Gemini's findings, add your own perspective (agree/disagree), let the user decide what to implement Review specific files for bugs, logic errors, security vulnerabilities, performance issues, and best practice violations. Read the target files, build a prompt using the Code Review template, call with gemini-2.5-flash . Get feedback on design decisions with trade-off analysis. Include project context (CLAUDE.md, relevant source files).

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gemini-peer-review do?

Consult Gemini as a coding peer for a second opinion on code quality, architecture decisions, debugging, or security reviews.

Is gemini-peer-review good?

gemini-peer-review does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does gemini-peer-review work with?

gemini-peer-review currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to gemini-peer-review?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install gemini-peer-review?

npx skills add https://github.com/jezweb/claude-skills --skill gemini-peer-review

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering