What problem does it solve? Flipping a private GitHub repo to public is irreversible — full commit history, PR descriptions, and closed issues all become permanently visible and indexed. This Skill enforces a pre-flip checklist so credentials, internal URLs, real names, and missing licenses or onboarding docs don't leak into the public record. ## Core Features & Use Cases - Pre-flip checklist: Verifies a /setup skill exists, a LICENSE file is present (defaulting to MIT), and the README follows a clone → claude → /setup onboarding pattern. - Two-layer scrubbing: Runs regex-based and Haiku-based scrub scripts over tracked files, plus manual review of commit history, PR descriptions, and closed issues, with squash or git filter-repo options for dirty history. - Security and protection pass: Greps for hardcoded credentials and internal network references, then applies branch protection on main (required PR reviews, enforce_admins, push restrictions) immediately after the visibility flip. - Use Case: Before launching a side project, you ask to go public — the Skill walks each checklist item, scrubs a leaked internal hostname from history, adds an MIT license, flips visibility with gh repo edit, and confirms the result in an incognito browser. ## Quick Start Ask the assistant to run the flip-public checklist and make this repository public on GitHub.