← Prompt Library / Engineering
Get code explained at your level: line-by-line where it matters, the concepts behind the patterns, and the questions to test your understanding.
Explain this code: {{code}}. My level: {{level}} (beginner / know-another-language / senior-but-new-to-this-stack). Walk: the big picture first (what this does and where it likely sits in a system), then section by section at my level (skip syntax basics for seniors; explain idioms for switchers — 'this is {{language}}'s way of doing X'), the 2-3 concepts worth learning properly (the patterns, not just this instance — with the mental model each), anything surprising or non-obvious flagged (the parts that would bite a modifier), and 3 comprehension questions for me at the end — then check my answers.
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...