What problem does it solve? When you inherit an unfamiliar website or start a QA engagement, you don't know what pages exist, what features they contain, or what's already broken. This Skill automates that reconnaissance by crawling the site and producing a structured map plus an HTML report. ## Core Features & Use Cases - Autonomous site crawling: Starts from a URL, follows same-origin internal links up to a configurable depth and page cap, and deduplicates on post-redirect URLs. - Per-page health and feature tagging: Records console errors, broken images, headings, forms, login walls, videos, and modals for every page, then groups results by depth, section, feature, and health. - Safe authenticated crawling: Supports storage_state_path sessions and enforces a hard skip list for destructive URLs like logout, delete, and checkout links. - Use Case: You just inherited a staging site. Ask the AI to explore it, and receive a site map showing 12 pages, which ones have forms, which have console errors, and recommended follow-up audits. ## Quick Start Ask the AI to explore https://example.com and map out all its pages, features, and broken elements.