askill
capgo-incident-response

capgo-incident-responseSafety 90Repository

Handle live-update incidents with rapid triage, rollback execution, and post-incident hardening.

1 stars
1.2k downloads
Updated 2/20/2026

Package Files

Loading files...
SKILL.md

Capgo Incident Response

Use this skill when a live update causes regressions, startup failures, or elevated crash rates.

Triage Sequence

  1. Confirm incident scope (platforms, channel, app version, error profile).
  2. Fetch currently linked bundle for impacted channel.
  3. Identify previous known-good bundle.
  4. 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

  1. Record timeline with first bad bundle and rollback timestamp.
  2. Run compatibility checker on the failed bundle.
  3. Add missing guardrails/tests that would have caught the issue.
  4. Prepare fix-forward bundle and redeploy through staged channels.

Output Template

  • Incident summary
  • Impact
  • Actions taken
  • Current state
  • Root cause hypothesis
  • Preventive controls

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/22/2026

Well-structured incident response skill with clear triage sequence, CLI commands, and post-incident workflow. Has explicit trigger section and practical containment patterns. Slightly limited by specificity to Cap-go CLI but includes reusable incident response framework. Path depth >4 suggests internal context but content is broadly applicable to anyone using Cap-go.

90
85
65
75
80

Metadata

Licenseunknown
Version-
Updated2/20/2026
PublisherCap-go

Tags

ci-cd