Agent skill
ops__doctor_check
Checks specific tools and SDKs required for the BookStore project. Use this to diagnose environment issues before deployment or development.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ops-doctor-check
SKILL.md
Perform a health check on the development environment to ensure all prerequisites are met:
-
.NET SDK
- Run
dotnet --version - Requirement: Version 10.0.x or later.
- Action: If too old, advise upgrading .NET.
- Run
-
Docker
- Run
docker --version - Requirement: Version 20.x or later.
- Action: If missing, Docker Desktop or Podman is required for running the Aspire containers.
- Run
-
Aspire CLI (for orchestration)
- Run:
aspire --version - Requirement: Aspire CLI must be installed.
- Action: If missing, see Install instructions
- Run:
-
Playwright Browsers (for
BookStore.AppHost.Tests)- Check if the chromium binary exists inside the build output:
ls tests/BookStore.AppHost.Tests/bin/Debug/net10.0/.playwright/package/(requires the project to have been built) - Requirement: Chromium must be installed for browser-based integration tests.
- Action: If missing or the project hasn't been built yet, run:
bash
dotnet build tests/BookStore.AppHost.Tests/BookStore.AppHost.Tests.csproj node tests/BookStore.AppHost.Tests/bin/Debug/net10.0/.playwright/package/index.js install chromium
- Check if the chromium binary exists inside the build output:
-
Report Summary
- If all checks pass: "✅ Environment is healthy"
- If issues found: List specific missing tools with installation instructions
Related Skills
Next Steps:
- If issues found, resolve them and re-run
/ops__doctor_check /ops__rebuild_clean- Clean rebuild after environment changes
See Also:
- getting-started - Installation instructions
- aspire-guide - Aspire orchestration
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?