From 324326adacaaa02145ea5e2c84b3292e0bf074d1 Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Sun, 28 Dec 2025 23:19:36 +0100 Subject: [PATCH] Update review-pr command with available actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify the three actions available after review: - Merge (approve by merging) - Request changes (comment without merging) - Comment only (discussion) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- commands/review-pr.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/commands/review-pr.md b/commands/review-pr.md index 703ad99..70189b4 100644 --- a/commands/review-pr.md +++ b/commands/review-pr.md @@ -15,4 +15,7 @@ Review the changes and provide feedback on: - Test coverage - Documentation -Ask the user if they want to approve, request changes, or comment. +Ask the user what action to take: +- **Merge**: `fj pr merge $1` - Approve and merge the PR +- **Request changes**: `fj pr comment $1 ""` - Leave feedback without merging +- **Comment only**: `fj pr comment $1 ""` - Add a comment for discussion