What problem does it solve?
This skill provides an interactive, pair-programming style code review workflow using tmux and neovim, enabling structured, question-driven reviews.
Core Features & Use Cases
- Live diff exploration: Open files at specific lines in a dedicated neovim pane and discuss changes in real time.
- Guided review prompts: State problems, group related changes, and keep reviews concise with TDD-style checks.
- PR preparation: Generate clear review notes and handoff prompts to accelerate merge readiness.
Quick Start
Initialize the review pane and begin walking through a diff with the nvim-helper.sh script:
- Setup: ~/.claude/skills/review-prep/nvim-helper.sh setup
- Open file: ~/.claude/skills/review-prep/nvim-helper.sh open path/to/file.go 120
- Focus: ~/.claude/skills/review-prep/nvim-helper.sh focus
- Status: ~/.claude/skills/review-prep/nvim-helper.sh status