What problem does it solve? Finding commits or code worth sharing on social media requires manually reviewing git history, checking for leaked secrets, and drafting post prompts. This Skill automates that discovery pipeline and produces a reviewed digest file. ## Core Features & Use Cases - Dual scan modes: Scan recent git history by time window or branch delta, or scan a codebase path directly for shareable files and functions. - Scoring and filtering: Ranks candidates by teaching value using a tunable scoring table, with project-level focus and avoid patterns loaded from a SOCIAL.md config. - Mandatory security scrub: Every candidate passes through a security-scrub check so secrets or sensitive content are blocked before anything is drafted. - Use Case: After a week of feature work, run the scan to get a dated digest in .claude/digests containing scored, secret-checked entries with ready-to-paste share-code prompts for LinkedIn, Twitter/X, or Bluesky. ## Quick Start Ask the assistant to scan the last 7 days of git history for shareable commits and write a digest for review.