mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
12 lines
468 B
Markdown
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.
|