What problem does it solve? Manual edit summaries are hard to read and easy to misinterpret when reviewing code or text changes. This Skill produces real, shareable diffs—either an interactive viewer URL or a rendered file artifact—so reviewers see exactly what changed. ## Core Features & Use Cases - Viewer Mode: Generate an interactive gateway-hosted diff viewer and present it via the canvas tool using the returned viewer URL. - File Mode: Render diffs as PNG or PDF artifacts with configurable quality (standard, hq, print), scale, and max width. - Flexible Input: Accepts either before/after text pairs or a unified patch string, with optional file path context. - Use Case: After refactoring a configuration file, generate a diff in mode=both to get a viewer link for quick inspection and a PNG artifact to send to a teammate through the message tool. ## Quick Start Use the diffs tool to show the changes between the original and edited version of config.yaml as a shareable viewer link.