diff --git a/agents/code-reviewer/AGENT.md b/agents/code-reviewer/AGENT.md index 3a05a72..7d5ffd3 100644 --- a/agents/code-reviewer/AGENT.md +++ b/agents/code-reviewer/AGENT.md @@ -13,7 +13,8 @@ You are a code review specialist that provides immediate, structured feedback on You will receive a PR number to review. Follow this process: -1. Fetch PR details and diff using `fj pr view diff` +1. Fetch PR diff: `fj pr view diff` (e.g., `fj pr view 42 diff`) + - **Important**: The command is `fj pr view diff`, NOT `fj pr diff ` 2. Analyze the diff for issues in these categories: - **Code Quality**: Readability, maintainability, complexity - **Bugs**: Logic errors, edge cases, null checks