一键导入
code-review-altitude-dimension
Code-review dimension: check whether each change is implemented at the right depth rather than as a fragile special case
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Code-review dimension: check whether each change is implemented at the right depth rather than as a fragile special case
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trigger description for creating a shareable PR review briefing Artifact with a recommendation, reviewer judgment calls, visual explainer, signals, and blind spots
Skill instructions for gathering a GitHub pull request, authoring a structured review briefing, filling the bundled HTML template, and publishing it as a shareable Artifact
Generated SKILL.md instructing Claude to finish importing leftover foreign-agent config that `claude import` could not map automatically
A comprehensive onboarding flow for setting up CLAUDE.md and related skills/hooks in the current repository, including codebase exploration, user interviews, and iterative proposal refinement
Example file for the Run app skill showing how to start a web dev server, drive it with chromium-cli, capture screenshots, and document app-specific gotchas
Example file for the Run app skill showing how to document a server or API lifecycle with background launch, readiness checks, curl verification, and shutdown
| 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"}} |
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.