deploy

Coordinate a governed build-deploy-verify workflow for Agent Red with GOV-16 owner approval.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill deploy-remaker-digital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/Remaker-Digital/groundtruth-kb/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill deploy-remaker-digital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents risky, unapproved production/staging releases by enforcing a deploy gate, validating protected behaviors, and running an end-to-end build, deploy, and verification pipeline.

Core Features & Use Cases

  • GOV-16 Deploy Gate Enforcement: Stops and requests explicit owner approval before any deployment proceeds.
  • Pre-Flight Regression & Integrity Checks: Verifies version bump correctness, runs protected behavior regression grep assertions, ensures a clean working tree, checks unit tests, and performs a security scan and code-quality review.
  • Build-Deploy-Verify Pipeline: Builds admin SPAs and the widget, enforces artifact freshness, performs the ACR image build, updates the container app, and confirms health/version and upgrade verification.

Quick Start

Ask your AI agent to run the deploy Skill for staging or production by providing the environment and the version, for example: "Deploy Agent Red to staging with version v1.90.0".

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce an owner-approval gate before deploying to staging or production?

To enforce owner approval before deployment, the workflow requires a governance gate that stops the pipeline and requests explicit owner approval before proceeding with any staging or production release.

What pre-flight checks are needed for a governed container app deployment?

Pre-flight checks for a governed deployment include verifying version bumps, running protected behavior regression assertions, checking for a clean working tree, executing unit tests, and performing a security scan.

How do I build and update Azure Container Apps images during a release cutover?

To update Azure Container Apps during a release, the workflow builds admin SPAs and widgets, enforces artifact freshness, performs the container registry image build, and updates the container app image.

Can I run regression testing and security scans before deploying my container app?

Yes, regression testing and security scans are integrated as deterministic pre-flight checks that must pass before the build-deploy-verify pipeline proceeds with the container app update.

What happens if post-deploy health verification fails after an Azure Container Apps update?

If post-deploy health or upgrade verification fails, the verification gates stop the deployment process on any regression or failed assertions to prevent unstable releases.

Does the CI-CD pipeline support version validation for staging and production environments?

Yes, the pipeline applies environment-specific build commands and version validation checks to ensure deterministic deployments to either staging or production environments.