What problem does it solve?
It provides a deep, multi-agent code review of work on your current local branch before it becomes a pull request, covering committed, staged, and unstaged changes in one pass.
Core Features & Use Cases
- Full-scope diffing: Computes the diff from merge-base to working tree so commits, staged, and unstaged edits are reviewed together, with untracked files explicitly flagged as not reviewed.
- Multi-agent review lanes: Dispatches implementation, verification, approach, and security reviewers at configurable levels (quick, standard, deep) through a sandboxed CLI.
- Draft persistence: Saves a structured review draft with frontmatter metadata to ~/.nx-branch-reviews/<branch>.md, outside the repo so it survives rebases and git clean.
- Use Case: Before pushing a feature branch, run the review to catch critical and important issues, pre-existing defects, and design concerns while a rework only costs you a rebase.
Quick Start
Ask the assistant to review this branch before opening a PR, optionally specifying a base revision or review level such as standard or deep.