diffs

Generate shareable diffs from before/after content with viewer URLs or patch files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rebootix-research/viki-clow --skill diffs-rebootix-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/rebootix-research/viki-clow/tree/main/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/rebootix-research/viki-clow --skill diffs-rebootix-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real diffs replace vague summaries by producing exact, shareable diffs for edits, reviews, and patches.

Core Features & Use Cases

  • Automatically render diffs from before/after content.
  • Generate viewer URLs or downloadable patch files for collaboration.
  • Use in code reviews, documentation updates, and patch workflows to communicate changes clearly.

Quick Start

Provide the before and after text and run the tool to generate a shareable diff.

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 for code review?

To generate a shareable diff for code review, provide before and after text inputs to produce an exact, shareable difference artifact. It renders changes automatically, replacing vague manual edit summaries with precise viewer URLs or downloadable patch files for clear collaboration.

What's the best way to create a patch file from before and after text?

Creating a patch file from before and after text is done by providing both inputs to the tool and selecting the file rendering mode. It outputs a downloadable patch file containing the exact differences, which can be shared directly via a filePath artifact for version control workflows.

Can I view diffs in a browser instead of downloading a file?

You can view diffs in a browser by using the mode=view setting to generate a viewerUrl. This produces a shareable URL that renders the before and after content differences directly in a viewer, eliminating the need to download patch files for quick code reviews.

Does this diff tool support document edits or is it only for code?

This diff tool supports document edits as well as code, producing exact differences for any before and after text inputs. It applies to documentation updates, patch workflows, and code reviews, generating shareable viewer URLs or artifacts to communicate changes clearly across various content types.

What is the difference between mode=view and mode=file when generating diffs?

The difference between mode=view and mode=file is the output format: mode=view generates a shareable viewerUrl to display differences in a browser, while mode=file outputs a downloadable patch file. Mode=both generates both simultaneously for flexible sharing and version control integration.

Are there quality settings available when rendering diffs?

Optional quality settings are available when rendering diffs from before and after content. These settings can be applied alongside mode selections (view, file, or both) to adjust the output of viewer URLs or downloadable patch files, ensuring the generated artifact meets your code review standards.