用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/adobe/spacecat-api-service --skill diagnose-cwv命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | diagnose-cwv |
| description | Diagnose why CWV code patches are not being generated for a site, site ID, or opportunity. |
Use this skill when the user asks why CWV code patches are not being generated for a site, site ID, or opportunity.
Accept a site URL, site ID, opportunity ID, and optional environment (dev or
prod) from the user request. If none of those identifiers is present, ask for
one before running diagnostics.
Run the diagnostic script at
~/projects/expsuccess/spacecat/scripts/cwv/diagnose-cwv-codefix.sh with the
arguments provided by the user.
Before running, check that the required environment variables are set:
API_KEY or SESSION_TOKEN must be set in the shell; if neither is set, ask
the user to run ! export API_KEY=<key>; before continuingAWS_PROFILE should be setRun the script and analyze the output. The script checks these pipeline stages:
After the script runs, summarize the findings and identify the likely blocker. Common issues:
If the script is not available, replicate the checks manually using curl and jq against the SpaceCat API.