← ClaudeAtlas

issue-prioritizelisted

Fetch open issues from GitHub, GitLab, or Linear, score them by impact/urgency/readiness/risk, and recommend the top issues to address next. Analysis-only — no mutations.
ReefBytes-Owner/Manifest · ★ 1 · Code & Development · score 48
Install: claude install-skill ReefBytes-Owner/Manifest
# Issue Prioritization Skill Fetch open issues, score them using a weighted formula, and produce a ranked prioritization report. Works with GitHub, GitLab, and Linear. **Read-only** — never modifies issues or files. ## Purpose 1. Fetch open issues from the detected (or specified) platform 2. Filter to issues with the `future` label by default (use `--all` for all open issues) 3. Score each issue on Impact, Urgency, Readiness, and Risk (1–5 each) 4. Rank by weighted formula with tiebreakers 5. Optionally validate top candidates against the codebase 6. Present a formatted prioritization report ## Arguments ```bash /issue-prioritize [--repo OWNER/REPO] [--platform github|gitlab|linear] [--team TEAM] [--limit N] [--top N] [--label LABEL] [--all] [--project-context FILE] ``` | Argument | Description | Default | |----------|-------------|---------| | `--repo OWNER/REPO` | Target repository (GitHub/GitLab only) | current repo | | `--platform github\|gitlab\|linear` | Force platform | auto-detect | | `--team TEAM` | Linear team key filter | all teams | | `--limit N` | Max issues to fetch | 100 | | `--top N` | How many top issues to report | 5 | | `--label LABEL` | Only include issues with this label | `future` | | `--all` | Include all open issues (ignore label filter) | false | | `--project-context FILE` | Markdown/YAML file with project-specific context | none | ## Prerequisites 1. **Platform CLI installed** — at least one of: - `gh` (