diffs

Generate visual code diffs from text or patch strings.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dbillionaer/wholesaile --skill diffs-dbillionaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/Dbillionaer/wholesaile/tree/main/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/Dbillionaer/wholesaile --skill diffs-dbillionaer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of visual code differences, eliminating the need for manual edit summaries and ensuring clarity in code reviews and documentation.

Core Features & Use Cases

  • Generate Real Diffs: Produces actual diffs instead of manual descriptions.
  • Multiple Output Modes: Supports interactive viewers, file artifacts (PNG, PDF), or both.
  • Use Case: When proposing a change to a configuration file, use this Skill to generate a diff that clearly highlights the modifications for your team to review.

Quick Start

Use the diffs tool to generate a viewer URL for the changes between the original text and the modified text.

Frequently Asked Questions about diffs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a visual code diff for review?

You generate a visual code diff by providing before and after text or a patch string, which produces a visual representation highlighting modifications for team review.

Can I export code diffs as PNG or PDF files?

Yes, you can export code diffs as rendered file artifacts in PNG or PDF formats, providing static visual outputs for documentation and offline code review purposes.

What's the best way to share code changes with my team?

The best way to share code changes is generating an interactive viewer URL or rendered file artifacts, which automates visual code differences and eliminates manual edit summaries for team collaboration.

Can I customize the theme and layout of generated code diffs?

Yes, you can customize presentation options like theme and layout when generating visual code differences, ensuring enhanced clarity and readability tailored to your code review context.

Does the diffs tool support patch string inputs?

Yes, the tool supports patch string inputs alongside before and after text, allowing you to generate visual code differences directly from existing version control patches.

When should I use a visual code diff instead of manual descriptions?

Use a visual code diff when proposing configuration file changes or documenting updates, as it produces actual diffs that clearly highlight modifications and eliminates manual edit summaries.