Gemini Precheck — Development agent for Claude Code
Pre-filter before the final Sol review.
How to install Gemini Precheck
Installs to ~/.claude/agents/juliandeans-claude-conductor-gemini-precheck.md
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 RepositoryRelated Agents
10x Tool Calls
Cursor and Windsurf meter usage by requests and tool calls rather than tokens, which means a finished or stall
Coverage Guardian
Use to verify and repair the coverage gate — run the repo's unit tests with coverage, find touched files below
PR Author
Opens the draft PR for a finished slice via create-pr, splits anything over 500 lines into a parent-to-child c
Confluence Search
Find Confluence pages by criteria via the confluence-as CLI wrapper. Use for: ''search confluence'', ''find pa
Reviso Finder Bugs
Reviso finder — shallow scan of the changed lines for real bugs. Focuses on the changes themselves. Returns st
Kotlin Convention Validator
Kotlin-only. Detects and auto-fixes convention violations in changed .kt files (git diff HEAD). Exits immediat
Related Skills
Claude OAuth
Run Google, xAI and OpenAI models inside Claude Code over your own OAuth sessions. The native claude path is n
Agentacct
See what your coding agents did and what it cost. Breaks each task down into work steps — tools used, files ch
Update Scaffold
Check for and apply myPKA scaffold framework updates safely. Shows a plain-English plan first (what is new, wh