From org-management
Scan repos in an org for straightforward issues that can be resolved quickly, then do a few via worktree PRs.
npx claudepluginhub seabbs/skills --plugin org-managementThis skill uses the workspace's default tool permissions.
Scan repos in an org for straightforward issues that can be resolved quickly, then do a few via worktree 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 repos in an org for straightforward issues that can be resolved quickly, then do a few via worktree PRs.
Run from ~/code/{org}/ or pass the org name as an argument.
Optional second argument limits how many to do (default: 3).
A pre-built script at ~/.claude/scripts/org-issues-scan.sh collects all open issues with metadata in one pass.
Run it first to avoid spending tokens on individual gh calls.
~/.claude/scripts/org-issues-scan.sh <org-name> > /tmp/org-issues.json
If the script is missing or not executable, run /setup-scripts to regenerate it.
The script outputs a JSON array of issues with:
repo, gh_org, number, title, url, labels, createdAt, updatedAtauthor_association (OWNER, MEMBER, COLLABORATOR, CONTRIBUTOR, NONE)bot_commented (boolean)has_linked_pr (boolean)is_assigned (boolean)From the script output, only work on issues that meet ALL criteria:
author_association is COLLABORATOR, MEMBER, or OWNERis_assigned is falsehas_linked_pr is falseScore each eligible issue:
Only attempt issues scoring 7+.
Parse the JSON, apply eligibility and scoring filters. Rank by score descending.
Present the top candidates in a table:
Ask the user to confirm which to proceed with.
For each confirmed issue, use the /pr skill pattern:
If doing more than 2 issues, spawn a team. Each teammate handles one issue as a worktree PR using /pr patterns. The lead assigns issues and tracks progress.
Report:
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.