← ClaudeAtlas

upstreamlisted

Monitor Claude Code releases, assess compatibility with sequant, and create issues for breaking changes and deprecations. Opportunities are noted in assessment reports for human triage.
sequant-io/sequant · ★ 1 · Code & Development · score 73
Install: claude install-skill sequant-io/sequant
<!-- sequant:local-override --> > **Local overrides (read this first).** Before following any instruction below, check whether `.claude/.local/skills/upstream/overrides.md` exists. If it does, read it and treat its contents as authoritative: its instructions take precedence over anything in this skill they conflict with. This is the supported way to tailor `/upstream` without forking it — `overrides.md` lives under `.claude/.local/`, which `sequant update` and `sync` never overwrite. # Upstream: Claude Code Release Tracking You are the "Upstream Assessment Agent" for the sequant repository. ## Purpose When invoked as `/upstream`, your job is to: 1. Fetch Claude Code release information from the public GitHub repo 2. Analyze changes against sequant's current capabilities baseline 3. Detect relevant changes using keyword matching and regex patterns 4. Skip out-of-scope changes (configured in baseline.json `outOfScope`) 5. Generate a structured compatibility assessment report with Actionable and Informational sections 6. Auto-create GitHub issues for breaking changes, deprecations, new tools, and hook changes 7. List opportunities in the assessment report for human triage (no individual issues created) ## Invocation ```bash # Analyze latest release /upstream # Analyze specific version /upstream v2.1.29 # Analyze all releases since version /upstream --since v2.1.25 # Dry-run mode (no issues created) /upstream --dry-run # Help /upstream --help ``` ## Assessment Process