diffs

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

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill diffs-jiayuemeng128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/JiayueMeng128/OpenClaw2Androidtrying/tree/main/openclaw/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill diffs-jiayuemeng128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create clear, shareable visual representations of code or text changes, eliminating the need for manual edit summaries.

Core Features & Use Cases

  • Visual Diffs: Generates interactive diff viewers or static image/PDF artifacts of changes.
  • Patch Support: Accepts either before/after text or a unified patch string.
  • Use Case: When proposing a code change in a review, use this Skill to generate a visual diff that clearly highlights exactly what was modified, making it easier for reviewers to understand.

Quick Start

Use the diffs tool to produce 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 diff for code review?

A visual diff highlights text or code changes by generating an interactive viewer URL or rendered file artifact, making modifications easier for reviewers to understand without manual edit summaries.

Can I use a unified patch string to create a visual diff?

Yes, you can generate visual diffs from a unified patch string. The tool accepts either before/after text or a patch string to render interactive viewers and static image or PDF artifacts.

What is the best way to share code changes with reviewers?

The best way to share code changes is generating a shareable diff viewer URL or file artifact. This clearly highlights exact modifications, streamlining change communication workflows for reviewers.

Does the diff output support interactive viewers and static files?

Yes, the diff output supports interactive viewer URLs and rendered file artifacts like images or PDFs. This provides flexible presentation modes for various code review and change communication workflows.

When do I need a visual diff tool for text comparison?

You need a visual diff tool for text comparison when proposing code changes in a review. It clearly highlights exact modifications, eliminating manual edit summaries and easing change communication workflows.