关于
This skill automates the diagnosis and correction of common schema mismatch issues within Output SDK workflows. It specifically targets the frequent mistake of importing the Zod library directly instead of using the SDK's internal Zod instance, which causes serialization and validation failures at step boundaries. By scanning the codebase, identifying incorrect imports, and providing migration steps, it ensures that data schemas remain compatible across workflow steps, preventing runtime validation failures and TypeScript compilation errors.