Capgo Incident Response
Use this skill when a live update causes regressions, startup failures, or elevated crash rates.
Triage Sequence
- Confirm incident scope (platforms, channel, app version, error profile).
- Fetch currently linked bundle for impacted channel.
- Identify previous known-good bundle.
- Decide rollback now vs partial containment.
Immediate Command Toolkit
npx @capgo/cli@latest channel currentBundle <channel> <appId>
npx @capgo/cli@latest bundle list <appId>
npx @capgo/cli@latest channel set <channel> <appId> --bundle <knownGoodBundle>
npx @capgo/cli@latest app debug <appId>
Containment Patterns
- Roll back production channel to last good bundle.
- Restrict channel targeting if issue is platform-specific.
- Pause promotion pipeline until compatibility gates pass again.
Post-Incident Actions
- Record timeline with first bad bundle and rollback timestamp.
- Run compatibility checker on the failed bundle.
- Add missing guardrails/tests that would have caught the issue.
- Prepare fix-forward bundle and redeploy through staged channels.
Output Template
Incident summaryImpactActions takenCurrent stateRoot cause hypothesisPreventive controls
