cmux-diff
Installation
SKILL.md
Diff Review inside cmux
Use this skill when the user wants a visual diff workflow inside cmux.
cmux does not currently ship a native cmux diff subcommand in this checkout, so the recommended workflow is:
- Open or reuse a helper terminal surface in the caller workspace.
- Run the right
git diff/ patch-view command there. - Prefer a rich renderer such as
deltaordifftwhen available. - Fall back to plain unified diff in
less -Rwhen needed.
Source Mapping
- unstaged ->
git diff - staged ->
git diff --cached - branch ->
git diff <base>...HEAD - patch file ->
delta < patch.diff,difft < patch.diff, orless -R patch.diff - stdin / generated patch -> save to a temp file, then view it as a patch file