incident-response

Triage AEMaaCS Dispatcher runtime incidents using MCP-7 evidence and output containment steps.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/adobe/aem-auth-demo --skill incident-response-adobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/adobe/aem-auth-demo/tree/main/.agents/skills/incident-response
Command: npx skills add https://github.com/adobe/aem-auth-demo --skill incident-response-adobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Investigate and triage runtime incidents involving the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration in AEM as a Cloud Service environments only, using runtime-backed MCP evidence.

Core Features & Use Cases

  • Incident triage using Dispatcher MCP 7-tools contract to quantify impact, classify scope (Dispatcher vs edge/CDN), gather logs, inspect cache, and propose containment/rollback.
  • Evidence-driven analysis with cloud guards and structured output including containment, remediation, and risks.
  • Runtime-focused guidance for cloud service incidents including trace_request, tail_logs, monitor_metrics, and sdk-based checks.

Quick Start

Begin a cloud-focused incident triage by executing the MCP tool set and drafting a containment and rollback plan.

Frequently Asked Questions about incident-response

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

FAQPage Schema
How do I triage Dispatcher runtime incidents in AEM as a Cloud Service?

Triage AEMaaCS Dispatcher runtime incidents by collecting MCP evidence from logs, traces, cache, and config validation to determine if the issue originates from Dispatcher, CDN, or edge policy. The process outputs an incident report with containment and rollback steps.

What is the best way to classify whether a cloud incident is caused by Dispatcher or CDN edge policy?

Classify cloud incident scope by executing MCP tools like trace_request and inspect_cache to validate HTTPD configuration and compare runtime behavior against edge policy. This evidence-driven approach distinguishes Dispatcher module faults from CDN routing issues for targeted remediation.

Can I use MCP tools to inspect cache and tail logs for AEMaaCS incident triage?

Yes, you can use MCP tools including tail_logs, inspect_cache, monitor_metrics, and trace_request for AEMaaCS incident triage. These tools gather runtime evidence from the Dispatcher environment to quantify impact and draft containment plans.

How do I generate a containment and rollback plan from Dispatcher runtime evidence?

Generate a containment and rollback plan by executing the MCP tool set to collect runtime evidence, validate configurations, and inspect cache state. Findings are translated into structured incident reports detailing actionable mitigations and associated risks.

Does this incident triage process work for on-premise AEM Dispatcher environments?

No, this incident triage process is scoped exclusively to AEM as a Cloud Service environments. It relies on cloud-service runtime guards and MCP tool contracts to gather evidence and validate Dispatcher configurations.

Why do I need to validate Dispatcher configuration during a cloud runtime incident?

Validate Dispatcher configuration during a cloud runtime incident to determine if HTTPD rules or cache settings are causing the observed behavior. SDK-based checks and lint tools identify configuration errors that require rollback or containment actions.