EveryDev.ai
Subscribe
Home
Tools

3,920+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. reslop
    reslop icon

    reslop

    Code Review

    A terminal-native CLI tool for reviewing AI-generated code diffs, leaving feedback and todos, and generating structured markdown plans for AI agents to execute.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Install via npm and use without restrictions.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code ReviewAI Coding AssistantsAgent Frameworks

    Alternatives

    SupercodePlannotatorPullfrog
    Developer
    Timur ShemsedinovTimur Shemsedinov builds open-source developer tools focused…

    Listed Sep 2026

    About reslop

    reslop is an open-source, terminal-native CLI tool built by Timur Shemsedinov that bridges the gap between human code review and AI agent execution. It lets developers walk uncommitted git diffs, GitHub PRs, or GitLab MRs, annotate them with feedback and todos, and produce a structured markdown plan that an AI agent can then work through autonomously. The project is MIT-licensed, written in JavaScript, and requires Node.js 18+ with no runtime dependencies.

    What It Is

    reslop sits at the intersection of code review and AI agent orchestration. Rather than simply reviewing code, it creates a feedback loop: a developer reviews AI-generated changes in the terminal, marks findings and todos, and the tool outputs a dated .review/YYYY-MM-DD-NN.md file with frontmatter status and checkbox-based action items. An AI agent then reads that file, executes the ready or partial items, and ticks off checkboxes as it goes — turning the review into a repair cycle.

    The Review-Plan-Repair Loop

    The core workflow follows four stages: Review → Plan → Repair → Verify. The developer opens a diff (uncommitted changes, a specific commit, or a remote PR/MR URL), navigates block by block, and annotates each hunk with feedback or todos. When finished, quitting with f marks the plan ready. The agent picks up any file with status: ready or status: partial, works through unchecked items, and marks each [x] on completion. The four status values — editing, ready, partial, done — form a clear contract between the human reviewer and the AI agent.

    Terminal-Native Design

    reslop is built entirely for the terminal with no runtime dependencies. Key design choices include:

    • Intra-line highlighting: Stronger red/green paint on the exact tokens that differ, not the whole line, so a one-character edit is immediately visible.
    • Three layout modes: Unified, mixed, and side-by-side, cycled with m.
    • Block-level actions: Each contiguous hunk can be staged (a), unstaged (u), dropped to HEAD (d), or committed (c) directly from the review interface.
    • Clipboard support: OSC 52 drag-to-copy with fallback to wl-copy, xclip, or xsel.
    • Works on Linux, macOS, and Windows (Windows Terminal required on Windows).

    Scope Beyond Git Diffs

    Beyond local uncommitted changes, reslop can review a specific commit by SHA, open a GitHub PR or GitLab MR by URL (importing review comments into the local plan), and inspect npm dependencies — proposing unused removals, audit fixes, and outdated updates as diffs. This makes it useful not just for AI-generated code review but for general dependency hygiene workflows driven by an agent.

    Update: v0.1.5

    The latest release is v0.1.5, published on 2026-09-14, roughly one week after the repository was created on 2026-09-06. The rapid release cadence (five patch versions in under ten days) and the GitHub topic tags — agent, ai, code-review, diff, llm, neuroslop, planning, refactoring, repair, sdd — signal active early development. The project had 96 stars and 4 forks as of the last recorded update on 2026-09-15.

    reslop - 1

    Community Discussions

    Be the first to start a conversation about reslop

    Share your experience with reslop, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Install via npm and use without restrictions.

    • Review uncommitted diffs, commits, GitHub PRs, GitLab MRs
    • Intra-line diff highlighting
    • Block-level stage/unstage/revert actions
    • Feedback and todo annotations
    • Markdown plan generation for AI agents

    Capabilities

    Key Features

    • Review uncommitted git diffs, commits, GitHub PRs, and GitLab MRs
    • Intra-line diff highlighting on changed tokens
    • Block-level actions: stage, unstage, drop to HEAD, commit
    • Three layout modes: unified, mixed, side-by-side
    • Feedback and todo annotations per diff block or file
    • Generates dated markdown plan files with frontmatter status
    • Agent contract: ready/partial/editing/done status lifecycle
    • Import GitHub PR and GitLab MR review comments into local plan
    • npm dependency review: unused removals, audit fixes, outdated updates
    • OSC 52 clipboard support (wl-copy, xclip, xsel)
    • No runtime dependencies, Node.js 18+ required
    • Read-only mode for commit review
    • Autosave while typing feedback or todos

    Integrations

    Git
    GitHub Pull Requests
    GitLab Merge Requests
    npm
    Node.js
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate reslop and help others make informed decisions.

    Developer

    Timur Shemsedinov

    Timur Shemsedinov builds open-source developer tools focused on AI-assisted code review and agent workflows. He created reslop, a terminal-native CLI that bridges human code review with AI agent execution via structured markdown plans. His work is MIT-licensed and distributed via npm, with community support through Patreon.

    Read more about Timur Shemsedinov
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Supercode icon

    Supercode

    An open-source AI-powered SWE agent and CLI coding assistant that ships code with you, supporting Claude, GPT, Gemini, and 15+ model providers.

    Plannotator icon

    Plannotator

    Interactive visual plan and code review tool for AI coding agents, with inline annotations, team sharing, and seamless integration with Claude Code, Copilot CLI, Gemini CLI, and more.

    Pullfrog icon

    Pullfrog

    An open-source, model-agnostic GitHub bot that runs AI coding agents inside GitHub Actions to review PRs, triage issues, autofix CI failures, and more.

    Browse all tools

    Related Topics

    Code Review

    Tools that help review, analyze, and improve code quality.

    114 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    860 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    704 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions