What problem does it solve?
Go versions drift across multiple OSS repositories, causing inconsistency and maintenance overhead. This Skill coordinates discovery, validation, and releases-safe upgrades to keep all repos aligned.
Core Features & Use Cases
- Discover and identify all Go repositories (via gh oss-watch) and determine the latest stable Go version.
- Compare current repo Go versions and assess CI strategies, test coverage, and upgrade blockers.
- Validate changes locally (go mod tidy, go test) before creating PRs, with user-controlled gates.
- Generate PRs with clear messages and automate workflows while preserving safety and review gates.
- Suitable for teams managing multiple Go-based OSS projects or monorepos requiring coordinated upgrades.
Quick Start
Scan your Go repositories, determine the latest stable Go version, and kick off a controlled bump workflow with explicit user confirmations.