From org-management
Add clarity and structure to open issues across an org's repos without repeating previous work
npx claudepluginhub seabbs/skills --plugin org-managementThis skill uses the workspace's default tool permissions.
Review open issues in an org's repos and add concise suggestions for clarity.
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.
Review open issues in an org's repos and add concise suggestions for clarity.
Run from ~/code/{org}/ or pass the org name as an argument.
Pass a specific repo name to limit scope (e.g. /org-issues-tidy epinowcast/baselinenowcast).
Read bot_account, owner_account from the org's CLAUDE.md ## Automation config table.
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> [repo-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 — whether the bot account has already commented)has_linked_pr (boolean)is_assigned (boolean)For each open issue where bot_commented is false, check if it would benefit from:
bot_commented is true)From the JSON, filter to issues where:
bot_commented is falseScore each issue for "tidiness" (0-10):
For each issue needing attention, post a single concise comment via gh issue comment.
Format:
A few suggestions to help move this forward:
- [specific, actionable suggestion]
- [specific, actionable suggestion]
This was posted by a bot. Please ping the repo owner for any questions.
If more than 5 issues need comments, spawn a team. Each teammate handles a batch of issues for one repo.
Report:
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.