원클릭으로
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.