From f82980c4ed33bf2e9e3487150c297c28d1b008f6 Mon Sep 17 00:00:00 2001 From: Stefano Fiorini Date: Fri, 27 Mar 2026 14:56:28 -0500 Subject: [PATCH] Require Zillow photo review via web-automation all-photos flow --- skills/property-assessor/SKILL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/skills/property-assessor/SKILL.md b/skills/property-assessor/SKILL.md index fb6c0fa..0b33b5f 100644 --- a/skills/property-assessor/SKILL.md +++ b/skills/property-assessor/SKILL.md @@ -136,6 +136,18 @@ Preferred order: Use the first source that exposes the listing photos reliably. A scrollable photo page, photo grid, or expanded all-photos view counts. Do not stop at the first failure if another accessible source is available. +### Zillow-specific rule + +For Zillow listings, do **not** treat the listing shell text or hero gallery preview as a photo review attempt. +You must use **only `web-automation`** to: +1. open the Zillow listing page +2. click `See all photos` / `See all X photos` +3. access the resulting all-photos page or scrollable photo view +4. review the exposed photo set from that page + +If Zillow exposes a page with a scroller that shows the listing photos, that page counts as the Zillow photo source and should be used directly. +Do not rely on generic page text, photo counts, or non-photo shells as a Zillow attempt. +Only fall back to HAR/Realtor/broker mirrors if the Zillow all-photos path was actually attempted with `web-automation` and did not expose the photos reliably. A source only counts as an attempted photo source if you actually did one of these: - opened the all-photos page / photo grid / photo page successfully, or - explicitly tried to open it and observed a concrete failure