prereq-doctor

Diagnose missing CLI tools and Python dependencies for Wicked Garden workflows.

8|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mikeparcewski/wicked-garden --skill prereq-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prereq-doctor
Source: https://github.com/mikeparcewski/wicked-garden/tree/main/skills/platform/prereq-doctor
Command: npx skills add https://github.com/mikeparcewski/wicked-garden --skill prereq-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses missing CLI tools and Python dependencies, then offers to install them to streamline setup and ensure Wicked Garden tooling works out of the box.

Core Features & Use Cases

  • Diagnostic engine detects missing tools and libraries across platforms.
  • Platform-aware install prompts with explicit commands and verification steps.
  • Post-install verification ensures tool availability before proceeding.
  • Useful when validating integrations (issue trackers, CLIs) or recovering from setup failures.

Quick Start

Ask Prereq Doctor to check your current environment for missing CLI tools and dependencies and present installation options for approval.

Frequently Asked Questions about prereq-doctor

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

FAQPage Schema
How do I diagnose missing CLI tools and Python dependencies causing command not found errors?

To diagnose missing CLI tools and Python dependencies, run a diagnostic engine that detects missing tools and maps them to a tool registry, identifying exactly what libraries are absent before attempting installation.

Can I automatically install missing prerequisites across different operating systems?

Yes, you can automatically install missing prerequisites using platform-aware install prompts that generate explicit commands tailored to your specific operating system environment.

How do I verify tool availability after installing missing command line dependencies?

To verify tool availability after installing dependencies, run a post-install verification step that checks the command line interface to ensure the tool is fully operational before proceeding.

What is the best way to fix ModuleNotFoundError when setting up workflow environments?

The best way to fix ModuleNotFoundError in workflow environments is to run a diagnostic check that detects the missing Python dependency, prompts for installation, and verifies the module is available post-install.

Does this prerequisite diagnosis tool work with cross-platform environments?

Yes, this prerequisite diagnosis tool works with cross-platform environments, detecting missing tools and libraries while applying platform-specific installation commands to resolve setup failures.

Why does my workflow setup fail even after installing the required tools?

Workflow setup may fail after installation if the tools are not properly verified, making post-install verification essential to confirm tool availability and correct integration before execution.