Designer Verify

Verify a change to elsa-foundation-designer is sound: typecheck, lint, build (which catches module registry/route-manifest drift), and a runtime sanity check for module work. Use before handing off or pushing studio changes.

elsa-workflows 07fbfd3 814 B Updated

File contents

User Input

$ARGUMENTS

Outline

  1. Read docs/skills/catalog.md#verify-codebase.
  2. Run in order, reporting each result honestly:
    • pnpm typecheck
    • pnpm lint
    • pnpm build (catches the module drift check and route/SSR errors)
  3. For module work, do a runtime sanity check with pnpm dev: the new sidebar entry appears and the Settings → Modules toggle hides/redirects the route.
  4. Report a short status line per step; paste the failing output if any step fails. Never claim green when a step failed.

elsa-workflows/elsa-foundation-designer/tree/main/.claude/skills/designer-verify commit 07fbfd32d8

Frequently asked questions

npx skillmds@latest add elsa-workflows/designer-verify