ci-cd

Instructions for setting up automated testing, app building, and release pipelines for Flutter apps using GitHub Actions and Fastlane.

In plain words
What is it for?
Use it to configure checks for pull requests, build APKs or iOS apps, distribute test versions through Firebase, and release through TestFlight or the Play Store.
Why use it?
It reduces repeated manual steps when checking code, producing Android or iOS builds, and distributing releases.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/launch52-ai/flutter-template/ci-cd
Any agent
npx skills add launch52-ai/flutter-template --skill ci-cd
Clone the repo
git clone --depth 1 https://github.com/launch52-ai/flutter-template

Made for: Claude Code, Codex.

Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,755 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00051 $0.01755
Opus 5 $0.00026 $0.00877
Sonnet 5 $0.00010 $0.00351
Haiku 4.5 $0.00005 $0.00176

Measured 2d ago against content hash adb6e6db462b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ci-cd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (templates/bump_version.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/ci-cd/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CI/CD - Automated Build & Deploy

Set up robust CI/CD pipelines for Flutter apps using GitHub Actions and Fastlane. Automates the entire flow from code push to app store deployment.

When to Use This Skill

  • Setting up CI/CD for a new Flutter project
  • Adding automated testing to pull requests
  • Configuring deployment to Firebase App Distribution
  • Setting up TestFlight (iOS) or Play Store (Android) releases
  • Implementing semantic versioning automation
  • Optimizing build times with caching

Architecture Overview

GitHub Actions Pipeline: CI (on PR: analyze, test) → Build (on merge: APK/IPA) → Deploy (on tag: stores)

Fastlane: iOS (match → build → TestFlight) | Android (gradle → Play Store)

Quick Reference

Workflow Types

Workflow Trigger Purpose
ci.yml PR, push Lint, test, analyze
build-android.yml Push to main Build APK/AAB artifacts
build-ios.yml Push to main Build iOS (no codesign)
deploy-firebase-android.yml Beta/alpha tags Firebase App Distribution (Android)
deploy-firebase-ios.yml Beta/alpha tags Firebase App Distribution (iOS)
deploy-testflight.yml Release tags TestFlight
deploy-playstore.yml Release tags Play Store
release.yml Manual Bump version, create tag

Quick Start

# Interactive setup - creates config file, then generates all CI/CD files
dart run .claude/skills/ci-cd/scripts/setup.dart

This will:

  1. Create ci-cd-config.yaml with all options
  2. Open it for you to fill in your values
  3. Run again to generate all workflows and Fastlane files

Other Commands

dart run .claude/skills/ci-cd/scripts/check.dart       # Validate setup
cd ios && bundle exec fastlane beta                    # Fastlane iOS
cd android && bundle exec fastlane beta                # Fastlane Android
./scripts/bump_version.sh patch                        # Bump version

Workflow

1. Prerequisites Check

Read the full file on GitHub · 182 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 182 lines · 51 tokens per session scan A adb6e6db462b

Subscribe to this mod's changes

ci-cd is a skill published in the GitHub repository launch52-ai/flutter-template (2 stars, last pushed 6mo ago), licensed MIT. It adds 51 tokens to every session and 1,755 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ci-cd

Flutter CI/CD 파이프라인 가이드라인. 코드 서명, Fastlane, Codemagic, GitHub Actions, 스토어 배포, 버전 관리 자동화.

sonature-lab/timsquad · 42 tokens

configuring-codemagic

Configures Codemagic CI/CD pipelines for Flutter using codemagic.yaml. Use when setting up automated Flutter builds on Codemagic, configuring iOS code signing without Fastlane Match, deploying to App Store Connect or Google Play from Codemagic, caching pub dependencies in Codemagic, setting up encrypted environment…

Poorgramer-Zack/dart-expert-skills · 103 tokens

configuring-github-actions

Configures GitHub Actions CI/CD workflows for Flutter projects. Use when creating or editing .github/workflows/ YAML files for Flutter, integrating subosito/flutter-action, automating flutter test, flutter analyze, or dart format on push or pullrequest events, running buildrunner in CI, building Android AAB or iOS IPA…

Poorgramer-Zack/dart-expert-skills · 107 tokens

merge-seed

Merge upstream React Starter Kit updates (the seed remote) into main, preserving this project's identity, scope, and behavior. Use when asked to sync, pull, or merge the seed / starter kit / upstream template.

kriasoft/react-starter-kit · 49 tokens

at_client_skills-sdk

Use this skill when a developer is building a Dart or Flutter app that depends on atclient or atclientflutter from pub.dev, stores or shares data via the Atsign Protocol, needs onboarding (CRAM new-atsign, atKeys file, keychain, APKAM) or APKAM enrollment, or asks about AtCollection , CItem , Query , sub-collections…

atsign-foundation/at_client_sdk · 232 tokens

mobile-automation

MCP (dart-mcp + Marionette) を使ったFlutterアプリのE2E自動化・UI検証ガイド。シミュレーターでのUI動作確認、モックプレビュー検証、Bridge経由のE2Eテスト、スクリーンショット撮影など、アプリの動作検証が必要なときに使う。「動作確認して」「UIを検証して」「E2Eテスト」「シミュレーターで確認」「モックで確認」と言われたときや、UI変更後の検証フェーズで使用すること。.

K9i-0/ccpocket · 138 tokens