gh-oss-go-bump
Installation
SKILL.md
Go Version Bump
Batch workflow for bumping Go versions across multiple OSS repositories. Follows the three-phase pattern: discover and investigate, test locally, then create PRs — with user confirmation gates before every irreversible action.
Step 1: Discover Go Repos and Latest Go Version
Run these two commands in parallel:
-
List Go repos:
gh oss-watch listFilter to repos where the language column is "Go".
-
Find latest Go version: Web search for the latest stable Go release. Identify both the latest minor (e.g., 1.26) and latest patch (e.g., 1.26.1).