verify-deploy

Verify Vercel and Cloud Run deployment build status, health endpoints, and critical routes.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/bobby-andris/Allied-FeedOps --skill verify-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-deploy
Source: https://github.com/bobby-andris/Allied-FeedOps/tree/main/.claude/skills/verify-deploy
Command: npx skills add https://github.com/bobby-andris/Allied-FeedOps --skill verify-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Closes the loop after pushing changes by verifying deployments completed successfully, ensuring dashboards and pipelines are live and healthy.

Core Features & Use Cases

  • Validate frontend dashboard deployments (Vercel) and backend pipeline deployments (Cloud Run) after each push.
  • Check build status, service health endpoints, and critical routes to ensure deployment readiness before release.
  • Use case: after merging to master, confirm both UI and API layers are reachable and healthy before notifying stakeholders.

Quick Start

After pushing changes to master, run verify-deploy and review the results to confirm deployment health.

Frequently Asked Questions about verify-deploy

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

FAQPage Schema
How do I verify Vercel and Cloud Run deployments after pushing changes?

To verify deployments after a push, you need to check the build status, service health endpoints, and critical routes. This confirms that both Vercel frontend dashboards and Cloud Run backend pipelines are live and healthy before public release.

What is the best way to check deployment readiness across multiple platforms?

Deployment readiness is checked by retrieving deployment status and validating health endpoints across platforms. Confirming build status and critical route reachability ensures both UI and API layers are fully ready for stakeholders before notifying them.

Does this deployment verification work for both frontend dashboards and backend pipelines?

Yes, deployment verification applies to both Vercel frontend dashboard deployments and Cloud Run backend pipeline deployments. It validates build status and service health endpoints to ensure the UI and API layers are reachable.

How do I run a health check on critical routes after a merge to master?

Run a health check on critical routes after merging to master by executing a verification step that retrieves deployment status and validates service endpoints. This determines if the release is ready and healthy for public access.

Why does my deployment need readiness validation before public access?

Readiness validation is needed before public access to ensure dashboards and pipelines completed successfully. Verifying build status and health endpoints closes the loop after pushing changes, preventing broken releases from reaching users.

Can I automatically confirm deployment health without checking the Vercel dashboard manually?

Yes, you can automatically confirm deployment health by retrieving deployment status and running readiness validation checks. This automates the process of verifying build status and health endpoints, replacing manual dashboard reviews.