What problem does it solve?
Cross-model code review automates the process of reviewing code changes by sending diffs to GPT-5.4 for feedback, triage, and verification, improving accuracy and consistency across reviews.
Core Features & Use Cases
- Two-round cross-model review: initial review, triage, fixes, and a follow-up verification round.
- Cross-model perspective: GPT-5.4 reviews while Claude triages and applies fixes.
- Sensitive file protection and secret redaction: excludes sensitive files and redacts keys before sending data.
- Rejection history: maintains per-project history to avoid repeating rejected suggestions.
- Use Case: when reviewing a PR, this skill ensures suggestions are validated and only safe changes are merged.
Quick Start
Install the skill into your Claude Code skills directory and trigger it with /ccreview or say "code review" to start the two-round workflow.