org-releases

Installation
SKILL.md

Check and Prepare Package Releases

Scan packages in an org for unreleased changes and prepare release PRs. Run from ~/code/{org}/ or pass the org name as an argument.

Helper script

A pre-built script at ~/.claude/scripts/org-releases.sh collects release status for all packages in one pass. Run it first to avoid spending tokens on individual gh and git calls.

~/.claude/scripts/org-releases.sh <org-name> > /tmp/org-releases.json

If the script is missing or not executable, flag this to the user and stop.

The script outputs a JSON array with per-package entries containing:

  • repo, type, gh_org, version
  • latest_tag, release_date, commits_since_release
Related skills
Installs
4
Repository
seabbs/skills
First Seen
Mar 8, 2026