What problem does it solve? Reviewing AEM Edge Delivery Services (EDS) code changes manually is time-consuming and inconsistent, often missing performance regressions, unscoped CSS selectors, security issues, or missing preview URLs before code reaches production. ## Core Features & Use Cases - Dual Review Modes: Run self-review on uncommitted working-directory changes before committing, or review an existing GitHub pull request by number or URL. - Comprehensive Checklists: Validates JavaScript, CSS, HTML, performance (Lighthouse/Core Web Vitals), accessibility, content authoring compatibility, and security against EDS best practices. - Visual Validation: Captures Playwright screenshots at mobile, tablet, and desktop viewports, with optional before/after comparison and block-level captures. - Actionable Fixes: Posts GitHub inline suggestions for one-click fixes, fix commits for complex refactors, or guidance comments for architectural issues. - Use Case: After implementing a new block, run the skill to catch unscoped CSS selectors and leftover console.log statements, capture responsive screenshots, and fix issues before opening the PR. ## Quick Start Ask the AI to review the current uncommitted changes in your AEM EDS project, or provide a pull request number to review an existing PR.