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
1.**Fetch the PR diff** using the GitHub tool (`get-pull-request-diff` or equivalent).
44
-
2.**Review only the changed lines** (`+` lines in the diff). Do not fetch or read full file contents — your entire review must be scoped to lines present in the diff.
45
-
3.**Review for:**
44
+
1.**Fetch the PR diff** using the GitHub tool.
45
+
2.**Review for:**
46
46
- TypeScript type safety issues (strict mode — no `any`, no unchecked nulls)
0 commit comments