From org-management
Check which packages in an org are overdue for release and draft release PRs
npx claudepluginhub seabbs/skills --plugin org-managementThis skill uses the workspace's default tool permissions.
Scan packages in an org for unreleased changes and prepare release PRs.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Scan packages in an org for unreleased changes and prepare release PRs.
Run from ~/code/{org}/ or pass the org name as an argument.
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, versionlatest_tag, release_date, commits_since_releasehas_unreleased_news, main_ciOnly packages (repos with DESCRIPTION or Project.toml) are included.
From the script output, classify each package:
Present a table:
| Repo | Last release | Commits since | NEWS updated | Version bumped | Status |
|---|
For repos needing preparation, ask the user which to proceed with. For each confirmed repo:
release/v{version}R CMD check (R) or tests (Julia)For repos ready to release, offer to create the GitHub release directly.
If more than 2 repos need preparation, spawn a team.
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.