# Voice code-review in Cursor
URL: https://jarvis.ceo/docs/recipes/voice-code-review-in-cursor
Status: beta

Open Cursor, dictate prompts hands-free, and have Jarvis delegate the actual review to a coding agent, then show you the diff. An honest, working flow.

> [beta] Delegation to a coding agent is in early access. Opening Cursor and dictating into it work in the beta today.

Jarvis is not a Cursor plugin, and it does not pretend to be. What it does well is open your editor, take dictation hands-free, and hand the heavy lifting to a coding agent that works on your repo and shows you the result.

## Open and dictate

Say this: "Open Cursor."
Jarvis: Launches Cursor.
(From here, dictation types into the editor like any other app.)

## Delegate the review

Point Jarvis at a goal and it delegates to a coding agent that reads and edits the repo, then returns a diff you can read inline.

Say this: "Review the changes on my current branch and flag anything risky before I push."
Jarvis: Reviewed 7 files. 2 flags: a missing null check and an unguarded effect. Diff below.

> [note] Honest scope: Jarvis opens Cursor, dictates, and delegates the work. It does not drive Cursor menus like a human. The review itself is done by a coding agent and shown as a diff.

> Checkpoint: You reviewed a branch hands-free. Remix this for PRs, refactors, or test runs.

Related: Multi-step chains (https://jarvis.ceo/docs/control/chains), Connections (https://jarvis.ceo/docs/pantry/connections)
