一键导入
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