Skip to content

Commit 8a9703f

Browse files
committed
Make Claude Code to compact their feedbacks at glance by using <details> tag
1 parent 45872c8 commit 8a9703f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ jobs:
6464
Always respond in Japanese, even if given instructions are in English.
6565
Use Japanese for all outputs, explanations, and comments in code
6666
67+
For each heading use this HTML style that users can see your summary at first and check details when clicking:
68+
<details>
69+
<summary><strong>[YOUR_HEADING]</strong></summary>
70+
[YOUR_FEEDBACKS]
71+
</details>
72+
Not that inside <details> tags you should write in HTML, not Markdown.
73+
6774
# Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR
6875
# use_sticky_comment: true
6976

0 commit comments

Comments
 (0)