Make cursor order the review files

Feature request for product/service

Cursor IDE

Describe the request

Hi,

recently i created a properly modular system in my codebase, cursor created one file which other files import and use. I thought that it would be great if cursor could organize the review order starting from the core of the system.

Basically, before giving me summary of the files, first understand the context, so the review starts for example from the class and then its implementation, this is logical since you cannot really review the implementation before you know how it works on the inside.

Another way to understand this is: if a function was created to replace duplicate code, the function should show up in the review flow first before all the imports and usages.