一键导入
capgo-compatibility-checker
Run multi-layer compatibility checks for Capacitor and Capgo updates before channel promotion.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run multi-layer compatibility checks for Capacitor and Capgo updates before channel promotion.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Design Capacitor features with safe OTA boundaries, channel strategy, compatibility gates, and rollback planning.
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.
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 | capgo-compatibility-checker |
| description | Run multi-layer compatibility checks for Capacitor and Capgo updates before channel promotion. |
Use this skill when validating whether a bundle is safe to ship to a target channel.
CapacitorUpdater config presentnotifyAppReady() call path present on startupnpx @capgo/cli@latest bundle compatibility pass against target channelnpx @capgo/cli@latest bundle releaseType returns OTA when expected./scripts/check-capacitor-compatibility.sh --strict
npx @capgo/cli@latest bundle compatibility <appId> --channel <targetChannel>
npx @capgo/cli@latest bundle releaseType <appId> --channel <targetChannel>
npx @capgo/cli@latest channel currentBundle <targetChannel> <appId>
npx @capgo/cli@latest bundle list <appId>
all green: proceedlocal fail: fix repository compatibility before any uploadchannel compatibility fail: stop promotion, investigate metadata/package mismatchrelease type = native: schedule store release, do not OTAGate results: pass/fail per layerBlocking issues: exact mismatch or missing configRemediation commands: concrete next stepsFinal decision: promote | hold