Prioritize banner
jayminwest jayminwest

Prioritize

Development community

Description

--- name: prioritize --- ## description Analyze all open issues across GitHub Issues and Seeds, cross-reference with codebase health, and recommend the top ~5 issues to tackle next. **Argument:** `$ARGUMENTS` — optional: a label or area to focus on (e.g., `commands`, `schemas`, `scoring`). If empty, analyze everything. ## gather-issues Use the Task tool to spawn **three parallel agents**: ### Agent A: GitHub Issues - Run `gh issue list --state open --limit 50 --json number,title,author,lab

Installation

Installs to ~/.claude/commands/jayminwest-mulch-prioritize.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jayminwest/mulch/HEAD/.claude/commands/prioritize.md -o ~/.claude/commands/jayminwest-mulch-prioritize.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository