verification

Verify end-to-end user stories from browser to API to data to response.

Updated May 31, 2026
One-click install
npx skills add https://github.com/vinhnguyenn020325-cmd/dinzkorea --skill verification-vinhnguyenn020325-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/vinhnguyenn020325-cmd/dinzkorea/tree/main/.test-vercel-plugin/skills/verification
Command: npx skills add https://github.com/vinhnguyenn020325-cmd/dinzkorea --skill verification-vinhnguyenn020325-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the entire user story is verified, from browser to API to data to response, helping identify issues early in the development process.

Core Features & Use Cases

  • Full-Story Verification: Infers what the user is building and verifies the complete flow.
  • Dev Server Trigger: Automatically triggers verification on dev server start.
  • Custom Signals: Verifies based on user prompts like "verify the flow" or "test the whole thing".

Quick Start

Run the verification skill to test the full user story on your dev server.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I verify a full user story from browser to API to database response?

You can trigger user story verification by starting your dev server or by using custom prompts like "verify the flow" or "test the whole thing". The system listens for these signals to automatically initiate full-flow testing.

What is end-to-end flow testing in a development environment?

End-to-end flow testing catches integration issues across browser, API, and data layers early in development. By verifying the full user story path, it prevents broken flows and data inconsistencies from reaching later testing stages.

How do I automatically test the whole user flow when my dev server starts?

You can trigger user story verification automatically on dev server start. This ensures the full flow from browser to API to data response is checked for common issues immediately as your development environment boots up.

Can I verify the entire user story flow without writing manual tests?

Yes, this verification process infers what you are building and verifies the complete flow automatically based on system events or custom prompts. It analyzes the full path and suggests guidance for further steps without requiring manual test scripts.

Does end-to-end verification work for checking API and data layer responses?

Yes, end-to-end verification explicitly analyzes the full flow from browser to API to data to response. It checks for common issues across these layers in your development environment and suggests guidance for further steps.