CLDSRV-880 Fix formatting bugs in Claude review-pr skill#6125
CLDSRV-880 Fix formatting bugs in Claude review-pr skill#6125nicolas2bert wants to merge 1 commit intodevelopment/9.2from
Conversation
Hello nicolas2bert,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
LGTM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
@@ Coverage Diff @@
## development/9.2 #6125 +/- ##
===================================================
+ Coverage 84.18% 84.22% +0.03%
===================================================
Files 204 204
Lines 13124 13124
===================================================
+ Hits 11049 11054 +5
+ Misses 2075 2070 -5
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
LGTM |
Three changes: 1. Suggestion blocks now use heredoc (-F body=@- with <<'COMMENT_BODY') instead of $'...' quoting. The old $'...' approach broke when suggestion content contained single quotes, producing literal \n text. 2. Summary comments ban markdown headings — they render as giant bold text in GitHub. Now uses flat bullet list format. 3. Simpler overall — removed verbose rules and redundant formatting explanations.
191cdfd to
b582be0
Compare
Summary
-F body=@-with<<'COMMENT_BODY') instead of$'...'quoting, which broke on single quotes