code-review

Installation
SKILL.md

Code 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.json remain valid.
  • Tests: npm test and npm run lint succeed; new behavior covered.
  • Semver: Breaking changes reflected in version strategy.
  • Security: No secrets in repo; lockfile updates reviewed.

Severity hints

Installs
1
First Seen
10 days ago
code-review — contentstack/contentstack-marketplace-sdk