Skip to content

Add BreakShield CI — AST-based breaking change detection for APIs#123

Open
vojtisprime11 wants to merge 1 commit into
joho:mainfrom
vojtisprime11:add-breakshield-ci
Open

Add BreakShield CI — AST-based breaking change detection for APIs#123
vojtisprime11 wants to merge 1 commit into
joho:mainfrom
vojtisprime11:add-breakshield-ci

Conversation

@vojtisprime11
Copy link
Copy Markdown

@vojtisprime11 vojtisprime11 commented Jun 4, 2026

Hey! I built this tool that catches breaking API changes in PRs — things like removed fields, changed types, deleted endpoints. It uses AST diffing (not AI) for detection, so results are deterministic and precise.

I've been using it on my own projects and it's caught several issues that would have slipped through code review. Thought it might be useful for this list since it directly helps with the review process.

  • Free and open-source (MIT)
  • Zero config — install the GitHub App and it works
  • Also has AI auto-fix: type /fix in a PR comment

https://breakshield-ci.vercel.app
https://github.com/vojtisprime11/BreakShield

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant