What problem does it solve?
Keeping the Sentry JavaScript SDK compatible with dozens of upstream frameworks (React, Next.js, Vue, Nuxt, Node.js, and more) requires manually monitoring releases, RFCs, and blog posts across many repositories, which is time-consuming and easy to miss breaking changes.
Core Features & Use Cases
- Automated upstream monitoring: Fetches GitHub releases, Discussions, RFC-repo PRs, and RSS/Atom feeds for every framework the SDK instruments, filtered to a configurable date window.
- Relevance classification: Classifies each change as high, medium, or low relevance based on how the SDK instruments routers, lifecycle hooks, error boundaries, and async context, and flags new major versions outside declared peerDependencies ranges.
- Backlog generation: Produces actionable backlog candidates tied to specific @sentry/* packages, plus structured JSON and Markdown digests.
- Use Case: Run the skill weekly in CI to get a digest showing that Next.js shipped a new major version outside the SDK's supported range, with a ready-to-file backlog item to add support.
Quick Start
Ask the AI to track framework updates for the last 7 days and produce the weekly digest.