What problem does it solve?
This Skill detects what a page contains before deeper QA skills run, so the agent can avoid wasting tokens and time on tests that do not apply to the current route or viewport.
Core Features & Use Cases
- Page fingerprinting: Scans the DOM with a single browser evaluation and returns a rich boolean feature map.
- Skill routing: Helps downstream workers decide which specialized QA checks should run based on page capabilities such as forms, tables, navigation, media, overlays, and accessibility signals.
- Efficiency gains: Reduces unnecessary skill dispatch on simple pages while preserving coverage on complex pages.
- Use case: On a marketing landing page with no forms or data grid, the scout can quickly suppress form and table tests while leaving visual, content, and layout checks active.
Quick Start
Use the qa-page-scout skill to inspect the current page and return a compact fingerprint that downstream QA workers can use to decide which tests to run.