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
Signed-off-by: phernandez <paul@basicmachines.co>
Signed-off-by: Claude <noreply@anthropic.com>
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com>
Co-authored-by: phernandez <paul@basicmachines.co>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/workflows/claude-code-review.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,12 @@ jobs:
71
71
- [ ] Proper error handling and logging
72
72
- [ ] Performance considerations addressed
73
73
- [ ] No sensitive data in logs or commits
74
+
75
+
## Compatability
76
+
- [ ] File path comparisons must be windows compatible
77
+
- [ ] Avoid using emojis and unicode characters in console and log output
74
78
75
79
Read the CLAUDE.md file for detailed project context. For each checklist item, verify if it's satisfied and comment on any that need attention. Use inline comments for specific code issues and post a summary with checklist results.
76
80
77
81
# Allow broader tool access for thorough code review
0 commit comments