ワンクリックで
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).