| name | 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 |
| metadata | {"originalName":"Skill: Code Review (altitude dimension)","ccVersion":"2.1.173","sourceUrl":"https://github.com/Piebald-AI/claude-code-system-prompts/blob/main/system-prompts/skill-code-review-altitude-dimension.md","source":{"owner":"Piebald-AI","repo":"claude-code-system-prompts","ref":"main","path":"system-prompts/skill-code-review-altitude-dimension.md"}} |
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.