スキル一覧に戻る
hiroro-work

ask-gemini

by hiroro-work

16🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: ask-gemini description: Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks. allowed-tools: Bash(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-2.5-pro "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

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です