skills/deployment/deployment-build/SKILL.md
Builds artefacts (container images, packages, bundles) and validates build pipeline output. Use when preparing a release, running docker build, uv build, or a CI build job, or when verifying artefact integrity before release.
npx skillsauth add pkuppens/pkuppens deployment-buildInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Builds release artefacts and validates build pipeline output before release.
When to use:
docker build, uv build, or a CI build workflow manuallyInstructions:
docker build -t <image>:<tag> . or docker compose builduv build (produces dist/)npm run build or vite buildgh workflow run build.ymldocker run --rm <image>:<tag> <healthcheck-cmd>uv pip install dist/*.whl --dry-run or smoke test<image>:<semver> and <image>:latesttmp/deployment/build-<version>.md:
Output format:
## Build Summary
- Artefact: <type> — <name>:<version>
- Digest/hash: <value>
- Build command: <cmd>
- Status: ✅ success / ❌ failed
- Notes: <any warnings or anomalies>
Integration: Follows integration-merge. Precedes deployment-release. See COOPERATION.md.
testing
Syncs remote default branch locally (checkout, fetch --prune, pull) and returns to the previous branch when it still exists. Reports stashes and worktrees not yet handled. Use when the user asks to sync main, update default branch, fetch/pull origin, or run /sync-branch.
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.