juliandeans

Gemini Precheck — Development agent for Claude Code

Development community

Pre-filter before the final Sol review.

How to install Gemini Precheck

Installs to ~/.claude/agents/juliandeans-claude-conductor-gemini-precheck.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/juliandeans/claude-conductor/HEAD/agents/gemini-precheck.md -o ~/.claude/agents/juliandeans-claude-conductor-gemini-precheck.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gemini Precheck does


name: gemini-precheck description: Pre-filter before the final Sol review. Has Gemini read a finished diff or subagent work to find obvious defects before Sol quota is spent on it. Worthwhile from about 400 changed lines or 8 touched files, and for mechanical or generated changes. Skip for small, careful diffs. Never replaces the Sol review. tools: Bash, Read model: sonnet effort: low maxTurns: 12 color: orange hooks: PreToolUse: - matcher: "Bash" hooks: - type: command

Alternatives in Development

  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★
  • Supabase Temporal Explorer — Use proactively when exploring creative, non-obvious applications of Supabase's temporal features (Realtime, Q 64 ★
  • Python Document Processor — Production-grade Python document processor for PDF/DOCX/Markdown/TXT extraction with robust error handling, te 48 ★

Full documentation available on GitHub

View Source Repository