code-review
작성자: contentstack
contentstack-marketplace-sdk의 PR을 리뷰할 때 사용—API, 번들, 테스트, npm 퍼블리시 영향.
npx skills add https://github.com/contentstack/contentstack-marketplace-sdk --skill code-reviewCode review – contentstack-marketplace-sdk
When to use
- Reviewing SDK or build-tooling changes
- Assessing dependency bumps (axios, Babel, Webpack)
Instructions
Checklist
- Bundles: Each target (node/web/RN/NS) still builds; entry points in
package.jsonremain valid. - Tests:
npm testandnpm run lintsucceed; new behavior covered. - Semver: Breaking changes reflected in version strategy.
- Security: No secrets in repo; lockfile updates reviewed.
Severity hints
- Blocker: Broken publish artifacts or failing CI.
- Major: Missing tests for new HTTP paths or auth changes.
- Minor: Internal refactors with green CI.