diff-viewer
Installation
SKILL.md
Diff Viewer
Overview
Render the current working-tree diff as an HTML report. This is a viewer only: it does not perform a code review or produce findings.
Workflow
-
Capture the current diff with the packaged script:
python3 <skill-path>/scripts/generate_diff_report.py -
The script writes
.diffs/<YYYY-MM-DD>_<working|clean|short-sha>.htmlunless-ois provided. -
Open the generated HTML file in the browser.
-
Report the file count, added/deleted line counts, and output path.
-
If the script prints
Suggestion: add .diffs/ to .gitignore, pass that suggestion along. Do not edit.gitignoreautomatically.