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
Update CI fix comment format to match code review style
- Changed from inline links to numbered list with separate lines
- Matches code review format: description on line 1, GitHub link on line 2
- Updated examples to show exact format required
- Clearer instructions to follow code review pattern
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Fixed: Missing semicolon in [\`utils/helper.ts:41\`](https://github.com/anthropics/claude-cli-internal/blob/abc1234567890abcdef1234567890abcdef123456/src/utils/helper.ts#L40-L42) • Type mismatch in [\`api/client.ts:99\`](https://github.com/anthropics/claude-cli-internal/blob/abc1234567890abcdef1234567890abcdef123456/src/api/client.ts#L98-L100) • Undefined variable in [\`tests/auth.test.ts:55\`](https://github.com/anthropics/claude-cli-internal/blob/abc1234567890abcdef1234567890abcdef123456/tests/auth.test.ts#L54-L56)
- ✅ GOOD: "Missing semicolon in [`file.ts:41`](link)"
223
-
- ❌ BAD: "Fixed missing semicolon issue in TypeScript file [`file.ts:41`](link) that was causing build to fail"
224
-
225
-
3.**MUST use bullet separator** (` • `) between multiple fixes, not commas or newlines
260
+
4.**Follow code review workflow pattern exactly** - see /code-review command for reference
226
261
227
262
## Step 7: Final Verification
228
263
@@ -239,36 +274,37 @@ Fixed: Import statement error in [\`index.ts:5\`](https://github.com/anthropics/
239
274
- Failed CI run reference
240
275
4. ✅ Verified no duplicate comments were created
241
276
242
-
### FINAL OUTPUT FORMAT
277
+
### FINAL OUTPUT FORMAT (MUST MATCH CODE REVIEW STYLE)
243
278
244
-
Your PR comment MUST follow this exact format (example with 3 fixes):
279
+
Your PR comment MUST follow this exact format:
245
280
246
281
---
247
282
248
-
### 🤖 CI Auto-Fix Available
283
+
### CI fixes
249
284
250
-
Fixed: Missing semicolon in [`utils/helper.ts:41`](https://github.com/anthropics/claude-cli-internal/blob/abc1234567890abcdef1234567890abcdef123456/src/utils/helper.ts#L40-L42) • Type mismatch in [`api/client.ts:99`](https://github.com/anthropics/claude-cli-internal/blob/abc1234567890abcdef1234567890abcdef123456/src/api/client.ts#L98-L100) • Undefined variable in [`tests/auth.test.ts:55`](https://github.com/anthropics/claude-cli-internal/blob/abc1234567890abcdef1234567890abcdef123456/tests/auth.test.ts#L54-L56)
285
+
Fixed 3 issues:
251
286
252
-
**[→ Create PR with fixes](https://github.com/anthropics/claude-cli-internal/compare/main...claude-auto-fix-ci-signed-feature-xyz-28476234)**
0 commit comments