Проверка изменений публичного API в TypeScript-пакетах
general
api-changes is a Claude Code skill that guides developers through a structured review of customer-facing API changes in the microsoft/FluidFramework repository. It is triggered automatically by ci-readiness-check when api-report .md files differ from the resolved comparison base, and covers four sequential steps: identifying changed surfaces via git diff and untracked files, verifying release tags (@public, @beta, @alpha, @internal) and TSDoc documentation, communicating API Council review requirements, and assessing breaking changes against deprecation and staging-branch policies. The skill is designed for teams shipping TypeScript packages with API Extractor under strict SemVer governance in a large open-source monorepo.
- #api-changes
- #api-extractor
- #breaking-changes
- #release-management
- #typescript