🔄
DevOpsTypeScript

API Changes Review

by microsoft

API Changes Review is a DevOps skill for Claude Code, published by microsoft in FluidFramework.

4.9K stars583 forkson microsoft/FluidFrameworkAdded 2026/07/19Repository updated 2026/08/06
collaborationcrdtdatastructuredistributedfluidfluid-frameworkmicrosoftrealtime
Install in seconds
Install API Changes Review
Copy API Changes Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/microsoft/FluidFramework/tree/main/.claude/skills/api-changes ~/.claude/skills/api-changes

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/microsoft/FluidFramework.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/api-changes/SKILL.md in microsoft/FluidFramework
Installs to
~/.claude/skills/api-changes
Collection
One of 31 skills cataloged from this repository
Category
DevOps1075 skills

What API Changes Review does

Guides developers through the API change review process, including release tag assignment, API Council review, breaking change classification, and deprecation. Triggered by CI readiness checks when API report diffs are detected.

API Changes Review is cataloged under DevOps on DirSkills. API Changes Review comes from a repository tagged collaboration, crdt, datastructure, distributed and fluid.

Documentation

README

API Changes Review

Step 1: Identify what changed

git diff $(git merge-base HEAD origin/main)...HEAD -- '**/api-report/**/*.md'

Build a summary table and present it to the user:

Package Change type Tag(s) Breaking?

Change types: addition, removal, signature change, tag promotion.

If all changes are @internal-only, tell the user there are no customer-facing API changes and stop.


This is the opening of the README. Read the full README on GitHub.

Frequently asked about API Changes Review

  • What else does microsoft publish alongside API Changes Review?

    API Changes Review is one of 31 skills that DirSkills catalogs from microsoft/FluidFramework, the repository it ships in. Its siblings there include Brainstorming, Building UI/UX and Ci Readiness Check. Each one is a separate skill with its own page in this directory, installs the same way API Changes Review does, and is maintained by microsoft in that same repository. The rest of the collection is listed on the microsoft/FluidFramework page.

  • How does API Changes Review compare to other DevOps skills?

    API Changes Review ranks #156 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of API Changes Review against them. Open each page to compare what they document and how they install.

More from microsoft/FluidFramework

API Changes Review is one of 31 skills cataloged on DirSkills from microsoft/FluidFramework.

See all 31 skills