diff-summary-md

Installation
SKILL.md

Diff Summary (Markdown Only)

Overview

Variant of the diff-summary skill that persists aligned Korean and English Markdown reports to .diff-summaries/<date>_<scope-tag>.md and .diff-summaries/<date>_<scope-tag>.en.md. It never generates the HTML report and never attempts a browser open.

Workflow

Before starting, read the bundled base workflow at <skill-path>/references/diff-summary-workflow.md. It is a synchronized copy of the authoritative diff-summary workflow, including the packaged evidence collector contract, scope preservation and validation rules, untrusted-evidence rules, analysis dimensions, evidence-first writing contract, Explanatory Depth guidance, and Stable Report Contract. Do not restate or weaken it here.

Follow the bundled base workflow exactly through report authoring, then change only the generation step:

  1. Collect the requested scope through the packaged evidence collector and its JSON standard-input contract, exactly as the bundled workflow requires. Every fail-closed rule applies unchanged.
  2. Author the default aligned Korean and English Markdown pair that satisfies the bundled workflow's Stable Report Contract. Keep the same DS-* IDs, order, fields, and evidence claims in both languages.
  3. Start the packaged generator with the same trusted absolute Python path and isolated -I mode, combining bilingual JSON input with --markdown-only:
Installs
13
Repository
chann/skills
First Seen
Jul 16, 2026
diff-summary-md — chann/skills