diffs

Generate shareable diffs from text or unified patches with viewer URLs and PNG or PDF artifacts.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill diffs-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/enclawed/enclawed-oss/tree/main/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill diffs-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill replaces vague edit summaries with real diffs that people can view, share, and verify, making change review faster and more trustworthy.

Core Features & Use Cases

  • Interactive Diff Viewing: Generate an accessible viewer URL for reviewing changes in a browser.
  • Rendered Artifacts: Produce file outputs such as PNG or PDF when a shareable artifact is needed.
  • Flexible Input Handling: Work from before-and-after text or from a unified patch string.
  • Use Case: A reviewer needs to inspect a code change, share the result with teammates, and archive a rendered diff for approval or documentation.

Quick Start

Use the diffs skill to compare the before and after versions of the content and generate a shareable diff viewer or rendered artifact.

Frequently Asked Questions about diffs

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

FAQPage Schema
How do I generate a shareable diff from before-and-after text for code review?

To generate a shareable diff for code review, provide the before-and-after text to produce an accessible viewer URL or a rendered file artifact. This replaces vague edit summaries with real diffs that teammates can view and verify.

Can I create a rendered diff artifact as a PNG or PDF?

Yes, you can create a rendered diff artifact as a PNG or PDF file. This Skill supports high-fidelity export options to produce file outputs when you need a shareable, archivable artifact for approval or documentation.

Does this tool support applying a unified patch string to view changes?

Yes, this tool supports unified patch strings as input. You can supply a unified patch string instead of before-and-after text to generate an interactive viewing URL or a rendered file artifact for change review.

What is the best way to share code change review results with teammates?

The best way to share code change review results is by generating an interactive diff viewer URL or a rendered file artifact. You can deliver these outputs through a message path to ensure teammates receive accessible, verifiable change documentation.

Can I use this for document editing workflows or is it only for code changes?

You can use this for document editing workflows as well as code changes. The Skill generates real, shareable diffs from any before-and-after text, making change review faster and more trustworthy across various editing workflows.