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

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.