返回 Skill 列表
extension
分类: 开发与工程无需 API Key

api-contract-checker

验证API更改是否符合预期的契约。当中级开发人员需要检测破坏性更改时使用。

person作者: jakexiaohubgithub

API Contract Checker

Purpose

Validate API changes against an expected contract.

Inputs to request

  • Old and new API specs or examples.
  • Versioning policy and client expectations.
  • Known consumers and usage patterns.

Workflow

  1. Compare endpoints, request/response fields, and status codes.
  2. Identify breaking changes and backward-compatible adjustments.
  3. Suggest versioning or migration notes.

Output

  • Breaking change report with mitigation steps.

Quality bar

  • Flag any removal or behavior change clearly.
  • Recommend safe rollouts for clients.