Verify

Verify Check CX changes by running the right local checks and manually exercising UI behavior when relevant.

bingzi-233 f72e1cc 949 B Updated

File contents

Use this skill when validating local changes before reporting them complete.

  1. Run pnpm lint for any code change.
  2. Run pnpm build when changes touch routing, server code, dependencies, config, Docker/deployment behavior, or anything that can affect production output.
  3. For UI or frontend behavior changes, start the app with pnpm dev, open the affected route in a browser, exercise the golden path and obvious edge cases, and check the page for visual regressions.
  4. If Supabase schema, migrations, or provider configuration behavior changed, state which migration/config path was checked and whether a staging database replay is still needed.
  5. If a check cannot be run because credentials or environment are missing, say exactly what is missing instead of claiming verification succeeded.

bingzi-233/check-cx/tree/main/.claude/skills/verify commit f72e1ccaec

Frequently asked questions

npx skillmds@latest add bingzi-233/verify