comprehensive-review
Installation
SKILL.md
Comprehensive Code Review (Codex + Gemini)
Overview
Run Codex and Gemini code reviews in parallel using the Task tool, then synthesize both results into a single consolidated report. This provides broader coverage by leveraging two independent AI models with different strengths.
Workflow
Step 1: Determine Review Scope
Ask the user what they want reviewed if not already clear:
| Scope | When to use | Codex | Gemini |
|---|---|---|---|
| Branch diff | Before opening or merging a PR | Yes | Yes |
| Uncommitted changes | During active development | Yes | Yes |
| Specific commit | Auditing a single changeset | Yes | Yes |
| Remote PR | Reviewing a GitHub Pull Request by number or URL | No | Yes |
| Custom | User provides specific review instructions | Yes | Yes |