code-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Review code for AEM Edge Delivery Services (EDS) projects, ensuring quality, performance, accessibility, and adherence to EDS best practices. It is used at the end of development for self-review or to review pull requests.

Core Features & Use Cases

  • Self-Review: Analyze uncommitted changes to catch issues before committing.
  • PR Review: Evaluate changes in a pull request for structure, quality, and safety, producing actionable fixes and rationale.
  • Validation Scope: Verifies coding standards, performance implications, accessibility, and alignment with EDS guidelines.

Quick Start

Invoke a review workflow on your current workspace to surface findings and suggested fixes.

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 quality checks for AEM Edge Delivery Services projects?

Automated code quality checks for AEM Edge Delivery Services projects evaluate modified and new files for structure, performance, accessibility, and security compliance. The review enforces structured validation steps and provides actionable fixes via GitHub suggestions or comments.

What is included in an AEM EDS PR review?

An AEM EDS PR review verifies coding standards, performance implications, accessibility, and alignment with EDS best practices. It evaluates pull request changes for structure, quality, and safety, producing actionable fixes and rationale.

Can I use Playwright to validate accessibility and security in pull requests?

Yes, you can validate accessibility and security in pull requests using a review workflow that relies on Playwright. It checks modified files to ensure adherence to EDS standards, performance, and security considerations.

How do I self-review uncommitted changes for EDS best practices?

To self-review uncommitted changes for EDS best practices, invoke a review workflow on your current workspace. This surfaces findings related to structure, coding standards, and security, catching issues before you commit.

Does automated PR review work with AEM Edge Delivery Services lint rules?

Automated PR review works with AEM Edge Delivery Services lint rules by evaluating modified and new files against coding standards and EDS guidelines. It enforces these rules through structured validation steps and actionable GitHub suggestions.

When should I use an automated code review workflow for AEM projects?

Use an automated code review workflow for AEM projects at the end of development for self-review or during pull request evaluation. It identifies quality, security, and compliance issues in modified files before merging.