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
-**P3 (Low)** — minor suggestions, naming improvements, documentation gaps
51
+
52
+
Then take action based on findings:
53
+
54
+
-**No issues found** → approve the PR with `gh pr review --approve`. Do NOT leave a summary comment. Just approve silently.
55
+
-**Only P2/P3 issues found** → approve the PR with `gh pr review --approve`. Leave inline comments on P2/P3 issues so the author is aware, but make it clear these are non-blocking suggestions. Do NOT leave a summary comment.
56
+
-**P0 or P1 issues found** → request changes with `gh pr review --request-changes`. Leave inline comments on the specific problems. Leave a summary comment (format below).
51
57
52
-
### Summary
53
-
[1–3 sentence overview]
58
+
## Output Rules
59
+
60
+
-**Do not be chatty.** No filler, no praise, no "looks good overall" preamble. Get to the point.
61
+
-**Do not feel compelled to find problems.** If the code is fine, approve it. Not every PR needs feedback.
62
+
-**Do not nitpick.** Skip style issues that a linter should catch.
63
+
- P2/P3 inline comments should be framed as suggestions, not demands. The author decides whether to address them.
64
+
- Only leave a summary comment when requesting changes. Structure it as:
65
+
66
+
```
67
+
## Review
54
68
55
-
### Findings
56
-
[Issues grouped by severity: CRITICAL / HIGH / MEDIUM / LOW]
69
+
### Issues
70
+
[List P0/P1 issues with file paths and line numbers]
0 commit comments