What problem does it solve?
This Skill provides a web-based git diff viewer with AI prompt generation to simplify code reviews, letting you review diffs more efficiently and generate AI-assisted feedback.
Core Features & Use Cases
- Web UI for diffs: View uncommitted, staged, and commit diffs in a browser.
- AI Prompt Generation: Generate review prompts and feedback for selected lines or changes.
- Copy & Share Prompts: Copy the AI prompt to paste into your preferred AI assistant for faster code reviews.
- Workflow: Pipe git diff or git show into bunx along with
difit to launch the viewer; click lines to annotate; copy prompts for AI feedback.
Quick Start
Pipe the current diff to bunx using bash: git diff | bunx difit # run_in_background: true. Then open the browser, select lines to generate AI review prompts, and paste the prompt into your AI assistant for feedback.