Overview
- Skill Key
- glucksberg/issue-prioritizer
- Author
- glucksberg
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/glucksberg/issue-prioritizer
- Latest Commit SHA
- 3312365dcf119a3b103f4fbeffc341246aab4ac0
Prioritize GitHub issues by ROI, solution sanity, and architectural impact. Use when triaging or ranking issues to identify quick wins, over-engineered proposals, and actionable bugs. Don't use when managing forks (use fork-manager) or general GitHub queries (use github). Read-only — never modifies repositories.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 issue-prioritizer 技能。 若已安装,则直接安装 issue-prioritizer 技能。
# Issue Prioritizer
Analyze issues from a GitHub repository and rank them by **Adjusted Score** — ROI penalized by Tripping Scale (solution sanity), Architectural Impact, and Actionability.
This is a **read-only skill**. It analyzes and presents information. The user makes all decisions.
## When to use
- Triaging or ranking issues in a repository
- Identifying quick wins for contributors
- Filtering out non-actionable items (questions, duplicates)
- Detecting over-engineered proposals
- Matching issues to contributor skill levels
## When NOT to use
- Managing forks or syncing with upstream → use `fork-manager` instead
- General GitHub CLI queries (PR status, CI runs) → use `github` instead
- Reviewing code changes before publishing → use `pr-review` instead
## Requirements
- `gh` CLI authenticated (`gh auth login`)
## Instructions
### Step 1: Get Repository
If the user didn't specify a repository, ask which one to analyze (format: `owner/repo`).
### Step 2: Fetch Issues
**Basic fetch (most recent):**
```bash
gh issue list --repo {owner/repo} --state open --limit {limit} --json number,title,body,labels,createdAt,comments,url
```
Default limit is 30. Store the full JSON response.
**Targeted fetch with `--topic`:**
When the user specifies `--topic <keyword>` (e.g. `--topic telegram`, `--topic agents`), use GitHub search to find issues matching that topic instead of just fetching the most recent:
```bash
# Search by topic keywords in title and body
gh issue list --repo {owner/repo} --state open --limit {limit} --search "{topic} in:title,body" --json number,title,body,labels,createdAt,comments,url
```
Multiple topics can be combined: `--topic "telegram agents"` searches for issues containing either term.
**Targeted fetch with `--search`:**
When the user specifies `--search <query>`, pass it directly as a GitHub search query for full control:
```bash
gh issue list --repo {owner/repo} --state open --limit {limit} --search "{query}" --json number,title,bo...
# Issue Prioritizer Analyze and prioritize GitHub issues by ROI and solution sanity (Tripping Scale). ## Prerequisites - [GitHub CLI (`gh`)](https://cli.github.com/) installed and authenticated (`gh auth login`) ## Commands - `/issue-prioritizer:issue-prioritizer` - Analyze issues from a repository ## Usage ``` /issue-prioritizer:issue-prioritizer owner/repo /issue-prioritizer:issue-prioritizer owner/repo --quick-wins /issue-prioritizer:issue-prioritizer owner/repo --level beginner ```
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.