What problem does it solve?
Managing KubeSphere's application lifecycle—App Store templates, Helm repositories, version reviews, and installed releases—requires navigating two API generations (application.kubesphere.io/v2 and legacy openpitrix.io) with subtle differences in request shapes, labels, and action semantics that frequently cause errors.
Core Features & Use Cases
- Repository and Template Management: Create, sync, and troubleshoot Helm app repositories, upload app templates, and manage Application/ApplicationVersion resources with correct labels and object-shaped request bodies.
- Release Operations and Troubleshooting: Create, upgrade, and diagnose ApplicationRelease installations using kubectl label selectors, executor Job inspection, and controller log analysis.
- App Store Administration: Handle categories, version reviews, metadata patches, and attachment uploads across enterprise-space and component-dock console areas.
- Use Case: A platform admin needs to publish an uploaded Helm chart to the App Store: the Skill guides querying the upload repo label, submitting the version for review, approving it with the correct state-based action body, and verifying the release deployment.
Quick Start
Ask the assistant to list all app repositories in a workspace and troubleshoot any that are stuck syncing.