用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wp-media/wp-rocket --skill wp-rocket-frontend-architecture命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
User-facing entry point for the wp-rocket issue workflow. Invoke directly to start a delivery run from a GitHub issue number, URL, or raw description. Runs inline in your conversation context; spawns specialist agents (ticket-writer, grooming-agent, challenger, backend-agent, frontend-agent, release-agent, lead-reviewer, qa-engineer) as isolated sub-agents; invokes supporting skills (knowledge-graph, dod, docs, issue-workflow) inline. Routes based on structured JSON outputs from each agent, manages loop counters, handles escalations, and maintains a live HTML run log.
Use this skill when adding or modifying WordPress abilities
Adversarially review a grooming spec before implementation starts. Finds hidden risks, unvalidated assumptions, and missing dependencies. Standalone entry point for the challenger agent.
基于 SOC 职业分类
正在显示 SKILL.md
| name | wp-rocket-frontend-architecture |
| description | Use this skill when changing admin JavaScript, CSS, or HTML/Twig templates in WP Rocket. |
Guidelines for JavaScript, CSS, and template changes in WP Rocket's admin UI.
onclick, onchange, etc.) — use addEventListener.innerHTML assignments — use textContent or createElement/appendChild.views/.assets/js/.wp_localize_script to pass PHP data to JS — never inline <script> blocks with data.fetch with the localized nonce for REST calls.wp.ajax for legacy AJAX (admin-ajax.php) if already present in the area.assets/js/.assets/css/.