원클릭으로
code-review
PR checklist—API stability, docs, errors, compatibility, dependencies/SCA, tests; Blocker/Major/Minor.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
PR checklist—API stability, docs, errors, compatibility, dependencies/SCA, tests; Blocker/Major/Minor.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Branches, CI expectations, Composer test/docs, PR hygiene for Contentstack PHP SDK.
PHP Delivery SDK API—Contentstack::Stack, queries, entries, assets, regions, sync; RTE via Composer package contentstack/utils.
Composer package, PSR-4 autoload, Doctum docs, PHP version constraints, dev dependencies.
PSR-4 layout, namespaces, docblocks, PHP compatibility, src/ structure for this SDK.
PHPUnit—test/ layout, helpers, constants, coverage output, secrets hygiene.
| name | code-review |
| description | PR checklist—API stability, docs, errors, compatibility, dependencies/SCA, tests; Blocker/Major/Minor. |
Work through the checklist below. Optionally tag findings: Blocker, Major, Minor.
src/ are necessary, semver-conscious, and documented (README.md / CHANGELOG.md when user-visible).Stack, ContentType, Query, Entry, regions, etc.).CSException / domain messages where appropriate; callers get actionable context.composer.json changes are justified; versions do not introduce known vulnerabilities.src/ has tests under test/ when feasible.| 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 |
Contentstack::Stack and query APIs.skills/testing/SKILL.mdskills/contentstack-utils/SKILL.md