deploy-verified

Verify deployed artifacts contain latest changes via three-gate checks.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/sukeun1997/claude-config --skill deploy-verified
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-verified
Source: https://github.com/sukeun1997/claude-config/tree/main/skills/deploy-verified
Command: npx skills add https://github.com/sukeun1997/claude-config --skill deploy-verified

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifying that a deployment actually includes the latest changes and that the live process is running the updated artifacts, across a structured, auditable three-gate workflow.

Core Features & Use Cases

  • Three-Gate Verification: Ensures artifact inclusion, correct log path usage, and live process evidence before declaring deployment success.
  • Artifact & Log Validation: Checks build artifacts timestamps and signatures, discovers correct server logs, and verifies live execution evidence.
  • Use Case: After deploying a new artifact, automatically confirm it is running in production and identify any gaps that require re-deployment.

Quick Start

Trigger the 3-Gate verification workflow after deployment by supplying a signature and a log path.

Frequently Asked Questions about deploy-verified

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

FAQPage Schema
How do I verify a deployment includes the latest changes and is running in production?

Deployment verification validates artifact inclusion by checking build timestamps, discovering correct server log paths, and verifying live execution evidence to confirm the updated artifact is actively running in production.

What does post-deployment artifact verification check for in a CI/CD pipeline?

Post-deployment artifact verification in a CI/CD pipeline checks whether the deployed artifact actually contains the latest changes and validates live execution through timestamp checks, file path verification, and grep results.

How do I validate live execution evidence after deploying a new artifact?

To validate live execution evidence, trigger a three-gate workflow that enforces explicit evidence requirements, including artifact signature checks, log path discovery, and live process verification before declaring deployment success.

What happens when deployment verification fails to find the updated artifact?

When deployment verification fails to find the updated artifact, the workflow returns actionable remediation steps identifying specific gaps in artifact inclusion, log path usage, or live process evidence that require re-deployment.

When do I need to run a three-gate deployment verification workflow?

A three-gate deployment verification workflow is needed after deploying a new artifact to automatically confirm it is running in production, ensuring artifact inclusion, correct log path usage, and live process evidence across an auditable process.