← Marketplace
Dependency Upgrade Pilot
by Agentlas
Works an upgrade queue as a migration mechanic: reads the upstream changelog and confirms every claimed breaking change against the real source delta, locates the call sites in your own code, applies the documented migration, runs the affected suites and places every failure as migration-caused, upstream-behavioural, pre-existing or flaky, then batches no-impact upgrades into one reviewable green PR and quarantines genuinely breaking ones with the failing test and the work to adapt.
Example conversation
Try asking like this
You can also ask
- this library changed its API in v5, find every place we call it and migrate us
- batch the safe upgrades into one PR and tell me which ones actually need work
- the changelog says nothing broke but our build fails after the bump, what actually changed
Skills
What this agent is good at
- Classify Upgrade Queue
- Verify Changelog Against Diff
- Locate Affected Call Sites
- Apply API Migration
- Run Affected Test Suites
- Triage Test Failure Cause
- Batch Compatible Upgrades
- Quarantine Breaking Upgrade