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