Agent skill · Security

gemini-peer-review

Get a second opinion from Gemini on code, architecture, debugging, or security. Uses gemini-coach CLI with AI-to-AI prompting for clear, actionable analysis. Trigger with 'ask gemini', 'gemini review', 'second opinion', 'peer review', or 'consult gemini'.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-peer-review-guillaumebld-skills-store --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Requires: claude-code-only
Path: skills/ai-llm/gemini-peer-review-guillaumebld-skills-store/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gemini Peer Review Consult Gemini as a coding peer for a second opinion on code quality, architecture decisions, debugging, or security reviews. ## Prerequisites - `gemini-coach` CLI installed (wraps Gemini CLI with AI-to-AI prompting) - Gemini CLI authenticated (`gemini` to test) ## Modes ### Code Review ```bash gemini-coach review src/auth.ts src/api.ts ``` Review specific files for bugs, logic errors, security vulnerabilities, performance issues, and best practice violations. ### Architecture Advice ```bash gemini-coach architect "Should I use D1 or KV for session storage?" . ``` Get feedback on design decisions with trade-off analysis. Passing `.` includes project context. ### Debugging Help ```bash gemini-coach debug src/problematic-file.ts ``` Analyse errors when stuck after 2+ failed fix attempts. Gemini sees the code fresh without your debugging context bias. ### Security Scan ```bash gemini-coach security-scan ./src/api/ ``` Scan code for security vulnerabilities (injection, auth bypass, data exposure). ### Quick Question ```bash gemini-coach quick "Best way to handle WebSockets in Workers?" ``` Fast question without file context. ### Project Review ```bash gemini-coach

What's inside
Steps it walks through
  1. Prerequisites
  2. Modes
  3. Code Review
  4. Architecture Advice
  5. Debugging Help
  6. Security Scan
  7. Quick Question
  8. Project Review
  9. When to Use
  10. Model Selection
  11. Synthesizing Results
  12. Reference Files
Ships with 1 file
  • metadata.json
Commands it runs
gemini-coach review src/auth.ts src/api.ts
gemini-coach architect "Should I use D1 or KV for session storage?" .
gemini-coach debug src/problematic-file.ts
gemini-coach security-scan ./src/api/
gemini-coach quick "Best way to handle WebSockets in Workers?"
gemini-coach project-review "Analyse architecture and suggest improvements" /path/to/project
More from claude-skill-registry
All skills →
About this skill
What does the gemini-peer-review skill do?

Get a second opinion from Gemini on code, architecture, debugging, or security. Uses gemini-coach CLI with AI-to-AI prompting for clear, actionable analysis. Trigger with 'ask gemini', 'gemini review', 'second opinion', 'peer review', or 'consult gemini'.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-peer-review-guillaumebld-skills-store --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going