verification

Verify a project's full flow from browser to API, data, and response.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Extremez-Surya/onlineruler --skill verification-extremez-surya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/Extremez-Surya/onlineruler/tree/main/.agents/skills/verification
Command: npx skills add https://github.com/Extremez-Surya/onlineruler --skill verification-extremez-surya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the complete flow of a user's project is working correctly, from the browser to the API, data, and response, providing a comprehensive verification of the entire user story.

Core Features & Use Cases

  • Full-Story Verification: Infers the user's complete project flow and verifies it end-to-end.
  • Trigger on Dev Server Start: Automatically triggers verification when the development server starts.
  • User-Specific Triggers: Triggers on user signals like "verify the flow" or "why isn't this working."
  • Layer-by-Layer Check: Verifies each layer of the flow (browser, server, data, response) with evidence.

Quick Start

Run the verification skill to check the full flow of your project.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I perform end-to-end verification for my full project flow?

End-to-end verification checks the complete user story from browser to API, data, and response. It infers the project flow and validates each layer with evidence to ensure the entire path works correctly.

What is full story verification and how does it validate my user story?

Full story verification infers your complete project flow and validates it layer by layer. It checks the browser, server, data, and response components with evidence to ensure the entire user story works correctly.

How do I verify the browser to API flow when my dev server starts?

Browser to API flow verification triggers automatically when your development server starts. It checks each layer of the project flow, providing evidence for the browser, server, data, and response components.

Why isn't my project flow working and how can I check it layer by layer?

Trigger a layer-by-layer check by signaling the verification skill. It inspects the browser, server, data, and response layers with evidence to pinpoint exactly where the project flow breaks down.

Can I trigger flow checks manually with user signals like verify the flow?

Yes, flow checks trigger on user signals like 'verify the flow' or 'why isn't this working.' The verification then systematically checks the browser, server, data, and response layers with evidence.