Incorporate Feedback banner
utensils utensils

Incorporate Feedback

Git community

Description

Review and incorporate valid feedback from the current pull request. ## Steps 1. **Identify the PR** — Determine which PR to review: - Run `gh pr view --json number,url,title` to get the current branch's PR - If no PR exists, inform the user and stop 2. **Fetch all review comments** — Gather feedback: - Run `gh pr view --json reviews,comments` to get top-level PR comments and reviews - Use `gh api repos/{owner}/{repo}/pulls/{number}/comments` to get inline review comments - Foc

Installation

Installs to ~/.claude/commands/utensils-claudette-incorporate-feedback.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/utensils/Claudette/HEAD/.claude/commands/incorporate-feedback.md -o ~/.claude/commands/utensils-claudette-incorporate-feedback.md

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

Full documentation available on GitHub

View Source Repository