qa-test-workflow

Detect broken status-transition workflows in records with approval and action buttons.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill checks that approval and status-transition workflows actually complete in the user interface, catching cases where buttons appear to work but the record never changes state.

Core Features & Use Cases

  • Actionable record detection: Finds records with workflow actions such as Approve, Reject, Submit, Archive, Activate, Complete, and related status controls.
  • Post-action verification: Confirms the status changed, confirmation dialogs behaved correctly, and success or error feedback was shown.
  • Workflow regression coverage: Helps uncover broken approval flows, stuck state machines, missing status labels, and reversible actions that should be blocked.
  • Use case: Validate an HR, operations, or admin dashboard where users approve requests, submit items, archive records, or reopen workflows.

Quick Start

Ask the AI to inspect the current page for status-transition controls, click a safe action, and verify that the record’s status and feedback update correctly.

Frequently Asked Questions about qa-test-workflow

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

FAQPage Schema
How do I verify status-transition workflows when buttons appear to work but the record never changes state?

Post-action verification confirms that a record's status changed, confirmation dialogs behaved correctly, and success or error feedback was shown. This catches broken approval flows, stuck state machines, and reversible actions that should be blocked.

How do I automate regression testing for approval flows in an admin dashboard?

Automating regression testing for approval flows requires inspecting dashboards for actionable records and triggering safe actions. This Skill validates HR, operations, and admin dashboards by verifying that approve, reject, submit, and archive actions complete correctly.

What is UI verification for status-transition controls and when do I need it?

UI verification for status-transition controls is the process of confirming that workflow states update visually and correctly after user actions. You need it when validating dashboards or admin tools to prevent stuck state machines, missing status labels, and broken approval flows.

Does this workflow testing approach catch blocked reverse transitions and missing status labels?

Yes, workflow testing catches blocked reverse transitions and missing status labels by validating post-action states. It verifies that actions which should be blocked remain blocked and ensures all visible status labels align with the expected record state after user actions.

What is the best way to test bulk actions and confirmation dialogs in HR systems?

The best way to test bulk actions and confirmation dialogs in HR systems is to verify both the dialog behavior and the resulting record updates. This Skill checks that confirmation dialogs behave correctly and that success or error feedback is displayed after bulk actions.