ask-gemini

Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ask-gemini" with this command: npx skills add hiroro-work/claude-plugins/hiroro-work-claude-plugins-ask-gemini

Ask Gemini

Executes the local gemini CLI to get coding assistance.

Note: This skill requires the gemini CLI to be installed and available in your system's PATH.

Quick start

Run a single query using positional prompt:

gemini "Your question or task here"

Common options

OptionDescription
-m MODELSpecify model
-y, --yoloAuto-approve all tool executions

For all available options, run gemini --help

Examples

Ask a coding question:

gemini "How do I implement a binary search in Python?"

Use a specific model:

gemini -m gemini-3.1-pro-preview "Review this code for potential issues"

Let Gemini make changes automatically:

gemini -y "Refactor this function to use async/await"

Notes

  • Positional prompts run Gemini non-interactively and output result to stdout
  • Gemini CLI uses the GEMINI_API_KEY environment variable for authentication
  • Use -y/--yolo for automatic execution without confirmation prompts
  • The command inherits the current working directory

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

ask-codex

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-scanner

No summary provided by upstream source.

Repository SourceNeeds Review
General

ask-claude

No summary provided by upstream source.

Repository SourceNeeds Review