
Why it matters
- Logical review flow – Files that relate to the same feature or fix appear together, eliminating context switching.
- Faster understanding – By grouping related changes, cubic helps you quickly grasp the scope and purpose of the edits.
- Improved review accuracy – Reduces the likelihood of missing important changes scattered across multiple files.
How groups are determined
cubic analyzes each pull request, considering:- Semantic relationships – Functions, components, or logic that interact closely with each other.
- File proximity – Changes within related files or directories are grouped naturally.
- Commit history – Groups files modified together historically, recognizing patterns in how your team works.