What Scopy AI looks for
Scopy is designed to find concrete issues in changed code. The review engine builds context from the pull request diff, affected symbols, repository files, search results and optional semantic code search before publishing findings. When a change uses a library Scopy recognizes, the review can also check its official documentation and cite it in findings. See Documentation references. The strongest findings are specific and actionable:- They point to the affected file and line.
- They explain the failure mode or risk.
- They focus on behavior introduced or changed by the pull request.
- They avoid broad style commentary unless it affects correctness, security or maintainability.

