Hunk Review
Hunk is an interactive terminal diff viewer. The TUI is for the user -- do NOT run
hunk diff
,
hunk show
, or other interactive commands directly. Use
hunk session *
CLI commands to inspect and control live sessions through the local daemon.
If no session exists, ask the user to launch Hunk in their terminal first.
Workflow
1. hunk session list # find live sessions
2. hunk session get --repo . # inspect path / repo / source
3. hunk session review --repo . --json # inspect file/hunk structure first
4. hunk session review --repo . --include-patch --json # opt into raw diff text only when needed
5. hunk session context --repo . # check current focus when needed
6. hunk session navigate ... # move to the right place
7. hunk session reload --
hunk-review
安装
npx skills add https://github.com/modem-dev/hunk --skill hunk-review