| name | capgo-cicd-live-updates |
| description | Design CI/CD pipelines for Capgo bundle delivery with compatibility, security, and rollback gates. |
Capgo CI/CD Live Updates
Use this skill when creating or reviewing CI pipelines that publish live updates.
Pipeline Stages
- Build web assets.
- Run lint, tests, and security scan.
- Run local compatibility checks.
- Upload to staging channel.
- Validate staging behavior.
- Promote to production with approval gate.
- Execute post-deploy monitoring window.
Required Gate Commands
npx @capgo/cli@latest doctor
./scripts/check-capacitor-compatibility.sh --strict
npx @capgo/cli@latest bundle compatibility <appId> --channel <targetChannel>
npx @capgo/cli@latest bundle releaseType <appId> --channel <targetChannel>
Production Promotion Requirements
- Explicit approval with rollback owner.
- Previous production bundle captured.
- Monitoring window and stop conditions defined.
Failure Policy
- Any failed compatibility gate blocks promotion.
- Any native release-type result blocks OTA path.
- Any missing rollback target blocks production promotion.