What problem does it solve?
Plain text diffs in a terminal are hard to review, especially for multi-file changes. This Skill turns the current session diff into a structured, narrative HTML walkthrough with syntax highlighting and rich diff rendering, displayed in a native Glimpse window for easier code review.
Core Features & Use Cases
- Visual diff walkthroughs: Converts the current git session diff into a single HTML page with prose explanations and focused
changes blocks referencing real files and line ranges.
- Inline and unified diffs: Supports ad-hoc
diff fenced blocks with literal +/- lines or pasted unified diff output, plus syntax-highlighted code blocks.
- User review collection: Blocks until the window is closed, or runs in
--background mode writing the user's review feedback to a file for asynchronous workflows.
- Use Case: After an agent finishes a multi-file refactor, pipe a Markdown walkthrough into
npx glimpse-changes so a reviewer sees each change explained in narrative order rather than raw diff order.
Quick Start
Ask the agent to use the glimpse-changes skill to create a visual walkthrough of the current uncommitted changes and open it for review.