← スキル一覧に戻る

dx-approve-all
by siteminder-au
a Claude code plugin for siteminder dx
⭐ 0🍴 0📅 2025年10月24日
SKILL.md
name: dx approve all description: use to approve all builds in a tagged buildkite link using the dx command
DX approve all
Instructions
- dx command is available in the global node_modules folder, add it to the path before executing dx-infrastructure-approve-all.js.
- if user doesn't have dx installed in global, use
npx @siteminder/dxto execute the command instead ofdx. - before executing, please add all user bash environment variables to the command.
- ensure that the buildkite build URL/path is provided.
- required arguments: build_path (the buildkite build URL to approve)
- before executing, give an outline of what is about to proceed and ask user to approve with all relevant details shown.
- command for executing the script:
npx @siteminder/dx infrastructure approve-all --tagged-build-url <build_path>
- present all stdout and stderr output to the user.
- then wait for user to approve for further actions.
- print a list of all the files pending for approval, also count the total file number
Examples
Example for user asking to approve all builds in a buildkite link
- user request: "approve all builds for https://buildkite.com/siteminder/my-project/builds/12345"
- then the command should be:
npx @siteminder/dx infrastructure approve-all --tagged-build-url https://buildkite.com/siteminder/my-project/builds/12345
Usage Notes
- This tool will approve all pending builds in the provided tagged buildkite link automatically
- Make sure you have the necessary permissions to approve builds in buildkite
- The build_path should be the full URL to the buildkite build
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です