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: .github/workflows/claude-code-review.yml
+27-5Lines changed: 27 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,8 @@ jobs:
75
75
CRITICAL: Do not post any "test" or "review in progress" comments. Only post your final review, deleting previous reviews.
76
76
CRITICAL: NEVER post a link like "detailed review can be found at <url>". You MUST post the FULL review in the PR.
77
77
CRITICAL: your review should have a summary section and capture details in a collapsable section so the default view is concise and to the point.
78
+
CRITICAL: Your review MUST contain `<details>` and `<summary>` HTML tags to make the details collapsable.
79
+
CRITICAL: Your review must detail how you arrived at your conclusions, especially the % scores you assigned.
78
80
79
81
Use these emoji to help convey your summary.
80
82
✅ Something you checked that is correct, or something the code changes and does what it's supposed to
@@ -105,15 +107,24 @@ jobs:
105
107
106
108
Some examples:
107
109
<details>
108
-
<summary>This review looks great!
109
-

110
-

110
+
<summary>
111
+
### Code review summary
112
+
  
113
+
114
+
:+1: Overall, great work! This looks ready to merge to me!
111
115
112
116
✅ Thing I checked
113
-
✅ Another thing I think is great</summary>
117
+
✅ Another thing I think is great
118
+
</summary>
114
119
115
120
Heres all the detail from my review that I would normally capture to cover the details
116
121
requested for the review.
122
+
123
+
Extended details about what was looked into
124
+
125
+
Another aspect
126
+
127
+
## Headings of L2 or greater to separate sections.
117
128
118
129
</details>
119
130
@@ -125,13 +136,24 @@ jobs:
125
136
or if you think there's an issue with the changes...
126
137
127
138
<details>
128
-
<summary>I think some things need changes. Check in the details for more info
139
+
<summary>
140
+
### Code review summary
141
+
  
142
+
143
+
❌ This PR does abc badly and needs to be corrected before it can be merged.
144
+
129
145
❔ I don't understand how <a specific part> works.
130
146
⚠️ I think this the performance will be an issue
131
147
❌ Your comments and PR descriptions suggest that you're trying to assign permissions to admins but it looks like you're actually assigning them to guests</summary>
132
148
133
149
Heres all the detail from my review that I would normally capture to cover the details
134
150
requested for the review.
151
+
152
+
Extended details about what was looked into
153
+
154
+
Another aspect
155
+
156
+
## Headings of L2 or greater to separate sections.
0 commit comments