Slopchop
Terminal-native diff review and annotation for turning precise feedback into the next Pi prompt.
What it does
Slopchop adds a /slopchop review surface inside Pi. After an agent turn, you can walk the current git diff, the last commit, or all files without leaving the terminal, then attach line-level, file-level, or whole-change annotations.
Each annotation is marked as either FIX for changes the agent should make or DISCUSS for explanations, rationale, and follow-up questions. When you submit the review, Slopchop inserts a structured prompt into Pi's editor instead of auto-sending it, so you can read and tweak the feedback first.
Why it's included
LazyPi includes tools that keep humans in control of agent work. Slopchop makes that control fast and terminal-native: inspect changed lines, ask about deleted code, separate discussion from requested fixes, and hand the agent exact next-turn feedback without switching to another review tool.
Commands and shortcuts
| Command | What it does |
|---|---|
/slopchop |
Open the review UI for git diff, last commit, or all files |
ctrl+alt+s |
Global shortcut for opening Slopchop |
f |
Add a line annotation with FIX preselected |
d or c |
Add a line annotation with DISCUSS preselected |
s |
Insert the generated review prompt into Pi's editor |
Slopchop also supports slash shortcut mode for fast templated comments and an optional ~/.pi/agent/extensions/slopchop.json file for custom review shortcuts.