Skip to main content

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.

설치로 이동

소스 정보

저장소
flipt-io/agents
최근 소스 활동
2026년 5월 29일 14:46
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
# API compatibility check (sample consumer skill) 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. ## When to apply Only when the diff changes files under `api/`, `openapi.yaml`, `proto/`, or the published SDK (`packages/sdk/`). Skip otherwise. ## What counts as breaking - Removing or renaming an endpoint, field, enum value, or query parameter. - Tightening validation on an existing input (newly-required field, narrower type, stricter format). - Changing a response shape, status code, or error code clients depend on. - Changing default behavior of an existing parameter. ## What to require For any breaking change, the review must: 1. Mark it `major` (or `critical` if it ships without a new API version). 2. Require one of: a new versioned route/namespace, a deprecation window, or an explicit `BREAKING CHANGE:` note in the PR description with a migration path. 3. Confirm the changelog/SDK release notes are updated in the same PR. Additive, backwards-compatible changes (new optional field, new endpoint) are fine — note them, don't block.
GitHub에서 보기