一键导入
code-review
Structured code review workflow and security checks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured code review workflow and security checks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | code-review |
| description | Structured code review workflow and security checks |
Follow these steps when reviewing pull requests. This skill provides a consistent, thorough review process covering correctness, security, performance, and maintainability.
references/security-checklist.md.Before diving into code, verify:
If any automated check fails, leave a comment asking the author to fix before continuing the manual review.
Consult the Security Checklist for a comprehensive list of items:
Reference: Read the Security Checklist for the full OWASP-aligned checklist.
Key items to spot-check:
Use these prefixes to categorise your comments:
| Prefix | Meaning |
|---|---|
Blocker: | Must be fixed before merge |
Suggestion: | Recommended but not blocking |
Nit: | Style/formatting — optional |
Question: | Seeking clarification from the author |
Praise: | Something done well — reinforce good patterns |
Question: comment and request a second reviewer.