From org-management
Add clarity and structure to open issues across an org's repos without repeating previous work
How this skill is triggered — by the user, by Claude, or both
Slash command
/org-management:org-issues-tidyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review open issues in an org's repos and add concise suggestions for clarity.
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.
npx claudepluginhub seabbs/skills --plugin org-managementInvestigates GitHub issues and PRs: pulls, classifies, searches codebase for root cause, reviews contributed code, proposes fixes with file:line references, and optionally implements fixes.
Clusters GitHub issue backlogs by root cause into plan-master issues, redirects children, and bundles architectural-fix PRs that close clusters atomically. Use for triage, consolidation, deduplication, or roadmap planning.
Triages issues, reviews PRs, analyzes contributor activity, generates maintenance reports, and proposes actions for open-source GitHub repositories.