code-review
Structured code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Find and load available skills
PR description generation
Spec-faithful implementation for spec-driven development
Architecture and interface design for spec-driven development
Codebase analysis and context gathering for spec-driven development
Solution proposals with tradeoff analysis for spec-driven development
| description | Structured code review |
Perform a structured code review of the specified code. Follow this protocol to produce consistent, actionable feedback.
Understand context: Read the code and any related files to understand the purpose and design of the change.
Check correctness: Verify that the logic is correct.
Check error handling: Review how errors are managed.
Check naming and clarity: Evaluate readability.
Check test coverage: Assess testing.
Check security: Look for security concerns.
Check performance: Identify performance issues.
List findings grouped by severity:
Issues that must be fixed before merging (bugs, security, data loss).
Issues that should be addressed but are not blocking (style, minor inefficiencies).
Optional improvements (readability, alternative approaches, nice-to-haves).
If no issues are found in a category, omit that section.