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'.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prerequisites
- Modes
- Code Review
- Architecture Advice
- Debugging Help
- Security Scan
- Quick Question
- Project Review
- When to Use
- Model Selection
- Synthesizing Results
- Reference Files
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
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.
