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
- This is a health check, not QA. Check critical paths work — don't audit every page.
- Compare against baseline when available. New errors that weren't in the baseline are regressions. Pre-existing errors are not.
- Evidence for every finding. "The page is broken" without a screenshot, error message, or status code is not a finding.
- 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)