Gemini Claude Code Review Bugfix Comparison Evaluation — Git skill for Claude Code
Claude and Gemini Code Review and Bugfix Competition Evaluation on 1.4 million token repo https://github.com/jimmc414/Kosmos.
How to install Gemini Claude Code Review Bugfix Comparison Evaluation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jimmc414/Gemini_Claude_Code_Review_Bugfix_Comparison_Evaluation and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Gemini Claude Code Review Bugfix Comparison Evaluation does
Claude and Gemini Code Review and Bugfix Competition Evaluation on 1.4 million token repo https://github.com/jimmc414/Kosmos.
Alternatives in Git
- Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
- Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
- Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
README
AI Code Review and Bug Fix Comparison
**Repository**: [Kosmos AI Scientist](https://github.com/jimmc414/Kosmos) | **Date**: November 19, 2025 | **Codebase**: ~44,700 lines of Python
Abstract
This evaluation compared AI models across two tasks: static code review for bug identification and active bug fixing through code modification. Eleven model configurations were tested on code review, with nine producing measurable results. Seven models participated in bug fixing, with five submitting actual code changes. The highest performers achieved 81.7% bug fix rates (49/60 bugs resolved).
Methodology
Evaluation Framework
The comparison consisted of two independent evaluations:
- Static Code Review: Models analyzed the Kosmos codebase to identify bugs without execution
- Active Bug Fixing: Models received a list of 60+ bugs and attempted fixes in isolated git branches
Scoring Criteria
**Code Review Metrics**:
- Bug count with specific line numbers
- Severity categorization accuracy
- Actionability of recommendations
- False positive rate
**Bug Fix Metrics**:
- Bugs successfully resolved (verified by test suite)
- Test pass rate improvement from 57.4% baseline
- Code coverage change from 22.77% baseline
- Code quality (no regressions, proper error handling)
Part 1: Code Review Evaluation
Code Review Prompt
Models received the complete Kosmos repository with instructions to:
- Identify execution-blocking bugs
- Provide specific file paths and line numbers
- Categorize by severity (Critical, High, Medium, Low)
- Suggest actionable fixes
Full prompt available in: `code_reviews/CODE_REVIEW_PROMPT.md`
Code Review Results
| Rank | Model | Bugs Found | Line Numbers | Quality Score | Grade |
|---|---|---|---|---|---|
| 1 | CC Sonnet Web | 45+ | Yes | 47/50 | A+ |
| 2 | Gemini Deep Research | 10 | Partial | 38/50 | B |
| 3 | CC Sonnet | 26 | Yes | 35/50 | B- |
| 4 | Gemini 3 | 3 | Yes | 32 |
Related Skills
Check CI
Token-free PR merge-gate watcher — one process loops inside gh pr checks --watch --fail-fast, then verifies ze
Code Analysis
by kingler - Provides a menu of advanced code analysis commands for deep inspection, including knowledge graph
Bugfix
Create a bugfix branch, run focused checks, and (optionally) open a PR
Diff Explain
Explain a git diff or branch comparison in plain language. Describes the intent behind changes, not just what
Cc Multi CLI Plugin
Claude Code plugin: delegate to Codex, Gemini, Cursor, GitHub Copilot, and Qwen CLIs via their native protocol
Klaussy Desktop
The agent-first IDE: run a fleet of coding agents (Claude Code, Codex, Gemini, Copilot, Antigravity) across is
Related Agents
Ask
Quick single-shot query to Codex or Gemini — second opinion, cross-review, or comparison
Architect Nagatha
Use for system design, module boundaries, dependency review, architectural trade-offs, technology evaluation,
Eval Auditor
Audits an evaluation setup (benchmark, A/B test, or model comparison) for methodology errors that would invali