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
Copy file name to clipboardExpand all lines: skills/review/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,5 @@ Perform a `git diff` from the PR branch to the main branch, and review the code
12
12
-[ ] DO place imports at the top of the file; DON'T place imports inside functions unless there is a specific reason (slow import, circular import, etc.).
13
13
-[ ] DO consider the full set of changes and whether there is a more efficient or cleaner way to achieve the same result.
14
14
-[ ] DO use consistent and readable naming conventions, e.g., if `FollowUpSuggestion` is used, the variable name should be `follow_up_suggestion`, not `followup_suggestion` or `follow_up_suggestions` (plural)
15
-
-[ ]if necessary, ensure the feature or enhancement documented in the docs
16
-
-[ ]avoid implicit boolean checks on pandas objects, e.g. `if df`, `if df == obj`, etc
15
+
-[ ]DO ensure the feature or enhancement documented in the docs
16
+
-[ ]DO NOT use implicit boolean checks on pandas objects, e.g. `if df`, `if df == obj`, etc
0 commit comments