test-ask-name

Exercise input, approval, and artifact production gates in a fixed flow sequence.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skaile-ai/ai-assets --skill test-ask-name
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-ask-name
Source: https://github.com/skaile-ai/ai-assets/tree/main/testing/skills/test-ask-name
Command: npx skills add https://github.com/skaile-ai/ai-assets --skill test-ask-name

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This fixture provides a deterministic way to validate end-to-end flow control gates (input gate, approval gate) and artifact production by simulating a user-provided input and writing the result to workspace/test/name.txt.

Core Features & Use Cases

  • Deterministic input gate interaction: prompts for user input with exact handling and produces a single artifact.
  • End-to-end gate validation: exercises request_input, input_received, request_approval, and complete_node steps.
  • Use Case: QA teams can verify gating and artifact creation in a controlled test fixture before deploying flows.

Quick Start

Provide a name when prompted to exercise the flow's input gate and artifact creation.

Frequently Asked Questions about test-ask-name

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

FAQPage Schema
How do I test deterministic flow execution with input and approval gates?

Deterministic flow execution testing validates input and approval gates by simulating user input through request_input, input_received, request_approval, and complete_node steps to verify end-to-end gating behavior in a controlled fixture.

What is an input gate in flow automation testing?

An input gate in flow automation testing is a control point that prompts for user input, validates it, and produces an artifact, ensuring deterministic execution before proceeding to subsequent approval and completion steps.

Can I use this fixture to validate artifact production in a workflow?

Yes, this fixture validates artifact production by exercising the flow's gating logic and writing the final result to workspace/test/name.txt, confirming successful artifact creation in a controlled test environment.

How do I set up end-to-end gate validation without external dependencies?

End-to-end gate validation requires no external dependencies, using a fixed interaction sequence that exercises request_input, input_received, request_approval, and complete_node steps to verify gating behavior and success or failure paths.

Does flow testing support success and failure path validation?

Flow testing supports success and failure path validation by exercising a fixed sequence of input, approval, and artifact production gates to verify complete end-to-end gating behavior in a controlled fixture.