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

  1. Capture the current diff with the packaged script:

    python3 <skill-path>/scripts/generate_diff_report.py
    
  2. The script writes .diffs/<YYYY-MM-DD>_<working|clean|short-sha>.html unless -o is provided.

  3. Open the generated HTML file in the browser.

  4. Report the file count, added/deleted line counts, and output path.

  5. If the script prints Suggestion: add .diffs/ to .gitignore, pass that suggestion along. Do not edit .gitignore automatically.

Installs
38
Repository
chann/skills
First Seen
May 26, 2026
diff-viewer — chann/skills