From autocode
Run a go-live checklist: verify URL accessibility, SSL certificate, mobile rendering, and display the live URL. Automatically triggered on deploy_complete.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:go-liveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{go-live|conf:confirmed|scope:global}
::GENE{go-live|conf:confirmed|scope:global} T:check_url_accessible T:check_ssl_working T:check_mobile_loads T:show_user_their_url T:celebrate_if_all_pass A:say_its_live_without_checking⇒verify_first
::ACTIVATE{go-live} ON:deploy_complete
::EXAMPLE{ output: "All checks passed. Your site is live: https://nainai-cake.com Open it on your phone and see." }
Powered by I-Lang v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeChecks a project's readiness for a public URL: deployment, domain, env vars, social previews, favicons, placeholders, and production settings for detected services.
Provides a go/no-go pre-launch checklist checking showstoppers (core flow, payments, auth, HTTPS, secrets), UX (mobile, errors, speed), operations (Sentry, analytics, monitoring, backups), and polish before live deployment.
Runs production readiness checklist verifying environment variables, health endpoints, error monitoring, CORS, rate limiting, security headers, performance, database, and DNS/SSL config before deployment.