一键导入
api-compatibility
Check a diff for breaking changes to this repo's public HTTP API and SDK surface, and require a versioning/migration note when one is found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check a diff for breaking changes to this repo's public HTTP API and SDK surface, and require a versioning/migration note when one is found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze a newly opened GitHub issue for actionability, missing information, privacy concerns, and repository label suggestions. Return structured data only; the workflow handles comments and labels.
Review a pull request — load the team's global review guidance, fetch the diff with gh, analyze it, and return a structured verdict + findings (the workflow posts the review).
| name | api-compatibility |
| description | Check a diff for breaking changes to this repo's public HTTP API and SDK surface, and require a versioning/migration note when one is found. |
An extra review skill this repo ships. In merge mode the reviewer applies it
in addition to the central methodology; it is meant to run as a focused pass
over diffs that touch the public surface.
Only when the diff changes files under api/, openapi.yaml, proto/, or the
published SDK (packages/sdk/). Skip otherwise.
For any breaking change, the review must:
major (or critical if it ships without a new API version).BREAKING CHANGE: note in the PR description with a migration path.Additive, backwards-compatible changes (new optional field, new endpoint) are fine — note them, don't block.