find-breaking-rest-api
Installation
SKILL.md
Find Breaking REST API Changes
Compare the REST API surface between two git revisions and produce a structured, actionable report. A breaking change is any change that requires existing API clients to update their code.
This skill is read-only. It produces a report. It does not modify any file.
Task Tracking
Before doing any work, call TaskCreate for each phase below. Call TaskUpdate (status in_progress) when you begin a phase and TaskUpdate (status completed) when you finish it.
- Determine comparison range
- Find and compare API surface
- Classify changes
- Write report