Settings

Theme

Show HN: Review large code changes in your terminal, one chapter at a time

github.com

1 points by mtford · 0 comments · 1 min read

Reader

I've been hunting for ways to better review & provide feedback on agent output without facing walls of files or leaving my multiplexer!

I've really enjoyed using both hunk and stage-cli and was inspired to combine and extend ideas from both

Revue is a terminal-based code review tool that breaks down large code changes into ordered, narrated chunks. You can think it as like a guided tour of a code change - as opposed to a big ol' list of files

Using a skill, you can have any agent generate a guided tour that you can then open using a TUI - stepping through organized chapters whilst leaving comments that can be sent back to the agent

You can also just run `revue diff` to get the same UI without the narration.

All feedback welcome!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection