원클릭으로
dev-workflow
CI, Husky hooks, branch and PR expectations for the cli-cm-export-query plugin repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
CI, Husky hooks, branch and PR expectations for the cli-cm-export-query plugin repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
PR and release checklist for cli-cm-regex-validate (security, packaging, CI, messages)
Contentstack CLI plugin patterns for cm:stacks:validate-regex (SDK, schema, safe-regex, output)
Local and CI workflow for cli-cm-regex-validate — commands, layout, naming, hooks, and merge expectations
Jest testing patterns for cli-cm-regex-validate (mocks, fixtures, no live API calls)
Reviews pull requests and risky changes for the contentstack-cli-content-type plugin. Use when reviewing diffs, security-sensitive edits, dependency upgrades, or changes to compare/diagram/temp-file behavior, ESLint, and tests.
Develops and maintains the contentstack-cli-content-type csdx plugin (content-type list, details, audit, compare, compare-remote, diagram). Use when editing this repository, ContentTypeCommand setup and flags, CMA/Management SDK usage, axios audit/references calls, diff/compare HTML output, Graphviz diagrams, or oclif readme/manifest workflows.
| name | dev-workflow |
| description | CI, Husky hooks, branch and PR expectations for the cli-cm-export-query plugin repo. |
| Command | Purpose |
|---|---|
npm run build | Clean, install, compile, copy src/config → lib/ |
npm test | pretest compiles tests; nyc + mocha test/**/*.test.ts |
npm run test:unit | Mocha test/unit/**/*.test.ts only |
npm run lint | ESLint src/**/*.ts |
npm run prepack | Compile + OCLIF manifest/readme + config copy (release path) |
Workflows under .github/workflows/: e.g. unit-test.yml, release.yml, sca-scan.yml, policy-scan.yml.
prepare runs Husky setup (see package.json); hooks live under .husky/ when configured.describe.only / it.only (--forbid-only in test scripts).