What problem does it solve?
This Skill provides an easy way to generate real, shareable diffs instead of writing out edit summaries, making it more efficient to showcase changes in files or code.
Core Features & Use Cases
- Generate Diffs: Produces diffs in various formats (viewer URL, file artifact, or both).
- Flexible Usage: Accepts either text comparisons or unified patch strings.
- Viewer Options: Offers interactive viewing modes or file artifacts, suitable for both immediate feedback and record-keeping.
- Use Case: When collaborating on a document, this Skill can help you quickly produce a diff between the current version and a previous one, providing both a live view and a downloadable file artifact.
Quick Start
Run the 'diffs' tool with the mode 'view' for an interactive viewer URL, or 'file' for a downloadable file artifact. Example: diffs mode=file before=before.txt after=after.txt fileFormat=pdf.