product-verification

Automate end-to-end product validation by driving user journeys against deployed environments.

5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/rbah31/claude-code-workflow --skill product-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-verification
Source: https://github.com/rbah31/claude-code-workflow/tree/main/.claude/skills/product-verification
Command: npx skills add https://github.com/rbah31/claude-code-workflow --skill product-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drive end-to-end product verification after deployments and before releases to ensure user journeys work as intended beyond unit tests.

Core Features & Use Cases

  • Drive critical user journeys (web, API, bot) end-to-end against deployed environments.
  • Validate post-deploy behavior, data flow, and access controls for signup, checkout, onboarding, and upgrades.
  • Use a project-config (config.json) to define endpoints, credentials, and flows to test; export results for sprint or monitoring contexts.

Quick Start

Configure the project in config.json and run the verification against your deployed environment to validate all critical journeys.

Frequently Asked Questions about product-verification

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

FAQPage Schema
How do I automate end-to-end product verification after deployment?

Automate end-to-end product verification by defining critical user journeys, endpoints, and credentials in a config.json file to test deployed web apps, APIs, and bots.

Can I use Playwright to test critical user journeys like signup and checkout?

Yes, you can use Playwright to drive critical user journeys like signup and checkout. The verification supports common tooling including Playwright, curl/requests, and CLI tests.

What is end-to-end post-deploy verification used for?

End-to-end post-deploy verification ensures critical user journeys work as intended beyond unit tests by validating behavior, data flow, and access controls before releases.

Do I need a specific configuration file to validate deployed environments?

Yes, you need to create a project-specific config.json in the skill directory to define endpoints, credentials, and flows to test before running the automated verification.

How do I export verification results for sprint or monitoring contexts?

You can export structured verification results after driving user journeys against deployed environments, providing outputs suitable for sprint reviews or monitoring contexts.

Does end-to-end verification work for API and bot onboarding flows?

Yes, end-to-end verification works for API and bot onboarding flows by validating post-deploy behavior, data flow, and access controls across various platform types.