Issue Reviews banner
jayminwest jayminwest

Issue Reviews

Development community

Description

--- name: issue-reviews --- ## intro Review open GitHub issues for priority, feasibility, project alignment, and risks. **Argument:** `$ARGUMENTS` — optional issue number(s) to review (e.g., `5` or `5 8 12`). If empty, review all open issues. ## Steps ### 1. Discover issues to review - If `$ARGUMENTS` contains issue number(s), use those - Otherwise, run `gh issue list --state open --json number,title,author,labels,createdAt,updatedAt,comments` to get all open issues - If there are no open

Installation

Installs to ~/.claude/commands/jayminwest-mulch-issue-reviews.md

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

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

Full documentation available on GitHub

View Source Repository