원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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