ci-cd

ci-cd is a skill for Claude Code, Codex from sonature-lab/timsquad. It costs 42 tokens per session (1,189 once invoked), scanned A, original, MIT.

A guide for automating the process of building, testing, signing, and publishing Flutter mobile apps. It covers both iOS and Android release workflows.

In plain words
What is it for?
Use it to set up Fastlane, Codemagic, or GitHub Actions, manage iOS and Android signing, publish to TestFlight or Google Play, and automate version updates.
Why use it?
It reduces manual release work and helps keep signing keys, versions, environments, and store uploads under control.

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/sonature-lab/timsquad/ci-cd
Any agent
npx skills add sonature-lab/timsquad --skill ci-cd
Clone the repo
git clone --depth 1 https://github.com/sonature-lab/timsquad

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ci-cd

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonature-lab/timsquad/ci-cd.svg)](https://agentmods.dev/skills/sonature-lab/timsquad/ci-cd)
Your own site
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/ci-cd"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/ci-cd.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,189 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.00042 $0.01189
Opus 5 $0.00021 $0.00594
Sonnet 5 $0.00008 $0.00238
Haiku 4.5 $0.00004 $0.00119

Measured 5d ago against content hash 5ca382a7f5be, 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 5d ago.

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.

templates/base/skills/tsq-flutter/ci-cd/SKILL.md · 83 lines

How it starts

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

CI/CD Pipeline

Flutter 앱의 빌드, 테스트, 서명, 배포 자동화 가이드. iOS/Android 코드 서명, Fastlane/Codemagic/GitHub Actions 파이프라인, 스토어 배포, 버전 관리.

Philosophy

  • 배포는 자동 — 수동 빌드/업로드 금지, CI가 전부 처리
  • 서명은 분리 — 코드 서명 키를 CI 환경에 안전하게 주입, 레포에 절대 포함 금지
  • 버전은 규칙 — 시맨틱 버저닝 + 빌드 넘버 자동 증가
  • 환경은 격리 — dev/staging/prod 설정 분리, 환경별 독립 파이프라인

Resources

6개 규칙 + 1개 참조. CI/CD 파이프라인 전체를 커버.

Priority Type Resource Description
CRITICAL rule code-signing iOS provisioning profile, Android keystore, 인증서 관리
HIGH rule fastlane-setup Fastfile 구성, match, supply, deliver, .env 관리
HIGH rule codemagic-setup codemagic.yaml 워크플로우, 환경변수, 빌드 트리거
HIGH rule github-actions Flutter 빌드 워크플로우, 테스트-빌드-업로드 파이프라인
HIGH rule store-deployment TestFlight, Play Store tracks, 메타데이터, 단계적 출시
MEDIUM rule versioning 시맨틱 버저닝, 빌드 넘버 자동 증가, CHANGELOG, git 태그
ref ci-cd-pipeline 파이프라인 아키텍처, 환경 설정, 시크릿 관리, 롤백

Quick Rules

코드 서명

  • iOS: match 로 인증서/프로필 Git 저장소 관리 (팀 공유)
  • Android: keystore 파일을 CI 환경변수로 base64 주입
  • 개발용/배포용 인증서 분리 — 동일 인증서 사용 금지
  • 서명 키를 레포에 커밋 금지 — .gitignore*.keystore, *.jks, *.p12 추가

Fastlane

  • Fastfileios/android 레인 분리
  • match → iOS 인증서 자동 관리 (Git 저장소 or Google Cloud Storage)
  • supply → Google Play 업로드, deliver → App Store 업로드
  • .env 로 환경별 설정 분리 (.env.production, .env.staging)

CI/CD 플랫폼

  • Codemagic: Flutter 네이티브 지원, codemagic.yaml 로 워크플로우 정의
  • GitHub Actions: subosito/flutter-action 으로 Flutter 설치, pub cache 캐시 필수
  • 빌드 트리거: 태그 푸시 (v*) → 릴리스, PR → 테스트만

스토어 배포

  • TestFlight: deliver 또는 app-store-connect API로 업로드
  • Play Store: internal → closed → open → production 트랙 순서
  • 단계적 출시 (staged rollout): 1% → 5% → 20% → 50% → 100%
  • 메타데이터 (스크린샷, 설명) 코드로 관리 (fastlane/metadata/)

Read the full file on GitHub · 83 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 83 lines · 42 tokens per session scan A 5ca382a7f5be

Subscribe to this mod's changes

ci-cd is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 7d ago), licensed MIT. It adds 42 tokens to every session and 1,189 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories