check-deploy

Monitor the "Build and Push Sandbox" CI/CD workflow for completion status.

25|13|Updated Apr 27, 2025
One-click install
npx skills add https://github.com/blaxel-ai/sandbox --skill check-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-deploy
Source: https://github.com/blaxel-ai/sandbox/tree/main/.agents/skills/check-deploy
Command: npx skills add https://github.com/blaxel-ai/sandbox --skill check-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the monitoring of a specific CI/CD workflow ("Build and Push Sandbox") to confirm its successful completion, ensuring deployments are validated.

Core Features & Use Cases

  • Workflow Monitoring: Watches the "Build and Push Sandbox" CI/CD workflow.
  • Conditional Watching: Adapts to watch either a specific branch (for dev deployments) or the latest tag (for prod deployments).
  • Status Reporting: Reports the final conclusion (success, failure, cancelled) and provides a link to the workflow run.
  • Use Case: After merging code into the develop branch, use this Skill to automatically track the deployment pipeline and confirm that the sandbox environment has been successfully updated.

Quick Start

Use the check-deploy skill to watch the build and push sandbox workflow for the develop branch.

Frequently Asked Questions about check-deploy

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

FAQPage Schema
How do I monitor a GitHub Actions CI/CD workflow for deployment completion?

This Skill automates monitoring the "Build and Push Sandbox" GitHub Actions workflow for completion status, intelligently determining whether to track runs associated with a development branch or a production tag. It confirms deployment success by observing the completion of the "build-s3-hub" job.

What is the best way to track a sandbox deployment pipeline after merging code?

Tracking a sandbox deployment pipeline after merging code requires observing the CI/CD workflow triggered by the merge. This Skill automatically tracks the pipeline and confirms that the sandbox environment has been successfully updated by watching the "Build and Push Sandbox" workflow run to completion.

Can I use this to watch CI/CD runs for both development branches and production tags?

Yes, you can watch CI/CD runs for both development branches and production tags. The Skill adapts its monitoring to track either a specific branch for dev deployments or the latest tag for prod deployments, ensuring flexible validation across different deployment targets.

How does this Skill report the final conclusion of a GitHub Actions workflow run?

It reports the final conclusion of a GitHub Actions workflow run by providing the status outcome (success, failure, or cancelled) and includes a direct link to the workflow run. This allows you to quickly verify the deployment result or investigate failures.

Do I need to manually trigger the workflow monitoring for the develop branch?

No, you do not need to manually trigger workflow monitoring for the develop branch. You use this Skill to automatically watch the "Build and Push Sandbox" workflow for the develop branch, allowing you to track the deployment pipeline passively after initiating the merge.