alibabacloud-pai-eas-service-diagnose
Installation
SKILL.md
PAI-EAS Service Operations Diagnosis
Helps users diagnose issues with running PAI-EAS services.
🔴🔴 [MUST — READ BEFORE ANYTHING ELSE] Two failure modes that cause task failure:
- Listing is NOT diagnosing. After
ListServices/list-servicesreturns the target service, you MUST immediately continue and run the FULL diagnostic workflow (DescribeService→DescribeServiceEvent→DescribeServiceLogmulti-keyword →ListServiceInstances→ListServiceContainers→DescribeServiceDiagnosis) on a chosen service. NEVER stop after listing.- Always finish with an analysis section. Every diagnosis MUST end with a written health-analysis + recommendation section. If the user described a symptom (e.g. "CUDA out of memory") that the live data does NOT show, you MUST still add a secondary section explaining common causes and fixes for that described symptom. Never end the turn with only raw command output.