iblai-test
Installation
SKILL.md
/iblai-test
You MUST run these checks before presenting any work to the user. Do NOT show untested code.
Use pnpm as the default package manager. Fall back to npm if pnpm
is not installed.
Step 1: Build
Run the production build to catch TypeScript errors, missing imports, and config issues:
pnpm build
Fix all errors. A failed build means broken code -- do not proceed until the build passes cleanly.