hyper-code-review

Review branch diffs, uncommitted changes, or commits with Codex critique.

3|Updated May 10, 2026
One-click install
npx skills add https://github.com/zeikar/hyperclaude --skill hyper-code-review-zeikar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyper-code-review
Source: https://github.com/zeikar/hyperclaude/tree/main/skills/hyper-code-review
Command: npx skills add https://github.com/zeikar/hyperclaude --skill hyper-code-review-zeikar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you catch behavioral, style, and documentation issues in your code changes before you commit or merge, without relying on ad-hoc self-checking.

Core Features & Use Cases

  • Diff-aware Codex review: Reviews branch diffs, uncommitted working-tree changes, or a specific commit with broader context than just the changed lines.
  • Flexible targeting: Supports reviewing main by default, switching targets with vs <ref>, reviewing uncommitted changes with uncommitted, or reviewing an explicit commit SHA.
  • Deterministic, resumable workflow: Saves results to .hyperclaude/code-reviews/<timestamp>-<slug>.md and supports --resume to reuse prior review context when possible.

Quick Start

Use the command to review your current changes before committing: /hyperclaude:hyper-code-review

Frequently Asked Questions about hyper-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an automated code review on uncommitted git changes?

To run an automated code review on uncommitted git changes, use the uncommitted targeting mode to analyze your working-tree diff with Codex critique, catching behavioral and style issues before you commit.

Can I review a specific git commit diff before merging?

Yes, you can review a specific git commit diff by providing an explicit commit SHA, allowing Codex to perform a read-only critique on that change set for pre-merge validation.

What is the best way to automate pre-merge checks for branch diffs?

Automating pre-merge checks for branch diffs is best done by targeting main by default or using a vs <ref> comparison, generating a timestamped review artifact to gate merges.

Does this code review tool execute Codex in a sandbox?

Yes, this code review tool executes Codex in a read-only sandbox via codex exec --sandbox read-only, ensuring the critique process cannot modify your repository during diff analysis.

How do I resume a code review workflow if I lose context?

To resume a code review workflow, use the --resume flag to reuse prior review context from the saved timestamped artifact in your .hyperclaude/code-reviews/ directory.