julien-infra-deployment-verifier

Verify Hostinger VPS deployments with PM2 status, HTTP checks, and Playwright screenshots.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-infra-deployment-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: julien-infra-deployment-verifier
Source: https://github.com/theflysurfer/claude-skills-marketplace/tree/main/skills/julien-infra-deployment-verifier
Command: npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-infra-deployment-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies deployments after code changes, including HTTP checks, PM2 status, screenshots, and deployment reports.

Core Features & Use Cases

  • PM2 status: verify processes are online
  • HTTP checks: quick HEADs to production and preview URLs
  • Screenshots: automated visual checks via Playwright
  • Report generation: consolidated deployment results

Quick Start

Trigger deployment verification after a deployment, and generate a report.

Frequently Asked Questions about julien-infra-deployment-verifier

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

FAQPage Schema
How do I automate deployment verification after pushing code to a VPS?

Deployment verification automates post-deployment checks by SSH-ing into your server, querying PM2 process status, running HTTP availability tests, capturing visual screenshots, and generating a consolidated report. This Skill handles those checks end-to-end for Hostinger VPS deployments after code changes or configuration updates.

Can I verify both production and preview sites in a single deployment check?

Yes. This Skill performs verification across both production and preview environments simultaneously, executing PM2 status checks, HTTP HEAD requests to both URLs, screenshots via Playwright, and producing a unified deployment report covering all environments.

What does deployment verification include—just HTTP checks or more?

Deployment verification goes beyond HTTP checks. It includes PM2 process status validation, HTTP availability tests, server log inspection, automated visual screenshots using Playwright, and structured report generation to confirm all systems are functioning after deployment.

Do I need PM2 running on my server for deployment checks to work?

Yes. PM2 status verification is a core component of this Skill. Your server must have PM2 managing your application processes so the verification can query process health and confirm all services are online post-deployment.

How are screenshots captured during deployment verification?

Screenshots are captured using Playwright MCP, which automates visual checks of your production and preview sites. These visual snapshots are included in the deployment report alongside HTTP headers and PM2 status to confirm the deployed application renders correctly.

When should I run deployment verification—immediately after deploy or later?

Run deployment verification immediately after code deployment or configuration updates. The Skill is designed to execute post-deployment as a validation step, confirming HTTP availability, PM2 processes, logs, and visual appearance before the deployment is considered complete.