Lody Review
Turn an agent-generated code review into an interactive, shareable HTML report with lody review, without signing in to Lody.
lody review turns a structured code review into a self-contained HTML report. It runs locally
against your Git repository, does not require a Lody account, and opens the result directly from a
file:// URL without starting a server.
Create a review
The simplest workflow is to ask a coding agent to run the whole process:
Use `npx lody review` to help me review <pull-request-url>.The underlying steps are:
-
Print the authoritative review format:
npx lody review prompt -
Ask the agent to inspect the target branch or pull request and write a
.review.mdfile that follows the printed format. -
Render and open the report:
npx lody review <name>.review.md
By default, the generated .review.html is written under the system temporary directory so it
does not accidentally become part of the repository. The CLI prints its absolute path so you can
reopen, move, or share the file.
What the report contains
The report groups related changes, renders file diffs, links findings to their relevant lines, and supports severity levels and review checklists. You can also add comments while reading the report and copy them as Markdown.
Requirements
- Run the command inside the reviewed Git working tree, or pass
--repo <dir>. - Commits referenced by the review must exist locally. Fetch or check out the pull request branch before rendering.
- A
.review.mdfile is resolved against the local repository in read-only mode. - A previously exported
.review.json,.review.json.gz, or.review.json.brsnapshot is self-contained and can be rendered without Git.
The first render may download the matching review viewer. Lody verifies it and caches it locally for later use.
Options
npx lody review <file> --repo <dir>
npx lody review <file> --output <report.html>
npx lody review <file> --no-open--reposelects the repository used to resolve a.review.md.--outputoverrides the generated HTML path.--no-openwrites the report without opening the browser.
Device Resource Monitoring
Monitor device, Lody CLI, and resident ACP CPU and memory usage, inspect session processes, release ACP resources, and resume conversations later.
File Attachments
Send arbitrary files to Lody agents, preview text attachments, download other file types, and receive generated files back in the conversation.