diffs

Generate shareable diffs from before/after text or patch strings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual edit summaries are error-prone and hard to audit; this tool generates precise, shareable diffs that can be viewed via a URL or downloaded as artifacts.

Core Features & Use Cases

  • Generate diffs from before/after text or patch strings.
  • Support viewer URLs, file artifacts, or both.
  • Flexible rendering options: mode=view, mode=file, mode=both with fileFormat, fileQuality, and fileScale.

Quick Start

Provide a real diff for the given before and after text or a patch string.

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

Generate shareable diffs by providing before and after text or patch strings, rendering outputs as viewer URLs, file artifacts, or both for precise code review collaboration.

Can I create a diff from a patch string instead of raw text?

Yes, diff generation accepts patch strings directly as input alongside before/after text, processing them into precise, shareable diff representations for collaboration workflows.

What's the best way to replace manual edit summaries in documentation?

Replace manual edit summaries by generating real diffs from before and after text, outputting shareable viewer URLs or downloadable file artifacts for precise documentation edits.

Does diff generation support downloadable file artifacts?

Yes, using mode=file or mode=both renders diffs as downloadable file artifacts, with configurable fileFormat, fileQuality, and fileScale options for flexible output.

What rendering modes are available for diff generation?

Diff generation supports mode=view for viewer URLs, mode=file for file artifacts, and mode=both to output both formats simultaneously with adjustable file rendering settings.

When do I need a precise diff representation instead of a manual summary?

Use precise diff representations during code reviews, documentation edits, and collaboration workflows where manual edit summaries are error-prone, hard to audit, and lack shareable accuracy.