smaqit.infrastructure-deploy-verify

Verify post-deployment health, commit SHA, and SPA root response via curl.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-deploy-verify
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: smaqit.infrastructure-deploy-verify
Source: https://github.com/ruifrvaz/local-image-generator/tree/main/.github/skills/smaqit.infrastructure-deploy-verify
Command: npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-deploy-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

Validates application health, deployment commit SHA, and SPA root response post-deployment, ensuring the application is ready for use.

Core Features & Use Cases

  • Post-Deployment Health Check: Confirms the application is functioning as expected.
  • Commit SHA Verification: Compares deployed commit SHA with the local commit, ensuring the latest version is deployed.
  • SPA Root Validation: Checks the HTTP response from the SPA root to confirm proper deployment.
  • Use Case: After deploying a web application, this Skill is used to ensure that the application is fully operational before closing the deployment task.

Quick Start

Run the deployment verification skill with the deployment URL: /skill/smaqit.infrastructure-deploy-verify -u http://example.com

Frequently Asked Questions about smaqit.infrastructure-deploy-verify

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

FAQPage Schema
How do I verify a post-deployment commit SHA in a CI/CD pipeline?▼

Verify a post-deployment commit SHA by comparing the deployed application's exposed commit SHA with your local commit using automated comparison logic within your CI/CD pipeline, ensuring the latest version is live.

How do I check SPA root response and application health after a deployment?▼

Check SPA root response and application health by running a curl command against the deployment URL to confirm the HTTP response is successful and the web application is fully operational before closing the task.

Do I need curl to automate post-deployment web application health checks?▼

Yes, you need curl installed to perform the HTTP health endpoint checks required to validate the SPA root response and overall application health post-deployment.

What is the best way to ensure a web application is ready for use after deploying?▼

The best way to ensure a web application is ready is to validate post-deployment application health, confirm the commit SHA matches the local build, and verify the SPA root response functions correctly.

Why does my deployment verification fail when checking the SPA root?▼

Deployment verification fails when checking the SPA root if the HTTP response from the deployment URL is unsuccessful, indicating the web application is not properly deployed or ready for use.