What problem does it solve? Recurring website quality reviews are easy to skip and hard to trust an agent with. This Skill runs a scheduled review routine that inspects target URLs for issues, applies fixes only when the job has earned autonomy, and records every outcome so trust is built (or revoked) on evidence rather than assumption. ## Core Features & Use Cases - Job queue draining: Pulls pending web-review jobs from ether-pro's job store with ether job pending and processes each target URL in turn. - Tiered autonomy gating: Checks ether job should-confirm separately for read and write actions, so inspection can become autonomous before edits do, and safety violations trigger immediate demotion. - Browser-based inspection: Uses claude-in-chrome to navigate pages, read text and console output, and detect broken layout, dead links, accessibility gaps, and outdated copy, with explicit defenses against prompt injection from page content. - Persisted reporting: Writes findings and fix outcomes to .ether/qa/jobs/<jobId>/report.md and records run results so the promotion/demotion state machine can adjust tiers over time. - Use Case: Schedule /loop 30m /web-review-job to review a marketing site every half hour; early runs ask for confirmation, and as successful runs accumulate the skill begins fixing small issues autonomously. ## Quick Start Run the web review job to drain any pending web-review jobs, inspect each target URL, and report what was found and fixed.