minmo-doctor-mm

Diagnose minmos-harness plugin dependencies and output a structured report.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill minmo-doctor-mm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minmo-doctor-mm
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/minmos-harness/skills/minmo-doctor-mm
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill minmo-doctor-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses all dependencies for the minmos-harness plugin in one go.

Core Features & Use Cases

  • Comprehensive MCP server, environment, and build checks to ensure plugin readiness.
  • Real-time guidance for remediation and configuration adjustments in development and CI.
  • Use Case: Run the Doctor before releasing a plugin to verify all dependencies are properly registered and accessible.

Quick Start

최신 의존성 상태를 한 번에 점검하도록 Doctor를 실행한다.

Frequently Asked Questions about minmo-doctor-mm

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

FAQPage Schema
How do I diagnose all minmos-harness plugin dependencies at once?

Run the dependency doctor to diagnose all minmos-harness plugin dependencies at once. It executes a comprehensive sweep covering MCP servers, environment variables, project files, external plugins, build environment, and Pub/Sub configuration.

What is the best way to check MCP server and environment readiness before releasing a plugin?

The best way to check MCP server and environment readiness is running a comprehensive dependency diagnosis. It enforces a defined checklist to verify all dependencies are properly registered and accessible before plugin release.

Can I use dependency diagnosis output for CI integration and remediation?

Yes, you can use dependency diagnosis output for CI integration and remediation. The doctor generates a structured report suitable for identifying configuration issues and automating checks within your continuous integration pipelines.

Why does my minmos-harness plugin fail to access external plugins or Pub/Sub configuration?

Your minmos-harness plugin may fail to access external plugins or Pub/Sub configuration due to unregistered dependencies or misconfigured environment variables. Running a full dependency diagnosis identifies these exact registration and access failures.

Does the minmos-harness doctor check project files and build environment configuration?

Yes, the minmos-harness doctor checks project files and build environment configuration. Its diagnostic scope explicitly covers project files, build environment, MCP servers, environment variables, external plugins, and Pub/Sub configuration.

When should I run a minmos-harness dependency check?

You should run a minmos-harness dependency check before releasing a plugin to verify all dependencies are properly registered and accessible. It is also useful in development for real-time guidance during configuration adjustments.