| name | code-review |
| description | PR checklist—API stability, docs, errors, compatibility, dependencies/SCA, tests; Blocker/Major/Minor. |
Code review – Contentstack PHP SDK
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
Error handling and robustness
Dependencies and security
Testing
Severity (optional)
| Level | Examples |
|---|
| Blocker | Breaking public API without approval; security issue; no tests for new code where tests are practical |
| Major | Inconsistent errors; README examples that do not match real APIs |
| Minor | Style; minor docs |
Detailed review themes
- API: Breaking public signatures without semver / CHANGELOG alignment.
- Errors: Exception changes that confuse callers without a version strategy.
- README: Examples must match real
Contentstack::Stack and query APIs.
- Dependencies: New packages need justification and license awareness.
References
skills/testing/SKILL.md
skills/contentstack-utils/SKILL.md