What problem does it solve? When modifying or extending an existing block in an AEM Edge Delivery Services project, developers need real pages that already use that block for testing. Manually hunting through a site for block usage is slow and error-prone; this Skill automates the search across the entire indexed site. ## Core Features & Use Cases - Site-wide block search: Queries the site's query-index and scans every page for a specified block by CSS class. - Variant detection: Reports all block variants (e.g., dark, featured, three-up) found on each matching page, plus instance counts. - Flexible hosts: Works against a local dev server (localhost:3000) or live/preview URLs such as main--mysite--owner.aem.live. - Use Case: Before refactoring the cards block, run the search to find that /services uses the three-up and dark variants while /team uses two-up, giving you concrete URLs to validate your changes against. ## Quick Start Ask the assistant to find all pages on the local dev server that contain the hero block so you can use them as test content.