verify

Verify deployed environments against product blueprints by checking service health and acceptance criteria.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/virajp/ai-plugins --skill verify-virajp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/virajp/ai-plugins/tree/main/plugins/vwf/skills/verify
Command: npx skills add https://github.com/virajp/ai-plugins --skill verify-virajp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that deployed environments still satisfy the product blueprint by checking service health and replaying acceptance criteria, reducing the risk of unnoticed regressions after deployment.

Core Features & Use Cases

  • Deployment Health Verification: Checks deployed projects, services, workers, and sites for availability, readiness, and observable version information.
  • Blueprint Acceptance Testing: Re-runs documented flow acceptance criteria against staging or production environments and reports failures with routing guidance.
  • Release Validation Workflow: Supports production release recording by freezing verified API contracts after successful checks and maintaining compatibility history.

Quick Start

Use the verify skill to check the staging environment against the current blueprint and report any health issues or acceptance failures.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I validate a production deployment against a product blueprint?

Validate a production deployment against a product blueprint by checking service health, verifying observable version information, and replaying documented flow acceptance criteria to detect regressions after release.

What is deployment verification and how does it prevent regressions?

Deployment verification prevents regressions by re-running documented acceptance criteria against staging or production environments, checking deployed services and workers for availability, and reporting failures with routing guidance.

How do I verify API contracts after releasing to staging or production?

Verify API contracts after a release by freezing the verified contracts following successful health checks, maintaining compatibility history, and checking that deployed environments satisfy the documented product blueprint.

Do I need deployment harness information to automate release validation?

Yes, release validation requires blueprint documentation, environment configuration, and deployment harness information to execute reliable health checks and perform acceptance testing on deployed projects and sites.

Can I check service health and readiness for deployed workers and sites?

Check service health and readiness for deployed workers and sites by validating their availability and observable version information against the product blueprint during post-deployment validation scenarios.

What is the best way to automate acceptance testing for post-deployment environments?

Automate acceptance testing for post-deployment environments by replaying documented flow acceptance criteria against the staging or production release and reporting any failures with specific routing guidance.