BeClaude

revdiff

New
548Community RegistryDocumentationby umputun

Review diffs, files, and documents with inline annotations in a TUI overlay

First seen 5/28/2026

Summary

RevDiff is a skill that lets you review diffs, files, and documents with inline annotations in a TUI overlay, making code review and document feedback more interactive and precise.

  • It helps developers catch issues, suggest improvements, and collaborate on changes without leaving the terminal.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install revdiff@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Review a pull request diff with inline comments before merging.
Annotate a documentation file with suggestions for clarity or accuracy.
Collaborate on a code change by adding inline notes for your team.
Audit a configuration file for potential errors or improvements.
Provide feedback on a design document during a team review cycle.
Check a patch file for regressions and leave annotations for the author.

Usage Examples

1

/revdiff review the diff between main and feature-branch

2

Annotate the file README.md with suggestions for improvement

3

/revdiff check the latest commit and add inline comments

View source on GitHub
code-reviewdocumentation

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is revdiff?

RevDiff is a skill that lets you review diffs, files, and documents with inline annotations in a TUI overlay, making code review and document feedback more interactive and precise. It helps developers catch issues, suggest improvements, and collaborate on changes without leaving the terminal.

How to install revdiff?

To install revdiff: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install revdiff@<marketplace>. Finally, /plugin in Claude Code.

What is revdiff best for?

revdiff is a plugin categorized under Documentation. It is designed for: code-review, documentation. Created by umputun.

What can I use revdiff for?

revdiff is useful for: Review a pull request diff with inline comments before merging.; Annotate a documentation file with suggestions for clarity or accuracy.; Collaborate on a code change by adding inline notes for your team.; Audit a configuration file for potential errors or improvements.; Provide feedback on a design document during a team review cycle.; Check a patch file for regressions and leave annotations for the author..