Claude Code Plugins

Community-maintained marketplace

Feedback

use to approve all builds in a tagged buildkite link using the dx command

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

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/dx to execute the command instead of dx.
  • 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

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