doctor

Validate .NET SDK, Docker, azd, kubectl, and Aspire CLI versions against project prerequisites.

15|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/aalmada/BookStore --skill doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/aalmada/BookStore/tree/main/.claude/skills/doctor
Command: npx skills add https://github.com/aalmada/BookStore --skill doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers verify that their local development environment has all required tools and correct versions before starting work on the BookStore project.

Core Features & Use Cases

  • Prerequisite checks: Validates .NET SDK, Docker, azd, kubectl, and Aspire CLI are installed with the required versions.
  • Deployment readiness: Ensures toolchain readiness for local development and cloud deployment workflows.
  • Guided remediation: Provides clear steps to install or update missing components to reach a healthy environment.

Quick Start

Run the doctor skill to perform an environment health check and confirm that all prerequisites meet the project requirements. For example, execute the skill in your terminal or task runner to produce a concise health report.

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I check if my development environment meets deployment prerequisites?

Checking your development environment involves validating essential tooling like .NET SDK, Docker, azd, kubectl, and Aspire CLI against project prerequisites. The process outputs a health summary or lists missing tools with guided remediation steps.

Do I need the .NET SDK and Docker installed before starting local development?

Yes, the .NET SDK and Docker are required prerequisites. The environment validation verifies their presence and enforces specific version requirements to ensure your local development toolchain is fully ready before coding.

What tools are required for Aspire CLI cloud deployment workflows?

Cloud deployment workflows require the .NET SDK, Docker, azd, kubectl, and Aspire CLI. The environment check validates these tools to ensure deployment readiness by confirming their presence and version requirements.

How do I fix missing azd or kubectl versions for my deployment environment?

To fix missing azd or kubectl versions, follow the guided remediation steps provided after the environment check. The health summary identifies missing components and outputs clear installation instructions to reach a healthy deployment state.