بنقرة واحدة
dev-workflow
Use when changing branches, CI, npm scripts, Husky hooks, or release workflow in contentstack-js-core.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when changing branches, CI, npm scripts, Husky hooks, or release workflow in contentstack-js-core.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when reviewing PRs or preparing changes for contentstack-js-core—API stability, tests, and consumer impact.
Use when working on @contentstack/core API surface, HTTP layer, errors, or how other SDKs consume this package.
Use when writing or fixing Jest tests, mocks, or test layout under test/ in contentstack-js-core.
Use for TypeScript layout, tsconfig variants, and build outputs (CJS/ESM/UMD/types) in contentstack-js-core.
@contentstack/core — httpClient, request helpers, param serialization, errors, delivery retry handlers.
Axios HTTP stack in @contentstack/core — clients, retries, serialization pipeline.
| name | dev-workflow |
| description | Use when changing branches, CI, npm scripts, Husky hooks, or release workflow in contentstack-js-core. |
main; development also exists—match team practice for PR targets..github/workflows/ run tests, branch checks, SCA, policy, and CodeQL—coordinate schema changes with those jobs.npm ci (or npm install for local dev).npm run build (CJS + ESM + UMD + types).npm test.npm run lint.prepare runs build and Husky setup—expect hooks after install.npm run build and npm test pass locally before opening a PR.