What problem does it solve? Long contract redlines with dozens of findings are unreadable as a single linear document. This Skill converts a markdown redline into a clickable, self-contained HTML view so reviewers can filter by severity, jump between clauses, and compare counterparty language against proposed replacements. ## Core Features & Use Cases - Interactive clause navigation: A sidebar lists all findings with severity dots; clicking a row scrolls the main pane to that clause with their language, proposed replacement, rationale, and fallback. - Multiple layout modes: Side-by-side, stacked, or drill-down layouts, plus a severity filter bar whose state is preserved in the URL hash for shareable bookmarked views. - Inline comments and shortcuts: Per-clause comment threads stored in localStorage, keyboard navigation (j/k, /, c), print-friendly output, and offline-capable single-file HTML with no frameworks. - Use Case: After running a redline on a 30-page MSA with 80 findings, generate the interactive view so outside counsel can filter to blocking issues, click through each clause, and leave notes without reading top-to-bottom. ## Quick Start Use the contract-interactive-html skill to build an interactive clickable review from the redline file redlines/acme-msa.md in drill-down mode.