원클릭으로
atlantis-messages
Guides work on Atlantis Messages module, including CRUD, storage, admin list/form flows, and location-based notice rendering.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guides work on Atlantis Messages module, including CRUD, storage, admin list/form flows, and location-based notice rendering.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guides writing/running Atlantis tests and fixing CI issues across Codeception integration tests, PHP QA tools, and npm/composer workflow stability.
Guides work on Atlantis plugin PHP architecture including bootstrap flow, module lifecycle, settings model, and activation behavior. Use when adding/changing modules, plugin initialization, or shared helper patterns.
Guides Autoupdates module work including schedule windows, rollout delays, per-plugin filter toggles, and legacy Plugin Autoupdate Filter compatibility. Use when changing autoupdate behavior or related admin UI.
Guides work on Atlantis Colophon module, including credits rendering, shortcodes, and customization filters.
Guides work on Atlantis Tracking module for WooCommerce, Sensei, and Bilmur integrations, including environment-based activation behavior.
| name | atlantis-messages |
| description | Guides work on Atlantis Messages module, including CRUD, storage, admin list/form flows, and location-based notice rendering. |
Use this skill when:
src/Modules/Messages/*.includes/module-messages.php.| File | Responsibility |
|---|---|
src/Modules/Messages/Messages.php | Module hooks, admin integrations, and orchestration. |
src/Modules/Messages/CustomTable.php | DB schema and custom table lifecycle. |
src/Modules/Messages/ListTable.php | Admin list table actions and UI flow. |
includes/module-messages.php | Public helper APIs for CRUD and retrieval. |
models/Message.php, models/Message_Query.php | Message model and query behavior. |
$wpdb with proper formats/placeholders for DB writes.active/inactive) and location filters.includes/module-messages.php if API behavior changes.tests/Integration/MessagesTestCest.php.composer run lint:phpcomposer run tests:run:integration