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!