flutter-release-readiness
Installation
SKILL.md
Flutter Release Readiness
Prepare a Flutter app for Android and iOS release: versioning, quality gate, signing guidance, store metadata, build commands, and CI/CD checklist.
Workflow
- Run universal pre-release gate (both platforms must pass before continuing).
- Run Android-specific checks.
- Run iOS-specific checks.
- Run quality validation — all three commands must pass.
- Generate
docs/release/release_checklist.mdusingtemplates/release_checklist.md. - Generate CI/CD templates if not present (from
templates/github_workflows/). - Present final blockers list — do not execute release builds until user approves.
NEVER run flutter build release or publish commands without explicit user approval. NEVER commit signing credentials to source control.