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:

  1. List Go repos:

    gh oss-watch list
    

    Filter to repos where the language column is "Go".

  2. 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).

Installs
1
GitHub Stars
15
First Seen
Apr 15, 2026
gh-oss-go-bump — jackchuka/skills