code-review

Audit modified files for AEM Edge Delivery Services quality and standards.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Royincog/cpedia --skill code-review-royincog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Royincog/cpedia/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/Royincog/cpedia --skill code-review-royincog

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps development teams ensure code quality for AEM Edge Delivery Services by auditing changes before merging.

Core Features & Use Cases

  • Self-Review: automatically scans modified files to identify quality, style, and accessibility issues.
  • PR Review: analyzes pull requests to validate structure, previews, and adherence to EDS standards, with actionable fixes.
  • Use Case: before opening a PR, run the review to catch regressions and improve PR quality.

Quick Start

Run the code-review skill after coding to automatically audit your changed files before committing.

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?

Automating code review for AEM Edge Delivery Services involves auditing modified files for quality, performance, and accessibility before a pull request. The skill analyzes changes and returns actionable findings with explanations and screenshots.

What is the best way to check EDS standards compliance before opening a PR?

Checking EDS standards compliance before opening a PR is best done via an automated self-review. This process scans modified files to identify style, structure, and accessibility issues, catching regressions and improving pull request quality before submission.

Does the automated PR review workflow support Playwright for taking screenshots?

The automated PR review workflow uses Playwright to capture screenshots of changes, validating structure and previews while enforcing adherence to EDS standards with actionable fixes.

Can I use this to audit both self-review changes and pull request validations?

You can use this to audit both self-review changes and pull request validations. It supports self-review by automatically scanning modified files, and PR review by analyzing pull requests to validate structure and adherence to EDS standards.

How do I run a code review on modified files in my repository?

Running a code review on modified files in your repository involves invoking the skill via the /code-review command. It automatically audits your changed files after coding to identify quality, performance, and accessibility issues before committing.

When should I not rely on automated code review for AEM EDS?

Automated code review for AEM EDS should not be relied upon as the sole validation for complex logic changes. It enforces structured review steps and catches accessibility or style issues, but human oversight is still needed for nuanced logic regressions.