e2e-production-verification

Automate end-to-end production deployment verification on Dokploy with domain, container, and API checks.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ClappeDiya/intelligent-singularity-website --skill e2e-production-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-production-verification
Source: https://github.com/ClappeDiya/intelligent-singularity-website/tree/main/.agents/skills/e2e-production-verification
Command: npx skills add https://github.com/ClappeDiya/intelligent-singularity-website --skill e2e-production-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, ssh, curl, openssl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of the IS website production deployment on Dokploy, ensuring that all components are functioning correctly before releasing changes.

Core Features & Use Cases

  • Deployment Verification: Checks the production environment for correct deployment and functionality.
  • Post-Deployment Checks: Performs live validation and health audits after deployment.
  • E2E Testing: Conducts end-to-end tests for the IS website to ensure everything is working as expected.

Quick Start

Trigger the 'e2e-production-verification' skill to verify the IS website production deployment on Dokploy.

Frequently Asked Questions about e2e-production-verification

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

FAQPage Schema
How do I automate production deployment verification on Dokploy?

To automate production deployment verification on Dokploy, you can trigger the e2e-production-verification process to perform domain checks, container health audits, homepage rendering, API checks, and internationalization verification automatically.

What checks are included in end-to-end testing for an IS website post-deployment?

End-to-end testing for an IS website post-deployment includes domain checks, container health monitoring, homepage rendering validation, API endpoint checks, and internationalization verification to ensure full functionality.

Do I need SSH access to run production verification checks on a Dokploy server?

Yes, you need SSH access to the Dokploy server and specific environment variables for authentication to execute automated production verification checks and audit container health remotely.

Can I use curl and docker to validate container health after a production deployment?

Yes, the production verification process relies on docker and curl dependencies to validate container health and check API endpoints after a deployment on the Dokploy server.

What is the best way to verify internationalization rendering after a Dokploy deployment?

The best way to verify internationalization rendering after a Dokploy deployment is to run an automated end-to-end verification script that checks homepage rendering and internationalization output directly.

Why does my automated post-deployment health audit fail to connect to the Dokploy server?

Your post-deployment health audit may fail due to missing SSH access credentials, incorrect environment variables, or unavailable docker and openssl dependencies required for secure authentication.