cmd-deploy-status

Monitor Vivreal site deployment status via Step Functions and Amplify builds.

Updated May 12, 2026
One-click install
npx skills add https://github.com/HillBombCreations/vivreal-skills --skill cmd-deploy-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmd-deploy-status
Source: https://github.com/HillBombCreations/vivreal-skills/tree/main/vivreal-infra/skills/cmd-deploy-status
Command: npx skills add https://github.com/HillBombCreations/vivreal-skills --skill cmd-deploy-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides immediate visibility into the deploy status of a Vivreal customer site, including its current status, any stuck or failing Step Functions states, and Amplify build outcomes.

Core Features & Use Cases

  • Live Deploy Status Check: Quickly determine whether a site is pending, deploying, live, or failed.
  • Detailed Step Functions State: Identify the specific state a Step Functions execution is stuck at or failing.
  • Amplify Build Outcome: Check the status of the latest Amplify build for potential issues.
  • Use Case: When a customer reports a problem with their site, use this Skill to immediately verify the current deployment status and diagnose the issue.

Quick Start

Check the deploy status of the customer site with the key 'customer-site-key' using the cmd-deploy-status skill.

Frequently Asked Questions about cmd-deploy-status

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

FAQPage Schema
How do I check the live deployment status of a customer site?

Check live deployment status by querying Step Functions execution states and Amplify build outcomes to determine if a site is pending, deploying, live, or failed.

Why does my AWS Step Functions execution get stuck or fail during a site deployment?

Step Functions executions can get stuck or fail during site deployments due to errors in specific state transitions, which you can identify by inspecting the detailed execution state.

How do I diagnose an AWS Amplify build failure for a customer site?

Diagnose Amplify build failures by checking the latest build outcome and status logs to identify potential issues causing the deployment to fail.

Do I need access to the tenant's sites collection to monitor Step Functions deployment status?

Yes, you need access to the tenant's sites collection and the Step Functions API to successfully retrieve and monitor the deployment status.

What's the best way to monitor Vivreal site deployments when a customer reports an issue?

The best way to monitor Vivreal site deployments is to immediately verify the current deployment status and diagnose the issue using both Step Functions and Amplify build checks.