一键导入
capacitor-live-update-architect
Design Capacitor features with safe OTA boundaries, channel strategy, compatibility gates, and rollback planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design Capacitor features with safe OTA boundaries, channel strategy, compatibility gates, and rollback planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Design CI/CD pipelines for Capgo bundle delivery with compatibility, security, and rollback gates.
Execute and explain Capgo CLI workflows for setup, bundle operations, channels, compatibility, encryption, organizations, cloud build, and MCP.
Run multi-layer compatibility checks for Capacitor and Capgo updates before channel promotion.
Handle live-update incidents with rapid triage, rollback execution, and post-incident hardening.
Audit release readiness for Capacitor live updates with strict compatibility, security, and rollback gates.
基于 SOC 职业分类
| name | capacitor-live-update-architect |
| description | Design Capacitor features with safe OTA boundaries, channel strategy, compatibility gates, and rollback planning. |
Use this skill when planning implementation that may ship as live updates.
web-layer and native-layer changes.OTA-eligible or store-release-required.capacitor.config.ts changes with production-safe values.Scope split: web vs nativeRelease type: OTA or nativeChannel plan: staging, beta, productionCompatibility gates: commands + pass criteriaRollback: target bundle + trigger thresholdsMonitoring: metrics/events to watch in first 24hRisks: top 3 risks and mitigationsnpx @capgo/cli@latest doctor
npx @capgo/cli@latest bundle compatibility <appId> --channel <channel>
npx @capgo/cli@latest bundle releaseType <appId> --channel <channel>
npx @capgo/cli@latest channel currentBundle <channel> <appId>
npx @capgo/cli@latest bundle upload <appId> --channel <channel>
npx @capgo/cli@latest channel set <channel> <appId> --bundle <bundleVersion>
notifyAppReady() call.