一键导入
sync-docs
Check consistency between public docs in the platform repo and the website repo
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check consistency between public docs in the platform repo and the website repo
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide through creating a new kuberise.io release with release notes, changelog, version badge, GitHub release, and LinkedIn post
Walk through adding a new external Helm component to the kuberise platform
Scaffold a new local Helm chart and register it in the app-of-apps
Check for newer versions of external Helm charts referenced in the platform
Test kr CLI changes on a local k3d cluster
Scaffold a new blog post for the kuberise.io website
| name | sync-docs |
| description | Check consistency between public docs in the platform repo and the website repo |
Check that public docs in docs/public/ are consistent with their copies in the website repo. Public docs should only be edited in the platform repo - the website fetches them at build time.
Source of truth:
docs/public/
Website copy (populated at build time, should NOT be manually edited):
../https.kuberise.io/content/1.docs/
For each file in docs/public/:
Look for files in ../https.kuberise.io/content/1.docs/ that don't have a corresponding source in docs/public/. These may be:
Present a summary:
docs/public/, never directly in the website reposcripts/build.sh fetches docs from the platform repo at build time.github/workflows/trigger-website.yml triggers a Cloudflare Pages rebuild when docs/public/** changes on main../https.kuberise.io/docs/ (root level) are internal developer docs for website contributors - ignore these