code-review
Installation
SKILL.md
Code review – Contentstack Python CDA SDK
When to use
- Reviewing a PR, self-review before submit, or running an automated review pass.
Instructions
Checklist
- API: New or changed
Stack/ content-type / query / entry methods documented;contentstack/__init__.pyexports updated if needed. - Version:
__version__incontentstack/__init__.pyaligned with release strategy for breaking changes. - HTTP:
https_connection.py/controller.pychanges keep retry and timeout behavior predictable. - Tests:
pytest tests/passes; extendtests/when CDA behavior changes. - Secrets: No tokens in repo;
config.pyremains local-only when it holds real credentials.