mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
12 lines
568 B
Markdown
12 lines
568 B
Markdown
<!--
|
|
name: 'Skill: Code Review (Angle D — language-pitfall specialist)'
|
|
description: Code-review finder angle that hunts for the well-known traps of the diff's language or framework
|
|
ccVersion: 2.1.173
|
|
-->
|
|
### Angle D — language-pitfall specialist
|
|
|
|
Scan for the classic pitfalls of the diff's language/framework — for example:
|
|
JS falsy-zero, `==` coercion, closure-captured loop var; Python mutable default
|
|
args, late-binding closures; Go nil-map write, range-var capture; SQL injection;
|
|
timezone/DST drift; float equality. Flag any instance the diff introduces.
|