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__.py exports updated if needed.
  • Version: __version__ in contentstack/__init__.py aligned with release strategy for breaking changes.
  • HTTP: https_connection.py / controller.py changes keep retry and timeout behavior predictable.
  • Tests: pytest tests/ passes; extend tests/ when CDA behavior changes.
  • Secrets: No tokens in repo; config.py remains local-only when it holds real credentials.

Public API

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