What problem does it solve?
This Skill provides a structured, repeatable approach to reviewing code for AEM Edge Delivery Services (EDS) projects, ensuring code quality, performance, accessibility, and adherence to EDS best practices before merging.
Core Features & Use Cases
- Self-Review Mode: Validate your own changes at the end of development to catch issues before committing.
- PR-Review Mode: Review a pull request to ensure it meets standards, catches vulnerabilities, and aligns with the PR description.
- Comprehensive checks: Includes structure validation, JavaScript/CSS/HTML quality checks, performance considerations, security reviews, and a final summary with actionable fixes.
Quick Start
Initiate the skill in your development workspace by invoking /code-review for self-review or by reviewing a PR to generate a structured assessment and suggested fixes, then apply GitHub suggestions to address findings.