deslop
Installation
SKILL.md
Deslop
Flags
| Flag | Default | Effect |
|---|---|---|
--staged |
yes | git diff --cached |
--unstaged |
no | git diff |
--base <branch> |
no | git diff <branch>...HEAD |
The scope flags are mutually exclusive. More than one, a missing base branch,
or prose that conflicts with a flag is BLOCKED; ask which scope to use. Prose
that names staged, unstaged, or a base branch selects that scope exactly as its
flag; naming several is BLOCKED. Otherwise default to staged and never switch
because another diff is non-empty.