
from gemini-delegate-skill29
Use when the task is dominated by large-context reading, synthesis, long-form drafting, bilingual or CJK writing, or second-opinion review rather than bulk c
Use when the task is dominated by large-context reading, synthesis, long-form drafting, bilingual or CJK writing, or second-opinion review rather than bulk c
Gemini Delegate provides bash and PowerShell scripts for delegating tasks from Claude to Gemini CLI, with quota error detection and fallback mechanisms. The bash script exits with a usage error when run without --prompt (expected in dry-run). Scripts are well-structured with proper error handling, JSON result output, and verification steps. The --approval-mode yolo flag auto-approves all Gemini actions which is a security concern.
The skill uses --approval-mode yolo which auto-approves Gemini CLI actions without user confirmation - this is a moderate security concern but not malicious. Bash script is well-written with set -euo pipefail and proper error handling. Cross-platform support via .sh and .ps1 is good architecture. Skill body was null in fetch (possibly fetched from DB without full content).