claude-code-system-prompts/system-prompts/skill-code-review-altitude-dimension.md
2026-06-12 10:12:09 -06:00

12 lines
468 B
Markdown

<!--
name: 'Skill: Code Review (altitude dimension)'
description: Code-review dimension: check whether each change is implemented at the right depth rather than as a fragile special case
ccVersion: 2.1.173
-->
### Altitude
Check that each change is implemented at the right depth, not as a fragile
bandaid. Special cases layered on shared infrastructure are a sign the fix
isn't deep enough — prefer generalizing the underlying mechanism over adding
special cases.