If you've ever manually uploaded a Chrome extension zip through the Web Store dashboard after every release, this skill walks you through automating the entire thing. It covers the full OAuth setup dance in Google Cloud Console, generating a refresh token via the OAuth Playground, wiring secrets into GitHub Actions (with optional `gh` CLI automation), and building a version-aware CI workflow that only publishes when your manifest version changes. The step-by-step structure is methodical, almost to a fault, but that's exactly what you want when dealing with Google APIs and credentials. The included status checker script is a nice touch for confirming whether your upload is stuck in review or already live.
npx skills add https://github.com/brianlovin/claude-config --skill chrome-webstore-release-blueprint