What problem does it solve? Before releasing an app on the davidlaporte.org Innovation Platform, you need to know it passes the platform's real safety gates and acceptable-use policy. This Skill pushes to the default branch to trigger the actual CI gates (which deploy nothing), then reviews guardrails, the app contract, and app-code security so failures are caught before release. ## Core Features & Use Cases - Real CI gate execution: Pushes to the default branch so the platform's eight safety gates (config-integrity, secrets, SAST, deps, dep-age, container, scaffold-check, app-deps) run with pinned tool versions and admin-configured policy. - Guardrails and contract review: Reads the app against the platform's acceptable-use policy and runtime contract via MCP tools, treating violations as hard stops even when CI is green. - Result translation: Converts gate outcomes into plain-language explanations and fixes, including false-positive handling via central ignores and dep-age cooldown guidance. - Use Case: You finished an inno-{app} and ask "is this safe to ship?" The Skill checks the plugin version, reviews policy and code, pushes, watches the gates, and ends with a clear "Safe to ship" or "Not yet" verdict. ## Quick Start Ask the assistant to run the safety preflight on your inno app before shipping it.