qa-form-flow

Detect validation, navigation, and state-preservation failures in multi-step forms.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-form-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-form-flow
Source: https://github.com/Luqman-Ud-Din/blackbox-qa-agent/tree/main/skills/qa-form-flow
Command: npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-form-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects common failures in multi-step forms and conditional fields, so broken wizards do not reach users and data entry flows stay reliable.

Core Features & Use Cases

  • Wizard validation checks: Verifies that Next does not advance past required fields, Back preserves entered data, and the step indicator reflects the current step.
  • Conditional field checks: Confirms that reveal/hide toggles expose editable fields and that hidden fields do not remain stuck on screen after deactivation.
  • Use case: Use it to audit onboarding flows, checkout forms, account setup wizards, and settings panels that show fields based on user choices.

Quick Start

Ask the skill to inspect the current page for multi-step form and conditional-field issues and return any findings it detects.

Frequently Asked Questions about qa-form-flow

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

FAQPage Schema
How do I test multi-step form validation and wizard navigation failures?

Conditional field validation is checked by probing reveal and hide toggles to confirm editable fields appear correctly and hidden fields do not remain stuck on screen after deactivation. This ensures dynamic form journeys stay reliable during account setup and checkout.

What is the best way to audit browser automation for conditional field visibility issues?

Browser automation audits for conditional fields verify that reveal and hide toggles expose editable inputs and that hidden fields do not remain stuck on screen after deactivation. This prevents broken interactive probes in settings panels and onboarding flows.

Can I use browser automation to check if Back navigation preserves entered data in checkout forms?

Yes, interactive probing can verify Back navigation preserves entered data in checkout forms by applying in-page async checks to confirm state retention. This ensures data entry flows maintain user input across wizard steps without loss.

Does this form testing approach work with onboarding wizards and account setup flows?

This form testing approach works with onboarding wizards and account setup flows by inspecting step indicators, required-field validation, and field editability. It detects navigation and state-preservation failures in interactive browser-based form journeys.

Why does my wizard flow allow advancing past required fields without validation?

Wizard flow validation failures occur when Next buttons advance past required fields without enforcement. Probing step indicators and required-field validation rules detects these broken interactive form journeys before users encounter them.