← Prompt Library / Engineering
Review a code diff the way a senior engineer would: correctness first, then security, performance, and maintainability — with severity-ranked findings.
Review this diff/code: {{code}}. Context: {{context}} (what it's supposed to do, the stack, anything unusual).
Review in priority order: (1) Correctness — bugs, edge cases, race conditions, off-by-ones; give a concrete failing input for each claim. (2) Security — injection, authz gaps, secrets, unsafe deserialisation. (3) Performance — only issues that matter at realistic scale. (4) Maintainability — naming, duplication, surprising behaviour. Rank findings by severity, skip style nits a linter would catch, and say what's GOOD too — reviews that only criticise teach nothing.
Fields like {{ this }} are placeholders — replace them with your own details, or let Aria ask you for them.
This prompt runs with Aria connected to your email, files, CRM and 40+ other services — and you can schedule it to run automatically.
Start Free WeekReview a diff for correctness, security, and readability issues.
Get a plain-English walkthrough of unfamiliar code.
Generate thorough unit tests for a function.
Diagnose an error systematically: likely causes ranked with reasoning, the cheapest test for each, a...
Build a regular expression from a plain-English requirement — explained token by token, tested again...
Turn a plain-English data question into a working SQL query — with the assumptions stated, a readabl...