Loading...
Loading...
Invokes Gemini CLI as a second opinion. Use for reviewing plans, code, architectural decisions, AND for analyzing large volumes of content that benefit from Gemini's 1M+ token context window.
npx skill4agent add vinta/hal-9000 gemini-p-o text# PREFERRED: Tell Gemini to read files itself (non-interactive)
gemini -p "Read the files in /path/within/project/ and review them for bugs" -o text# OK for small content: pipe via stdin
git diff main..HEAD | gemini -p "Review this diff for issues" -o text~/.claude/cp -r ~/.claude/some-data /path/to/project/.tmp-data
gemini -o text "Read the files in /path/to/project/.tmp-data/ and analyze them"
rm -rf /path/to/project/.tmp-data-p-o text