← Prompt Library / Engineering
Get a plain-English walkthrough of unfamiliar code.
Explain what the code below does in plain English. Cover: 1) the high-level purpose, 2) a step-by-step walkthrough, 3) any edge cases or gotchas, 4) anything that looks like a bug. Assume I'm a competent developer new to this codebase.
```
{{code}}
```
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.
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...
Write a clean conventional commit message from a diff.