code-review
Installation
SKILL.md
Code review – Contentstack Management Python
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.
Public API
- Exported
Client,Region, stack and resource helpers match README andcontentstack_management.__all__/__init__.py. - Docstrings on
Clientand changed public methods when behavior or parameters change.
Compatibility
- Avoid breaking
Clientconstructor or stack method chains without a semver strategy; document migration for breaking changes.