Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cap-go avatar

Capgo Release Management

  • 44 installs
  • 57 repo stars
  • Updated July 13, 2026
  • cap-go/capacitor-skills

Manage Capgo OTA releases: upload bundles, target channels, run compatibility checks, and configure bundle encryption.

About

Guides Capgo OTA release operations including bundle uploads, channel targeting, compatibility checks, cleanup, and encryption keys. A developer uses it to manage Capgo bundle and channel operations.

  • Handles Capgo bundle upload, channels, and compatibility checks
  • Sets up bundle encryption keys and cleanup for OTA releases

Capgo Release Management by the numbers

  • 44 all-time installs (skills.sh)
  • Ranked #142 of 248 Release Management skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cap-go/capacitor-skills --skill capgo-release-management

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs44
repo stars57
Last updatedJuly 13, 2026
Repositorycap-go/capacitor-skills

What it does

Manage Capgo OTA releases: upload bundles, target channels, run compatibility checks, and configure bundle encryption.

Files

SKILL.mdMarkdownGitHub ↗

Capgo Release Management

Use this skill for Capgo OTA bundle, channel, and encryption-key workflows.

When to Use This Skill

  • User wants to upload or manage a Capgo bundle
  • User needs channel targeting or compatibility checks
  • User wants bundle encryption or cleanup

Procedures

Step 1: Choose the Release Operation

Use the matching command group:

  • bundle upload/list/delete/cleanup
  • bundle compatibility/releaseType/zip/encrypt/decrypt
  • channel add/list/delete/set/currentBundle
  • key save/create/delete_old

Step 2: Upload or Inspect Bundles

Prefer the current Capgo CLI:

npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel production

Use compatibility checks before channel changes when the user is unsure whether a bundle is safe for rollout.

Step 3: Manage Channels

Use channel operations to set defaults, target specific bundles, and control rollout scope.

Only change the default channel when the user explicitly intends to move production traffic.

Step 4: Set Up Encryption

Use key create or key save before encrypted bundle uploads.

Keep private keys out of version control.

Error Handling

  • For upload failures, verify bundle version uniqueness and channel selection before retrying.
  • For compatibility failures, inspect package metadata and native version constraints before forcing a rollout.
  • For encrypted upload issues, verify the public key and session key flow before rotating keys.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.