What problem does it solve? Manual GUI testing often lacks structure: testers skip checklist items, lose track of pass/fail results, and write inconsistent bug reports. This Skill standardizes the entire GUI testing workflow so every UI check is documented and every failure becomes a traceable bug report. ## Core Features & Use Cases - Standardized GUI Checklists: Creates a Markdown checklist from a template covering four categories (IA01 General UI standards, IA02 Forms, IA03 Navigation, IA04 Feedback/State) with environment details and a test summary table. - Result Recording via Code Inspection or Live Testing: Fills in Passed/Failed results with notes by inspecting UI source code (e.g., JSX, HTML tags, CSS classes) or by testing the running application. - Per-Bug Report Files: For every Failed test case, generates a separate bug report file (named by test case ID) with description, steps, expected/actual results, Severity, Priority, and screenshot placeholder. - Use Case: Testing an EShop shopping cart page against a requirements spec — the Skill produces a 16-item checklist with a summary (4 passed, 12 failed) and individual bug reports like GUI-CART-001.md for each failure. ## Quick Start Ask the AI to perform GUI testing on a specific page or component, for example: run GUI testing on the shopping cart page against the system requirements specification.