You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are reviewing this pull request. Follow these steps:
30
+
1. Run `gh pr view ${{ github.event.issue.number }} --json title,body,files` to understand the PR.
31
+
2. Run `gh pr diff ${{ github.event.issue.number }}` to see the full diff.
32
+
3. Read the key changed files to understand context.
33
+
4. Analyze for bugs, security issues, correctness problems, and code quality concerns.
34
+
5. Post your findings as inline review comments using the GitHub review tools available to you. If inline comments are not possible, post a consolidated review as a PR comment using `gh pr comment ${{ github.event.issue.number }} --body "..."`.
35
+
36
+
Focus on actionable feedback. Skip nitpicks and style issues already enforced by linters.
0 commit comments