Code Review

Review code quality and enforce EDS best practices for AEM projects.

1|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/initialyze/acme-services --skill code-review-initialyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/initialyze/acme-services/tree/main/.claude/.skills/code-review
Command: npx skills add https://github.com/initialyze/acme-services --skill code-review-initialyze

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill guides teams to systematically review code for Adobe Experience Manager Edge Delivery Services (EDS) projects, ensuring quality, performance, accessibility, and adherence to EDS best practices.

Core Features & Use Cases

  • Structured self-review workflow: Validates uncommitted changes before commit and PR changes before merge.
  • PR review support: Analyzes pull requests for readiness, including description alignment, scope, and issue references.
  • Quality and accessibility checks: Highlights potential issues, performance considerations, and coding standard conformance for EDS projects.

Quick Start

Use the code-review skill to perform a self-review on the current working directory before committing or to review a PR by providing the PR number.

Frequently Asked Questions about Code Review

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

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

You can review a pull request for AEM EDS by providing the PR number to analyze readiness, description alignment, scope, issue references, and adherence to EDS coding standards across modified files.

What is included in an EDS code quality and accessibility check?

EDS code review is specifically tailored for Adobe Experience Manager Edge Delivery Services projects, enforcing platform-specific best practices for performance and accessibility rather than applying generic code quality standards.

Does the EDS code review workflow require Playwright to run?

Playwright is listed as a dependency for the EDS code review workflow, indicating it is used to support the validation of performance and accessibility checks across modified files.

Can I use this to validate EDS coding standards across modified files in a PR?

Yes, you can validate EDS coding standards across modified files in a PR by running the PR review support, which analyzes pull request changes and outputs actionable findings with referenced feedback.