gemini

Forward prompts to the Gemini CLI and display its full response verbatim.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/joesys/joesys-skills --skill gemini-joesys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/joesys/joesys-skills/tree/main/skills/gemini
Command: npx skills add https://github.com/joesys/joesys-skills --skill gemini-joesys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegating prompt analysis to Gemini provides expert evaluation and critique, reducing reliance on a single model and speeding up high-stakes feedback loops.

Core Features & Use Cases

  • Delegation to Gemini: forward user prompts to Gemini CLI for analysis, refactoring, and design feedback.
  • Critical evaluation: surface strengths, blind spots, and actionable improvements on Gemini's output.
  • Session management: list and resume Gemini sessions to maintain continuity across interactions.

Quick Start

Submit your prompt to Gemini via the Gemini CLI and return Gemini's analysis.

Frequently Asked Questions about gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate code analysis prompts to Gemini for expert evaluation?

Code analysis prompts are delegated to Gemini by forwarding them to the Gemini CLI. The Skill executes the CLI with your temporary prompt, displays Gemini's full response verbatim, and then provides a critical evaluation and summary.

Can I resume or list previous Gemini sessions for iterative refactoring?

Yes, you can list and resume previous Gemini sessions. Session management is supported to maintain continuity across interactions during iterative refactoring and code analysis tasks.

How does getting a critical evaluation from Gemini improve refactoring prompts?

Critical evaluation from Gemini improves refactoring prompts by surfacing strengths, blind spots, and actionable improvements. This reduces reliance on a single model and speeds up high-stakes feedback loops for design analysis.

What's the best way to outsource prompt analysis to another AI model?

The best way to outsource prompt analysis is delegating to Gemini CLI. This Skill parses arguments, executes the CLI to obtain expert evaluation instead of answering directly, and returns the response verbatim with a summary.

Do I need the Gemini CLI installed to delegate prompts for code analysis?

Yes, the Gemini CLI is required as it executes your temporary prompt directly through the command line interface. The Skill relies on the CLI to generate the analysis before applying its own critical evaluation.

Why outsource prompt evaluation to Gemini instead of answering directly?

Outsourcing prompt evaluation to Gemini provides expert critique instead of a direct answer. This approach reduces reliance on a single model and delivers critical feedback on strengths and blind spots for high-stakes analysis.