change-walkthrough
Installation
SKILL.md
Change Walkthrough
Generate a detailed, well-formatted markdown walkthrough of code changes with automatic HTML conversion and browser preview.
Workflow
1. Understand What Changes to Review
Ask or determine what changes the user wants documented:
- Uncommitted changes (default): All changes in working directory
- Staged changes: Only changes added to staging area
- Recent commits: Last N commits
- Commit range: Specific range (e.g., "abc123..def456")
- Branch comparison: Diff between branches
- Specific files: Only certain files or directories
If not specified, default to uncommitted changes.
Related skills