What problem does it solve? Presenting Azure DevOps work-item change proposals in chat hosts like Discord risks losing exact values, operation order, blockers, or proposal identity, which can lead to uninformed or forged approvals. This Skill defines strict presentation rules so a review shows every operation, precondition, consequence, and authorization choice without mutating anything. ## Core Features & Use Cases - Faithful review rendering: Validates the twig.change-proposal.review model (version 1), refuses unknown versions, mismatched digests, or incomplete operations, and preserves exact old/new values with baseline provenance. - Discord-safe output: Produces phone-friendly Markdown message payloads with mention suppression, embed flags, UTF-16-aware message splitting, and escaping of untrusted field text. - Offline reference script: scripts/render_discord_review.py converts saved preview JSON into ordered Discord message payloads without network access, credentials, or approval handling. - Use Case: An agent runs twig proposal preview --output json, then uses this Skill to post a complete, digest-identified review to Discord so a human can approve or decline through the documented Twig lifecycle. ## Quick Start Run the Twig proposal preview for my workspace, save the JSON, and use this skill to render it into Discord review messages I can send.