How this command is triggered — by the user, by Claude, or both
Slash command
/gemini-cli:ask <question>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Gemini Ask Execute general queries using Google Gemini CLI in headless mode. ## Instructions 1. Get the user's question from the arguments 2. Check if the question relates to the current project by looking for code/project-related keywords 3. Run Gemini CLI: For general questions: For project-related questions (when the question references files, code, or architecture), include project context: 4. Display the result to the user ## Usage Examples ## Notes - For code review, use `/gemini:review` - For commit message generation, use `/gemini:commit` - For documentation generatio...
Execute general queries using Google Gemini CLI in headless mode.
For general questions:
gemini -p "<user_question>"
For project-related questions (when the question references files, code, or architecture), include project context:
gemini -p "Context: I am working in a project at $(pwd). Here is relevant context:
$(git log --oneline -5 2>/dev/null)
Question: <user_question>
Provide a practical, actionable answer."
/gemini:ask What is machine learning?
/gemini:ask Explain the difference between REST and GraphQL
/gemini:ask How does garbage collection work in Python?
/gemini:review/gemini:commit/gemini:docsnpx claudepluginhub jaebit/claudemate --plugin gemini-cli/askProvides structured architectural guidance on technical questions via consultation with systems design, technology strategy, scalability, and risk experts, including analysis, recommendations, and next steps.
/askQueries multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, debugging dead-ends, and security tradeoffs.
/askAsks NotebookLM a question about the current notebook's content via `notebooklm ask` CLI, displaying the response with optional source references via --json.