Address Review banner
shakacode shakacode

Address Review

Development community

Description

--- description: Fetch GitHub PR review comments, triage them, post summary checkpoints, and resolve addressed threads --- Fetch review comments from a GitHub PR in this repository, triage them, and create a todo list only for items worth addressing. # Instructions ## Step 1: Determine the Repository If the user input is a full GitHub URL, extract `org/repo` from the URL and use that as `REPO`. Otherwise, detect the repository from the current checkout: ```bash REPO=$(gh repo view --json na

Installation

Installs to ~/.claude/commands/shakacode-react_on_rails-address-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/shakacode/react_on_rails/HEAD/.claude/commands/address-review.md -o ~/.claude/commands/shakacode-react_on_rails-address-review.md

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

Full documentation available on GitHub

View Source Repository