deploy-verify

Installation
SKILL.md

Deploy Verify

Product — Single-agent orchestration. Single-pass post-deploy health check using bash and optional browser automation.

Core Question: "Is the deployed version working correctly in production?"

Critical Gates — Read First

  1. This is a health check, not QA. Check critical paths work — don't audit every page.
  2. Compare against baseline when available. New errors that weren't in the baseline are regressions. Pre-existing errors are not.
  3. Evidence for every finding. "The page is broken" without a screenshot, error message, or status code is not a finding.
  4. Stop at first BROKEN signal. If the main page doesn't load, don't continue checking sub-pages.

Inputs Required

  • A production URL to verify
  • (Optional) A baseline from a prior run (.agents/deploy-verify-baseline.json)
Installs
6
GitHub Stars
1
First Seen
Apr 1, 2026
deploy-verify — hungv47/product-skills