Send a consultation question to Gemini 3.1 Pro and get a response directly. Use when you need Gemini's opinion on implementation, architecture, prompt design, or model behavior.
You need to consult Gemini 3.1 Pro about an implementation question. Use the ask_gemini.py script from the claude-skills repo.
Formulate the question — include full context so Gemini can give a useful answer:
Attach context files if needed — use -c flag for relevant files
Run the script:
python3 ~/dev/dzen-dev-toolkit/skills/ask-gemini/ask_gemini.py "Your question here"
# With context files
python3 ~/dev/dzen-dev-toolkit/skills/ask-gemini/ask_gemini.py "question" -c file1.md file2.py
# With system instruction
python3 ~/dev/dzen-dev-toolkit/skills/ask-gemini/ask_gemini.py "question" -s "You are an expert"
# Via stdin
echo "long question" | python3 ~/dev/dzen-dev-toolkit/skills/ask-gemini/ask_gemini.py
# Custom temperature (default 0)
python3 ~/dev/dzen-dev-toolkit/skills/ask-gemini/ask_gemini.py "question" -t 0.7
Present Gemini's response to the user with your own analysis — agree/disagree/synthesize
gemini-3.1-pro-preview (latest, with thinking) — do NOT change unless user asks--thinking-budget 0