What problem does it solve? Turning a code change into a shareable social media post requires writing platform-appropriate copy and designing a visual card by hand. This Skill automates that by detecting changes from git, drafting platform-aware copy, and rendering a styled dark-mode card image. ## Core Features & Use Cases - Automatic change detection: Reads git diffs, commit logs, and changelogs to pick the right card type (diff-card, feature-card, or quote-card) without manual input. - Platform-aware copy drafting: Writes takeaway-first social posts following per-platform character limits, tone defaults, and hashtag rules, with optional project defaults from a SOCIAL.md config file. - Card image rendering: Populates HTML templates with variables and copy panels, then screenshots them via Playwright into PNG files saved persistently under docs/media/social/. - Security gate: Runs a security-scrub check on extracted git content before publishing, blocking the workflow if secrets are detected. - Use Case: After merging a feature branch, ask the assistant to share the change; it detects the feat commit, drafts a LinkedIn post, renders a feature-card PNG, and saves both for reuse. ## Quick Start Ask the assistant to share the latest code change as a social post, specifying your target platform and preferred tone.