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

  1. Starts the Aspire runtime using aspire run command
  2. Uses Aspire MCP list_resources tool to poll resource health
  3. Waits for all critical resources to reach healthy status:
    • sql-server (database) - must be started
    • cache (Redis) - must be started
    • api (main API service) - must be healthy
    • worker (background worker) - must be started
    • ui (frontend app) - must be started
  4. Extracts the UI endpoint URL from resources (typically https://localhost:3000)
  5. Communicates the UI endpoint URL back to the agent for use in E2E validation
  6. Exits with failure if startup fails or health checks don't pass

When to Use

Installs
24
GitHub Stars
86
First Seen
Jan 22, 2026
validate-aspire-runtime — marcelmichau/fake-survey-generator