preview-diff

preview-diff is a skill for Claude Code, Codex from veelenga/preview-skills. It costs 16 tokens per session (407 once invoked), scanned A, original, MIT.

A tool for viewing Git changes in a readable web-style layout. Git is the version-control system that records edits to files.

In plain words
What is it for?
Use it to preview changes in the current project or compare branches before reviewing or committing code. It also shows tracked, staged, and untracked files.
Why use it?
It makes it easier to inspect what changed without reading raw diff text. You can find files, compare versions side by side or line by line, and see added and removed lines.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/veelenga/preview-skills/preview-diff
Any agent
npx skills add veelenga/preview-skills --skill preview-diff
Clone the repo
git clone --depth 1 https://github.com/veelenga/preview-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for preview-diff

README.md
[![agentmods](https://agentmods.dev/badge/skills/veelenga/preview-skills/preview-diff.svg)](https://agentmods.dev/skills/veelenga/preview-skills/preview-diff)
Your own site
<a href="https://agentmods.dev/skills/veelenga/preview-skills/preview-diff"><img src="https://agentmods.dev/badge/skills/veelenga/preview-skills/preview-diff.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00407
Opus 5 $0.00008 $0.00204
Sonnet 5 $0.00003 $0.00081
Haiku 4.5 $0.00002 $0.00041

Measured 4d ago against content hash 1d091839f271, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

preview-diff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (config.sh, lib/browser-utils.sh, lib/content-utils.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/preview-diff/SKILL.md · 60 lines

What it actually says

Git Diff Preview Tool

Internal tool for previewing git changes with GitHub-style formatting. Accessed via /preview-diff command.

Features

Visual Design

  • Beautiful gradient header with clear stats summary
  • GitHub-style formatting using diff2html library
  • Modern UI with rounded corners and smooth transitions
  • Enhanced readability with optimized fonts and spacing

Functionality

  • Accordion-style files: Click headers to expand/collapse
  • Smart defaults: First file expanded, others collapsed
  • Expand/Collapse All button for quick control
  • Real-time search: Filter files by name
  • View switching: Toggle between unified and split view
  • Unified view (default): Traditional line-by-line diff
  • Split view: Side-by-side comparison
  • Change statistics: Files changed, additions, deletions
  • Line numbers and syntax highlighting
  • View persistence across sessions
  • Shows all changes: tracked, staged, and untracked files

Agent Usage

When the user asks to preview a diff, DO NOT build HTML manually. Use the Bash tool to execute this skill's run.sh script:

# Preview current changes
git diff HEAD | ./run.sh

# Preview specific branch comparison
git diff main..feature-branch | ./run.sh

The script handles all HTML generation and automatically opens the result in the browser. Do NOT open the file manually to avoid duplicate tabs.

Options

The script works with sensible defaults but supports these flags for flexibility:

  • -o, --output PATH - Custom output path
  • --no-browser - Skip browser, output file path only

Technology

  • diff2html: GitHub-style diff rendering
  • git diff: Unified diff format
  • JavaScript/CSS: Browser-based rendering
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 60 lines · 16 tokens per session scan A 1d091839f271

Subscribe to this mod's changes

preview-diff is a skill published in the GitHub repository veelenga/preview-skills (8 stars, last pushed 24d ago), licensed MIT. It adds 16 tokens to every session and 407 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

experts

Assemble a panel of experts to assess a problem from multiple professional perspectives, surface agreement and disagreement, and deliver a chaired recommendation with clear tradeoffs. Use when the user wants multi-expert judgment, a second opinion, design critique, option comparison, or a recommendation backed by…

flc1125/skills · 62 tokens

create-plan

Create and maintain repository-aware technical plans, implementation plans, refactor proposals, design drafts, and migration plans. Use when Codex is asked to investigate a codebase and propose a solution before implementation; write or update a durable plan file; produce a 方案、实施计划或重构计划; split engineering work into…

flc1125/skills · 114 tokens

github-create-pr

Create GitHub pull requests from a local branch using a reviewable workflow for branch checks, diff analysis, PR title/body writing, and gh CLI creation. Use when opening a PR, drafting or improving a PR description, preparing a branch for review, or adding reviewers on GitHub.

flc1125/skills · 61 tokens

github-release-notes-writer

Draft or update user-focused GitHub Release Notes from verified tags, commits, pull requests, existing releases, and supplied changelog baselines. Use when preparing prerelease or stable release notes, turning GitHub's generated What's Changed list into a curated narrative, documenting upgrades or breaking changes, or…

flc1125/skills · 84 tokens

google-fonts-curator

Recommend high-taste Google Fonts for websites based on brand tone, page type, and visual direction. Use when the user needs font selection, font pairing, or aesthetic judgment within the Google Fonts ecosystem for landing pages, brand sites, editorial pages, portfolios, or digital products.

flc1125/skills · 61 tokens

programmer-motivator

Give calm, technically grounded encouragement to programmers when the user is stuck on a bug, frustrated by debugging, tired, discouraged, blaming themselves after a mistake, asking for motivation or emotional support while coding, wanting someone to stay with them through a hard problem, celebrating a breakthrough…

flc1125/skills · 102 tokens