code-review
Installation
SKILL.md
Code review – Contentstack Utils Swift
When to use
- Reviewing a PR, self-review before submit, or automated review prompts.
Instructions
Work through the checklist below. Optionally tag findings: Blocker, Major, Minor.
API design and stability
- Public API: New or changed
public/opentypes inSources/ContentstackUtils/are necessary, semver-conscious, and documented (README.md/CHANGELOG.mdwhen user-visible). - Backward compatibility: No breaking changes unless explicitly justified (e.g. major version). Prefer additive behavior and default
Option()paths. - Naming: Matches existing Utils and RTE terminology (
ContentstackUtils,Option,Node,GQL, etc.).