원클릭으로
dev-workflow
Use for npm scripts, Husky, CI, and branch workflow in contentstack-javascript.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for npm scripts, Husky, CI, and branch workflow in contentstack-javascript.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when reviewing PRs for contentstack-javascript—API compatibility, bundles, Jest, and npm/CDN impact.
Use for the contentstack npm package API—Stack, regions, queries, and @contentstack/utils usage.
Use for Webpack configs, multi-target dist outputs, and Babel/loader setup in contentstack-javascript.
Use for Jest e2e and TypeScript test suites, jest configs, and test layout in contentstack-javascript.
Contentstack Content Delivery (CDA) JavaScript SDK — Stack, tokens, regions, queries, sync, live preview in src/core/.
HTTP and cross-cutting behavior for the CDA SDK — request.js, fetch retries, plugins, runtime http/localstorage.
| name | dev-workflow |
| description | Use for npm scripts, Husky, CI, and branch workflow in contentstack-javascript. |
master (origin/HEAD); development and next also exist—confirm PR target with the team.npm run build — all Webpack targets (node, web, react-native, native-script).npm test — runs pretest (which builds) then test:e2e and test:typescript.npm run lint — ESLint on src and test.prepare runs build on install—expect compile time after dependency changes.husky-check script wires Husky for pre-commit hooks when used..github/workflows/ include npm publish, CodeQL, SCA, policy scans, and link checks.