--headless Headless UI route
Run the UI route without a visible browser when the current test scope allows it.
Quick Ref / Command
Marketing Kit
/ak:test
Marketing UI and workflow validation for websites, AgentKit commands, agents, skills, and step-by-step verification reports.
Parse
Load reference
Define target
Generate scenarios
Rule 01
This ak:test is for marketing UI/workflow validation, not engineer unit-test generation.
Rule 02
Choose ui for websites and workflow for commands, agents, skills, or step-by-step flow checks.
Rule 03
Verification should be observable: visual, accessibility, responsive, or manually traced workflow evidence.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:test [ui|workflow] [--headless] [--mobile] [--auth]--headless Headless UI route
Run the UI route without a visible browser when the current test scope allows it.
--mobile Mobile viewport
Exercise the UI route with a mobile viewport and report the actual environment tested.
--auth Approved auth state
Use only an approved protected-route state boundary without exposing cookies, tokens, or credentials.
ui Website UI test
workflow <youtube|content|email|brand|all> Workflow test for the fixed Marketing workflow target set.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:test ui https://example.com /ak:test workflow youtube /ak:test workflow email Validation report
Pattern
Checked target • Pass/fail findings • Next fixes The skill returns practical testing evidence rather than generic advice.