review-my-slop

module
v1.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2026 License: MIT

README

review-my-slop

review-my-slop terminal diff review

Coding has moved from the editor to the chat window. Agents can produce code at a pace that makes reading the code a bottleneck.

However, without supervision, agents tend to slowly accumulate technical debt. That debt increases the likelihood of mistakes, which in turn create more debt and hidden bugs. By the time an agent burns through tokens on simple changes, it is usually too late to correct course.

This is not simply an agent problem. Successful collaboration between the developer and the agent requires a shared understanding of the codebase. The mission of review-my-slop is to keep developers in the loop throughout their coding projects, from start to finish.

review-my-slop is a keyboard-driven terminal diff viewer for reviewing local changes, attaching comments to exact lines or ranges, and handing that feedback back to the agent with one command.

The workflow

  1. Prompt the agent to make the initial change.
  2. Review that slop by running review-my-slop code in the repository.
  3. Read the diff and attach comments to individual lines or ranges.
  4. Let the agent review your slop comments by asking it to run review-my-slop comments and act on them.
  5. Repeat from step 2 until the code is no longer slop.

The review UI uses Vim-like key bindings for navigation, selection, search, and comments. Press ? at any time to see the complete key map.

All data stays truly local, and no telemetry is sent.

Install

brew install EskelinenAntti/cli/review-my-slop

The project is licensed under the MIT License.

Directories

Path Synopsis
cmd
review-my-slop command
internal
tui
xdg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL