ContextliContextli

Developers · Code Review Note

Voice your review feedback into clean comments.

Who this is for

Developers who form a clear opinion reading a PR but lose half of it typing comment by comment.

The moment this saves you

I read a PR carefully, form a clear opinion, and then lose half my feedback typing it out comment by comment, so the review ends up thinner than the thought I actually had.

See it work

Messy spoken thought in. A clean, structured artifact out.

What you said

Reviewing Sam's PR on the export feature. The big blocker is the export runs synchronously in the request handler, with a large dataset that'll time out, this needs to move to a background job before we merge. Couple of suggestions, the error handling swallows exceptions silently in the parse function, we should at least log them, and the function names like doStuff aren't great, could be clearer. Nit, there's a commented-out block on line 40 that should go. On the plus side, the test coverage is genuinely great, they covered the edge cases I'd have missed. Overall good work, just needs the async fix.

code-review-note.md

Review, Sam's export PR

Blockers (must fix before merge)

  • Export runs synchronously in the request handler, will time out on large datasets. Move to a background job.

Suggestions

  • parse swallows exceptions silently, at least log them.
  • Unclear function names (e.g. doStuff), make them descriptive.

Nits

  • Commented-out block on line 40 should be removed.

Praise

  • Test coverage is genuinely great, edge cases well handled.

Overall: good work, needs the async fix.

The workflow

1

Record a voice note

Hit the hotkey and talk, no formatting, no typing.

2

Tag it with this context

Contextli shapes your words into the structured output above.

3

Find it later

Everything's searchable and organised by context.

4

Pull it into Claude or ChatGPT

Bring your contexts straight into your AI tools with the Contextli MCP.

Your raw recording and transcription stay on your device, so you can always go back to the original.

The prompt behind this context

system prompt

I'm going to talk through my feedback on a code review / pull request. Turn it into organized review comments with four bold sections: **Blockers (must fix before merge)**, **Suggestions**, **Nits**, and **Praise**. Put each point under the right severity, keeping my technical specifics, file/line references, and function names exactly. End with an italic overall line if I give a verdict. Don't invent issues or upgrade a nit to a blocker. Omit any empty section. Output only the review.

Make it your own. This is a starting point. Once it's in Contextli, tweak the instructions so the output comes out exactly how you like it.

Use this context

One tap adds it to your clipboard. Open Contextli and paste to add it.

Next, open Contextli, Contexts, Import, paste.

Make it your own. This is a starting point. Once it's in Contextli, tweak the instructions so the output comes out exactly how you like it.

Your raw recording and transcription stay on your device, so you can always go back to the original.

Related contexts

Browse more

Code Review Note