ワンクリックで
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