workflows-doctor

Diagnose Zapier SDK CLI compatibility with the Workflows skill bundle.

13|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/zapier/agent-skills --skill workflows-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows-doctor
Source: https://github.com/zapier/agent-skills/tree/main/skills/workflows/doctor
Command: npx skills add https://github.com/zapier/agent-skills --skill workflows-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses whether the installed Zapier Workflows skill bundle is compatible with the current SDK CLI to prevent runtime drift and failed deployments.

Core Features & Use Cases

  • Validate that sdk_cli_min and sdk_cli_validated align with the installed CLI version.
  • Discover the current SDK CLI command surface used by workflow-related capabilities and flag missing or obsolete commands.
  • Provide guidance to refresh or reinstall workflow skills when compatibility cannot be confirmed, ensuring system-wide consistency across environments.

Quick Start

Run the doctor to validate your Zapier Workflows bundle against the installed SDK CLI.

Frequently Asked Questions about workflows-doctor

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

FAQPage Schema
How do I check Zapier SDK CLI compatibility with workflow bundles?

Check Zapier SDK CLI compatibility by validating sdk_cli_min and sdk_cli_validated metadata against the installed CLI version to prevent workflow runtime drift and failed deployments.

Why does my Zapier workflow deployment fail due to SDK CLI version mismatch?

Workflow deployments fail from SDK CLI version mismatch when the installed CLI drops below sdk_cli_min requirements or lacks expected command-surface capabilities, requiring a CLI refresh.

How do I diagnose missing workflow commands on the Zapier SDK CLI surface?

Diagnose missing workflow commands by discovering the current SDK CLI command-surface and flagging obsolete or absent commands used by workflow-related bundle capabilities.

Do I need to reinstall Zapier workflow skills if compatibility cannot be confirmed?

You need to reinstall or refresh Zapier workflow skills when compatibility cannot be confirmed, ensuring system-wide consistency across environments after validating CLI metadata compliance.

What does SDK CLI validation enforce for Zapier workflow bundles?

SDK CLI validation enforces compliance with sdk_cli_min and sdk_cli_validated metadata in the workflow bundle, directing updates when the installed CLI version cannot confirm compatibility.