Loading...
Loading...
Google Gemini CLI orchestration for AI-assisted development. Capabilities: second opinion/cross-validation, real-time web search (Google Search), codebase architecture analysis, parallel code generation, code review from different perspective. Actions: query, search, analyze, generate, review with Gemini. Keywords: Gemini CLI, second opinion, cross-validation, Google Search, web research, current information, parallel AI, code review, architecture analysis, gemini prompt, AI comparison, real-time search, alternative perspective, code generation. Use when: needing second AI opinion, searching current web information, analyzing codebase architecture, generating code in parallel, getting alternative code review, researching current events/docs.
npx skill4agent add samhvw8/dot-claude gemini-clicodebase_investigatorcommand -v gemini || which geminigemini "[prompt]" --yolo -o text 2>&1--yolo-y-o text-o json-m gemini-2.5-flash-o json{
"response": "actual content",
"stats": {
"models": { "tokens": {...} },
"tools": { "byName": {...} }
}
}gemini "Create [description] with [features]. Output complete file content." --yolo -o textgemini "Review [file] for: 1) features, 2) bugs/security issues, 3) improvements" -o textgemini "Fix these bugs in [file]: [list]. Apply fixes now." --yolo -o textgemini "Generate [Jest/pytest] tests for [file]. Focus on [areas]." --yolo -o textgemini "Generate JSDoc for all functions in [file]. Output as markdown." --yolo -o textgemini "Use codebase_investigator to analyze this project" -o textgemini "What are the latest [topic]? Use Google Search." -o textgemini "[prompt]" -m gemini-2.5-flash -o text-m gemini-2.5-flashgemini --version~/.gemini/settings.json# 1. Generate
gemini "Create [code]" --yolo -o text
# 2. Review (Gemini reviews its own work)
gemini "Review [file] for bugs and security issues" -o text
# 3. Fix identified issues
gemini "Fix [issues] in [file]. Apply now." --yolo -o textgemini "[long task]" --yolo -o text 2>&1 &
# Monitor with BashOutput tool.gemini/GEMINI.mdgemini --list-sessionsecho "follow-up" | gemini -r [index] -o textreference.mdtemplates.mdpatterns.mdtools.md