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 analyzeclean;dart testpasses; codegen committed if*.g.dartchanged - Security: No API keys, tokens, or
.envwith secrets in the diff - Style: Matches
analysis_options.yamland project patterns (../dart-style/SKILL.md)