一键导入
aem-headless
AEM headless review — Content Fragment models, GraphQL persisted queries, CF Java integration, CORS, and Dispatcher rules for headless delivery
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AEM headless review — Content Fragment models, GraphQL persisted queries, CF Java integration, CORS, and Dispatcher rules for headless delivery
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | aem-headless |
| description | AEM headless review — Content Fragment models, GraphQL persisted queries, CF Java integration, CORS, and Dispatcher rules for headless delivery |
| allowed-tools | Read, Grep, Glob |
| argument-hint | [CF model path, persisted query path, or Java class] |
Review $ARGUMENTS for AEM headless issues. Report each finding as Blocking / Warning / Suggestion.
/conf/<project>/settings/dam/cfm/models/ — Blockingname changed on an existing model — breaks all existing fragments silently — BlockingfieldLabel on model fields — authors have no guidance — Warningui.apps instead of ui.content — models are mutable content — Blocking/conf/<project>/settings/graphql/persistedQueries/ — Blockingresource.adaptTo(ContentFragment.class) result not null-checked — BlockingContentFragment.getElement(name) result not checked for null or missing element — BlockingFragmentTemplate API — WarningSlingHttpServletRequest adapted to ContentFragment directly — Blocking/graphql/execute.json/* not allowed in Dispatcher filter rules — persisted queries blocked — Blockingui.config OSGi config — WarningAEM accessibility review — WCAG 2.1 AA compliance in HTL templates, Coral UI dialogs, and frontend components
Cloud Manager and OakPAL review — package filters, embed order, Dispatcher SDK, deployment safety
Oak index review and creation — index type selection, property coverage, evaluatePathRestrictions, async configuration
AEM performance review — JCR queries, traversal, resolver lifecycle, PostConstruct overhead
Always-loaded AEM project conventions — naming patterns, package structure, utility library usage, and team-specific standards that Claude applies silently on every task
AEM security review — admin resolver, query injection, path validation, exposed endpoints, hardcoded secrets