call-gemini
Invoke the Gemini CLI for architecture and scalability review.
npx skills add majiayu000/claude-skill-registry --skill call-gemini-etroxtaran-conductor --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.
# Call Gemini Skill Wrapper for invoking Gemini agent via CLI for architecture and scalability review. ## Overview Gemini is specialized for: - Architecture pattern analysis - Scalability assessment - Design principle compliance - Technical debt evaluation ## Prerequisites - `gemini` CLI installed and accessible on PATH. ## Usage ``` /call-gemini ``` ## Expertise Weights | Area | Weight | Description | |------|--------|-------------| | Architecture | 0.7 | Design patterns, modularity | | Scalability | 0.8 | Performance at scale, bottlenecks | | Patterns | 0.6 | Design patterns, anti-patterns | ## CLI Invocation ```bash gemini --yolo "<prompt>" ``` ### Flags | Flag | Purpose | |------|---------| | `--yolo` | Auto-approve tool calls (required for non-interactive) | | `--model` | Select model (optional, default: gemini-2.0-flash) | **IMPORTANT**: - Gemini does NOT support `--output-format` - Output must be parsed from raw response - Prompt is a positional argument ## Standard Prompts ### Plan Validation (Phase 2) ```bash gemini --yolo " You are reviewing an implementation plan for architecture and scalability. Read the plan JSON provided by the orchestrator (phase_outputs export). Eva
- Overview
- Prerequisites
- Usage
- Expertise Weights
- CLI Invocation
- Flags
- Standard Prompts
- Plan Validation (Phase 2)
- Code Review (Phase 4)
- Output Parsing
- Error Handling
- Timeout
- Parse Error
- Agent Unavailable
gemini --yolo "<prompt>" gemini --yolo " You are reviewing an implementation plan for architecture and scalability. Read the plan JSON provided by the orchestrator (phase_outputs export). Evaluate for: Return your assessment as JSON (wrap in code block): Focus on design quality. Only block for fundamental architecture flaws. You are performing an architecture-focused code review of recently implemented changes. Review the implementation for: Also check:
What does the call-gemini skill do?
Invoke the Gemini CLI for architecture and scalability review.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill call-gemini-etroxtaran-conductor --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.
