--- description: Review a Forgejo pull request. Fetches PR details, diff, and comments. argument-hint: --- # Review PR #$1 1. **View PR details**: `fj pr view $1` 2. **Check status**: `fj pr status $1` 3. **Get the diff**: `fj pr view $1 diff` Review the changes and provide feedback on: - Code quality - Potential bugs - Test coverage - Documentation Ask the user if they want to approve, request changes, or comment.