maintain-check
星标11
分支4
更新时间2026年2月28日 21:16
Fetch the latest Etsy OAS spec and diff it against the baseline to detect API changes
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Fetch the latest Etsy OAS spec and diff it against the baseline to detect API changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | maintain-check |
| description | Fetch the latest Etsy OAS spec and diff it against the baseline to detect API changes |
Run the fetch script to download the latest spec:
python scripts/fetch_spec.py
If changes were detected (exit code 0), run the diff script:
python scripts/diff_spec.py
Read the diff report at specs/diff-report.md and present a summary to the user.
Highlight:
If no changes detected, report that the SDK is up to date with the spec.
Suggest next steps:
/maintain-audit to check how these changes affect SDK coverage