ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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