ワンクリックで
code-review
PR review checklist for this repo and similar CLI plugins. Use when reviewing changes to export-query, core, or utils.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
PR review checklist for this repo and similar CLI plugins. Use when reviewing changes to export-query, core, or utils.
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 | code-review |
| description | PR review checklist for this repo and similar CLI plugins. Use when reviewing changes to export-query, core, or utils. |
Use the Quick checklist template for a short PR paste. Numbered sections 1–7 and Review checklist summary below are the full deep review for @contentstack/cli-cm-export-query and related CLI work.
## Security Review
- [ ] No hardcoded secrets
- [ ] Input validation present
- [ ] Error handling secure
## Correctness Review
- [ ] Logic correctly implemented
- [ ] Edge cases handled
- [ ] Error scenarios covered
## Architecture Review
- [ ] Proper code organization
- [ ] Design patterns followed
- [ ] Good modularity
## Performance Review
- [ ] Efficient implementation
- [ ] Resource management
- [ ] Appropriate concurrency
## Testing Review
- [ ] Adequate tests for behavior changed
- [ ] Quality tests
- [ ] Test-first used where practical for new behavior
## Code Conventions
- [ ] TypeScript standards
- [ ] Code style consistent
- [ ] Documentation adequate
src/core/ and src/utils/ (not the command class)skip-* flags