frontend-forge-fe-operations
将前端扩展生命周期操作自动化,适合集群运营和扩展发布场景。
需访问 Kubernetes 集群并可能要求高权限(集群管理员)。
支持对 FrontendExtension 资源的创建、构建、发布与调试等运维操作。
覆盖 FrontendExtension 的创建、构建、发布与调试全流程:生成/下载包、触发或强制 rebuild、发布/撤销发布、删除扩展,并检查包产物、Jobs 和发布控制器状态。适合在打包失败、发布异常或需要调试发布链路时使用。特别能处理 artifact ConfigMap、publisher Job、rebuild‑token 和 package/publish 状态细节,便于排查打包与发布问题。
▸ 展开 SKILL.md 英文原文
Operate FrontendExtension (FE) resources in frontend-forge: create, update, rebuild, inspect package artifacts, download packages, publish, unpublish, delete, and debug package/publish controller behavior. Use this skill whenever the user mentions FE operations, FrontendExtension lifecycle, extension package/download/publish/unpublish, artifact ConfigMaps, package Jobs, publisher Jobs, publish target ConfigMaps or Secrets, rebuild-token, package-state/publish-state labels, or troubleshooting FE status in a Kubernetes cluster.
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/frontend-forge-fe-operations/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/frontend-forge-fe-operations/SKILL.md"# Frontend Forge FE Operations ## When to use Use this skill for operational work around `FrontendExtension` resources: - Create or update an FE manifest - Trigger or inspect package generation - Force a rebuild with the rebuild-token annotation - Download the generated package artifact - Publish, unpublish, or delete an extension - Inspect FE status, conditions, labels, Jobs, artifact ConfigMaps, and publish targets - Debug FE package phases such as `Packaging`, `Ready`, and `Failed`, plus publish/unpublish phases such as `Pending`, `Running`, `Succeeded`, and `Failed` If the task is about `FrontendIntegration` runtime `JSBundle` creation, use the FI operations skill instead. FE package