aspire
Build, run, and deploy distributed apps with code-first tooling
All Skills in This Repository (5)
Pure Emerald Level Indicatorspr-testing
Download and test the Aspire CLI from a PR build against its head commit.
test-management
Quarantine or disable flaky tests in dotnet/aspire using QuarantineTools.
deployment-e2e-testing
Automate end-to-end deployment testing for Aspire applications on Azure.
cli-e2e-testing
Automate Aspire CLI end-to-end tests using Hex1b terminal scripting.
connection-properties
Generate connection properties for Aspire resources implementing IResourceWithConnectionString.
Frequently Asked Questions
FAQPage SchemaHow to install Aspire?โผ
Run `npx skills add dotnet/aspire --all -g -y` in your terminal to install all skills in this suite globally.
What is Aspire used for?โผ
Aspire is a code-first toolchain for building, running, and deploying distributed applications. You describe services, containers, and databases in code, and the CLI runs everything locally with built-in observability.
Can AI agents review Aspire pull requests?โผ
Yes. The included code-review and api-review skills let an agent check PRs for bugs, security issues, API design violations, and missing test coverage.
How do agents test Aspire PR changes?โผ
The pr-testing skill installs the PR's CLI build, creates sample projects, and runs targeted scenarios covering both happy paths and failure cases.
Does Aspire work with languages other than C#?โผ
Yes. App definitions can be written in C# or TypeScript, and Aspire orchestrates Node, Python, Go, and container-based workloads.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core