diffs

Generates shareable diffs from before/after pairs or unified patch strings.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill diffs-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffs
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/extensions/diffs/skills/diffs
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill diffs-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually writing edit summaries for code or text changes is time-consuming and often inaccurate, making it hard for collaborators to quickly understand what was modified. This Skill eliminates that friction by generating real, precise diffs instead of vague manual descriptions.

Core Features & Use Cases

  • Flexible Input Support: Accepts either before/after text pairs or unified patch strings as input.
  • Multiple Output Modes: Generates interactive gateway-hosted viewer URLs, rendered PNG/PDF file artifacts, or both at once.
  • Use Case: When reviewing a teammate's pull request, use this Skill to generate a clear, shareable diff of their code changes instead of typing out a summary of edits, so the entire team can see exactly what was modified at a glance.

Quick Start

Use the diffs skill to generate a shareable viewer for the changes between the original and updated versions of the app configuration file.

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 from a unified patch string?

To generate a shareable diff, provide a unified patch string as input. The tool processes the patch data and produces an interactive gateway-hosted viewer URL or rendered file artifacts for collaborative review.

What is the best way to share code review changes without manual summaries?

The best way to share code review changes is generating accurate, high-fidelity rendered file artifacts or interactive viewer URLs. This replaces error-prone manual edit summaries with precise visual change tracking.

Can I create text comparison artifacts from before and after text pairs?

Yes, you can create text comparison artifacts by providing before/after text pairs as input. The system supports configurable presentation options to output shareable PNG or PDF file artifacts.

Does this support both interactive viewer URLs and rendered file artifacts for change documentation?

Yes, it supports both output modes simultaneously. You can generate interactive gateway-hosted viewer URLs alongside high-fidelity rendered file artifacts for comprehensive change documentation workflows.

How do I track text and code changes for collaborative editing workflows?

To track text and code changes, submit the original and updated versions as input. The system generates precise diffs and shareable artifacts, providing clear visibility of modifications for collaborative editing workflows.