code-review

Installation
SKILL.md

Code review – Contentstack Dart SDK

When to use

  • Before requesting review or approving a PR
  • When triaging risk (API breaks, security, test gaps)

Instructions

Checklist

  • Behavior: Change matches CDA semantics; no accidental Management API assumptions
  • API: Public exports updated deliberately in lib/contentstack.dart; breaking changes documented and versioned
  • Quality: dart analyze clean; dart test passes; codegen committed if *.g.dart changed
  • Security: No API keys, tokens, or .env with secrets in the diff
  • Style: Matches analysis_options.yaml and project patterns (../dart-style/SKILL.md)

Severity (optional)

Installs
1
GitHub Stars
3
First Seen
Jul 16, 2026
code-review — contentstack/contentstack-dart