Skip to content

Agent feedback loop

diffle ships explicit review skills for Codex and Claude Code that drive a review through a local MCP server. Both integrations need the diffle command on your PATH — see Installation.

Terminal window
claude plugin marketplace add codywilliamson/diffle
claude plugin install diffle-review@diffle-local --scope user

Then start a new Claude Code session (or run /reload-plugins).

  1. Ask the agent Review my current changes with diffle.

  2. Leave line/file comments and choose Return Feedback.

  3. Return to the agent and say continue.

  4. The agent replies and re-review requests appear in diffle — choose Refresh diff from the notice to load new changes.

  5. Verify, reply in a thread or resolve, then approve or return more feedback. Asking for more after approval reopens the same review.

The review panel: a summary field with Return Feedback, Approve, and Cancel, above the unresolved comment thread

The MCP server can also be run directly:

Terminal window
diffle mcp serve

See MCP tools for the full tool list.