| name | live-update-release-auditor |
| description | Audit release readiness for Capacitor live updates with strict compatibility, security, and rollback gates. |
Live Update Release Auditor
Use this skill before publishing to beta/production channels.
Mandatory Audit Checks
- Capacitor core package major versions are aligned.
- Updater plugin is present and configured.
- Startup readiness signaling is implemented.
- Compatibility gate command passes for target channel.
- Release type gate confirms OTA eligibility.
- Security scan and test suite pass for touched areas.
- Rollback bundle and trigger thresholds are defined.
- Monitoring owner and timeline are explicit.
Required Command Evidence
npx @capgo/cli@latest doctor
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>
Output Format
Status: pass | pass-with-risk | fail
Critical blockers: must-fix before release
Medium risks: can ship with mitigation
Rollback plan: exact command sequence
Promotion decision: proceed | hold
Severity Rules
- Missing compatibility gate result ->
fail
- Native-impacting changes marked OTA ->
fail
- No rollback bundle identified ->
pass-with-risk
- Missing platform test evidence ->
pass-with-risk