Acerca de
The Canary Schema Update Workflow is a specialized skill designed to manage the complex process of propagating backend API changes through a frontend monorepo. It guides Claude through a structured six-step process: generating TypeScript types from OpenAPI specs, analyzing diffs, updating central API clients, adjusting data fetching layers (such as React Server Components or React Query), and synchronizing network mocks and test factories. This ensures end-to-end type safety and consistency, preventing regressions in production code and test suites when schemas evolve.