validate-aspire-runtime
Installation
SKILL.md
Validate Aspire Runtime Skill
Use this skill to start the complete Aspire-orchestrated application and verify all services are running and healthy.
What This Skill Does
- Starts the Aspire runtime using
aspire runcommand - Uses Aspire MCP
list_resourcestool to poll resource health - Waits for all critical resources to reach healthy status:
sql-server(database) - must be startedcache(Redis) - must be startedapi(main API service) - must be healthyworker(background worker) - must be startedui(frontend app) - must be started
- Extracts the UI endpoint URL from resources (typically
https://localhost:3000) - Communicates the UI endpoint URL back to the agent for use in E2E validation
- Exits with failure if startup fails or health checks don't pass