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.