ethereal-deploy-verify

Automate post-deploy verification for GitHub, Vercel, and Railway deployments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ferundatattoo/ethereal --skill ethereal-deploy-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ethereal-deploy-verify
Source: https://github.com/ferundatattoo/ethereal/tree/main/.claude/skills/ethereal-deploy-verify
Command: npx skills add https://github.com/ferundatattoo/ethereal --skill ethereal-deploy-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mandatory post-deploy verification for Ethereal. After ANY push to GitHub, Vercel deploy, or Railway deploy, this skill ensures the change actually works in production.

Core Features & Use Cases

  • Verify deployment status across Vercel and orchestrator health to prevent silent failures.
  • Validate frontend routes and critical health endpoints to ensure user experience is intact.
  • Detect and surface errors via monitoring and alerts to enable rapid remediation.

Quick Start

After deploying to production, run the verification checklist to confirm all checks pass.

Frequently Asked Questions about ethereal-deploy-verify

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

FAQPage Schema
How do I automate post-deploy verification for Vercel and Railway?

Post-deploy verification confirms production success after code pushes by checking deployment statuses, validating frontend routes, testing health endpoints, and monitoring for errors. This prevents silent failures across Vercel, Railway, and GitHub deployments.

What does a production health-check include after a web app deployment?

A production health-check includes validating deployment status across orchestrators, checking critical health endpoints, verifying frontend routes, and detecting errors via monitoring alerts. This ensures the user experience remains intact after environment changes and DNS updates.

Does post-deploy verification work with both Vercel and Railway deployments?

Yes, post-deploy verification supports both Vercel and Railway deployments. It applies a verification protocol to check orchestrator health and deployment status across these platforms, preventing silent failures after code pushes, environment changes, and DNS updates.

How do I prevent silent deployment failures in production?

Prevent silent deployment failures by automating post-deploy verification to check deployment status, validate frontend routes, and monitor health endpoints. This protocol surfaces errors through alert verification immediately after GitHub pushes or platform deployments.

When should I run a deployment verification checklist?

Run a deployment verification checklist immediately after any push to GitHub, Vercel deploy, Railway deploy, environment change, or DNS update. This mandatory post-deploy verification confirms all health endpoints and frontend routes pass before declaring production success.