ソース情報
- リポジトリ
- akuity/kargo
- ソースの最終更新活動
- 2026年6月22日 15:57
- 検出された SKILL.md の言語
- 英語
- スター
- 3,634
- フォーク
- 423
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/akuity/kargo --skill lock-release-docsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | lock-release-docs |
| description | Lock docs and scripts on a release branch to a specific patch version |
| argument-hint | <release-branch> <version> |
| disable-model-invocation | true |
Lock all documentation and scripts on a release branch so they reference a
specific version instead of floating references like main or latest.
Arguments: $0 = release branch (e.g. release-1.9), $1 = version to
lock to (e.g. 1.9.3)./
upstream remote.$0 and make sure it is up to date with upstream/$0.lock-$0-docs) off of $0.Search docs/ and hack/ thoroughly for the patterns below. Do not assume a
fixed set of files -- new docs or scripts may introduce new instances over time.
mainAny raw.githubusercontent.com/akuity/kargo/main/... or
github.com/akuity/kargo/tree/main/... URL should be updated to reference
the release branch instead (e.g. for raw content URLs,
for tree links).
refs/heads/$0tree/$0latestAny github.com/akuity/kargo/releases/latest/download/... URL should be
pinned to the specific version: releases/download/v$1/....
Any helm install, helm upgrade, or helm inspect values command that
references oci://ghcr.io/akuity/kargo-charts/kargo without a --version
flag needs --version $1 added. Place it on the line immediately after the
chart URL, before any --namespace or --set flags, to match the style used
by nearby third-party chart installs.
Do not modify helm commands for third-party charts (cert-manager, Argo CD, Argo Rollouts, etc.) -- those manage their own version pins.