testing-end-user

Automates TEST tasks into actionable workflows with evidence capture and reporting.

35|2|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/deepeshBodh/human-in-loop --skill testing-end-user
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-end-user
Source: https://github.com/deepeshBodh/human-in-loop/tree/main/plugins/humaninloop/skills/testing-end-user
Command: npx skills add https://github.com/deepeshBodh/human-in-loop --skill testing-end-user

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

End-user verification testing automates validation of real infrastructure behavior by turning marked tasks into deterministic Setup/Action/Assert sequences, capturing evidence and surfacing human checkpoints before deployment.

Core Features & Use Cases

  • Task detection and normalization of TEST markers into executable verification workflows
  • Execute Setup/Action/Assert sequences with support for modifiers (background, timeout, in {path})
  • Evidence capture, report generation, and checkpoint presentation to enable human review

Quick Start

Use TEST markers in your task list and run the verification agent to execute Setup/Action/Assert sequences and present a human checkpoint.

Frequently Asked Questions about testing-end-user

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

FAQPage Schema
How do I automate end-user verification testing for infrastructure changes?

Automate end-user verification testing by marking tasks with TEST tags to convert them into deterministic Setup/Action/Assert sequences. This process captures evidence automatically and surfaces human checkpoints for review before deployment.

How do I execute Setup/Action/Assert sequences with background processes and timeouts?

Execute Setup/Action/Assert sequences by applying modifiers like (background), (timeout Ns), and (in {path}) to your TEST-marked tasks. The workflow processes these modifiers to control execution flow and capture auditable evidence.

Can I normalize legacy test formats into structured verification workflows?

You can normalize legacy test formats into structured verification workflows using the task detection and normalization capabilities. The system identifies TEST markers and converts them into executable Setup/Action/Assert sequences.

Does end-user verification testing work across CLI, GUI, and human-in-the-loop contexts?

End-user verification testing works across CLI, GUI, and human-in-the-loop contexts by applying the structured verification workflow uniformly. It presents checkpoints for review and decision making within each specific environment.

What is the best way to capture evidence and generate reports for infrastructure verification?

Capture evidence and generate reports for infrastructure verification by executing structured Setup/Action/Assert sequences. The workflow automatically records auditable results and presents them for comprehensive human review.

How do I add human checkpoints to automated verification workflows?

Add human checkpoints to automated verification workflows by using TEST markers in your task list. The verification agent executes the sequences and pauses to present a human checkpoint for review and decision making.