Skip to content

Commit 9344d0c

Browse files
committed
.
1 parent c3a428f commit 9344d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.claude/skills/code-review/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ the performance impact with 100k users?"
206206

207207
### Technique 3: Suggest, Don't Command
208208

209-
````markdown
209+
```markdown
210210
## Use Collaborative Language
211211

212212
❌ "You must change this to use async/await"
@@ -222,7 +222,7 @@ What do you think?"
222222
❌ "Extract this into a function"
223223
✅ "This logic appears in 3 places. Would it make sense to
224224
extract it into a shared utility function?"
225-
````
225+
```
226226

227227
### Technique 4: Differentiate Severity
228228

0 commit comments

Comments
 (0)