원클릭으로
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