code-review

Review AEM Edge Delivery Services code for quality, performance, and EDS standards.

162|67|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/adobe/skills --skill code-review-adobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services/skills/code-review
Command: npx skills add https://github.com/adobe/skills --skill code-review-adobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for AEM Edge Delivery Services projects?

Automated code review for AEM EDS evaluates modified files, diffs, and PR metadata to validate structure, JavaScript/CSS/HTML quality, performance, security, and accessibility, providing actionable fix guidance before merging.

Can I run a pre-PR self-review to validate AEM EDS code quality?

Yes, you can run a self-review at the end of development to validate AEM EDS code quality. This mode checks your changes against EDS best practices, performance considerations, and security rules before you commit or open a pull request.

Does the AEM EDS review process check accessibility and performance?

Yes, the AEM EDS review process explicitly checks accessibility and performance. It enforces a structured review process that includes performance considerations and accessibility validation alongside code quality and security checks for modified files.

Do I need Playwright to perform security and linting checks on AEM EDS?

Playwright is a required dependency to run this automated AEM EDS review process. It supports the execution of comprehensive linting, security, and performance checks on your modified files and pull requests.

What is the best way to ensure EDS standards compliance in a pull request?

The best way to ensure EDS standards compliance is to review the PR metadata and diffs against EDS best practices. This structured review catches vulnerabilities and validates structure, code quality, performance, and accessibility before merge.