revdiff
NewReview diffs, files, and documents with inline annotations in a TUI overlay
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
/plugin marketplace add <org/repo>Add the configuration to /plugin install revdiff@<marketplace>
/pluginUse Cases
Usage Examples
/revdiff review the diff between main and feature-branch
Annotate the file README.md with suggestions for improvement
/revdiff check the latest commit and add inline comments
Security Audits
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..