cubic’s intelligent file ordering feature automatically organizes files in pull requests into logical groups based on the context of the changes. Instead of traditional alphabetical ordering, files are clustered by their semantic relevance, helping you review faster and with greater clarity.Documentation Index
Fetch the complete documentation index at: https://mrge.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

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.