From Mimi Seed
Runs an end-to-end mobile app release pipeline via mimi-seed: CI build, submission risk checks, release note generation, and store deployment for Play Store and App Store.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mimi-seed:deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
mimi-seed로 출시를 한 흐름으로 운전한다: CI 빌드 → 블로커 점검 → 릴리스 노트 생성/적용 → 스토어 출시. CLI 한 줄(`mimi-seed deploy`) 또는 MCP 도구 시퀀스 두 경로를 지원한다.
mimi-seed로 출시를 한 흐름으로 운전한다: CI 빌드 → 블로커 점검 → 릴리스 노트 생성/적용 → 스토어 출시. CLI 한 줄(mimi-seed deploy) 또는 MCP 도구 시퀀스 두 경로를 지원한다.
mimi-seed 등록 + 대상 스토어 인증 완료 (mimi_seed_status로 확인).ANTHROPIC_API_KEY 환경변수.ci_save_config. Jenkins는 빌드 트리거 도구가 없으므로 잡을 REST API로 직접 트리거하고, mimi-seed의 jenkins_*는 credential 등록에만 쓴다.npx mimi-seed deploy # Android, CI 자동 감지
npx mimi-seed deploy --platform ios # iOS
npx mimi-seed deploy --skip-build --version-code 142 # 노트만 적용
CI(Jenkins · GitHub Actions · GitLab) 자동 감지, --ci로 강제 지정 가능.
ToolSearch(query="select:mimi_seed_status,ci_list_workflows,ci_trigger_build,ci_get_build_status,generate_release_notes_from_commits,playstore_check_submission_risks,playstore_update_latest_release_notes,playstore_promote_release,appstore_list_builds,appstore_attach_latest_build,appstore_update_whats_new,appstore_submit_for_review")
ci_trigger_build(GitHub/GitLab) → ci_get_build_status로 완료 대기. (Jenkins면 REST 트리거 후 빌드 로그 폴링.)generate_release_notes_from_commits(3톤 × 다국어)로 생성 → 사용자 리뷰 → 적용.playstore_check_submission_risks / appstore_check_submission_risks 블로커 보고.playstore_update_latest_release_notes → playstore_promote_release/submit_releaseappstore_attach_latest_build → appstore_update_whats_new → appstore_submit_for_reviewstatus=completed, submit_for_review) 전 반드시 사용자 승인.*_check_submission_risks)을 출시보다 먼저 돌려 블로커를 체크리스트로 보여준다.npx claudepluginhub jeonghwanko/mimi-seed-sdk --plugin mimi-seedDeploys iOS and Android mobile apps to App Store and Google Play with code signing, versioning, and GitHub Actions CI/CD. Use for release preparation, certificate setup, and pipeline automation.
Runs Google Play, App Store Connect, Firebase, and AdMob release operations via mimi-seed MCP with deferred tool loading and safety rules for irreversible actions.
Guides mobile app deployment to App Store Connect and Google Play Console: configuration, code signing/provisioning, Fastlane automation, review compliance, phased rollouts, Crashlytics/Sentry integration.