We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a428f commit 9344d0cCopy full SHA for 9344d0c
1 file changed
.claude/skills/code-review/SKILL.md
@@ -206,7 +206,7 @@ the performance impact with 100k users?"
206
207
### Technique 3: Suggest, Don't Command
208
209
-````markdown
+```markdown
210
## Use Collaborative Language
211
212
❌ "You must change this to use async/await"
@@ -222,7 +222,7 @@ What do you think?"
222
❌ "Extract this into a function"
223
✅ "This logic appears in 3 places. Would it make sense to
224
extract it into a shared utility function?"
225
-````
+```
226
227
### Technique 4: Differentiate Severity
228
0 commit comments