aem-verify

Verify deployed AEM components by walking dialog fields and saving verification docs.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill aem-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aem-verify
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/plugins/dx-aem/skills/aem-verify
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill aem-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill verifies an AEM component after deployment by walking the component dialog fields, creating a test page with the component configured, and saving verification docs. It also compares current results against a baseline if a previous aem-snapshot run exists to enable regression tracking.

Core Features & Use Cases

  • Verify dialog fields for a deployed AEM component.
  • Create a demo/test page and generate verification documentation.
  • Compare current state to baseline when a snapshot exists to surface changes.

Quick Start

Run /aem-verify <component-name> after deployment to verify the component, create a test page, and save verification docs.

Frequently Asked Questions about aem-verify

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

FAQPage Schema
How do I verify AEM component dialog fields after a deployment?

AEM component verification automates walking dialog fields, creating a configured test page, and saving verification docs to validate the post-deploy state without manual checks.

What is AEM post-deploy component verification and regression tracking?

AEM post-deploy verification is the process of checking a deployed component's dialog fields against a baseline snapshot to surface regressions and save the current configuration as verification documentation.

How do I create a test demo page for an AEM component and generate verification docs?

You can create a test demo page by running a verification command with the component name, which automatically configures the component on a new page and saves the resulting dialog values as documentation.

Can I compare current AEM component dialog values against a previous baseline?

Yes, you can compare current dialog values against a baseline if a previous snapshot run exists, allowing you to automatically surface configuration regressions after a new deployment.

Does AEM component verification require any external dependencies?

No external dependencies are required for AEM component verification, as it relies on built-in AEM inspector tooling to read and set dialog values during the automated testing workflow.