Codereview Annotator.Nvim
Description
Neovim code review: unified syntax-highlighted diff, typed annotations, batch submit to an agent
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
codereview-annotator.nvim
[](https://github.com/felipeva/codereview-annotator.nvim/actions/workflows/test.yml?query=branch%3Amaster) [](https://neovim.io) [](LICENSE)
**Review a diff in Neovim. Annotate what needs work. Send the whole review to a coding agent as one message.**
You get one syntax-highlighted diff of everything a branch changed, unified or side by side. It has vim-native navigation, a file tree, reviewed-file collapsing, and a batch submit at the end.
┌─ tree ──────────────┐┌─ branch vs origin/master · ✓2/7 · +9 -4 ──────────────────┐
│ ▾ apps 1/4 ││ ○ ▾ apps/api/src/main.ts +12 -3 [3 notes]│
│ ▾ api/src 1/2 ││ @@ -19,6 +19,8 @@ function boot() │
│ ▾ routes 0/1 ││ 19 │ const app = express() │
│ ○ users.ts ││ ▌20 │ -const cfg = load() │
│ ● main.ts 3 ││ ▌21 │ +const cfg = loadConfig() │
│ ▾ web/src 0/2 ││ ▌ │ 🐞 why the rename? no callers were updated │
│ ✓ index.ts ││ 22 │ app.listen(cfg.port) │
│ ▾ packages/… 0/1 ││ │
│ ○ types.ts ││ ✓ ▸ apps/api/src/routes.ts +4 -0 │
│ ○ README.md ││ │
│ 2/7 reviewed ││ ○ ▾ apps/web/src/index.ts +2 -1 │
└─────────────────────┘└───────────────────────────────────────────────────────────┘
Neovim draws everything. There is no terminal window, no browser and no web view.
Contents
- Install · [You
Related Skills
Import Drawio
Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level
Code Quality Import Mermaid
Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level
Code Quality Open Code Review
/open-code-review
Code Quality Job Stories
- Create job stories with acceptance criteria in JTBD format
Code Quality Wwas
- Create backlog items in Why-What-Acceptance format
Code Quality Code Quality Review
Review code quality in: $ARGUMENTS
Code Quality