claude-code-system-prompts/system-prompts/skill-code-review-angle-d-language-pitfall-specialist.md
2026-06-12 10:12:09 -06:00

568 B

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.