code-review
星标2
分支0
更新时间2026年2月27日 23:24
Code review checklist and structured review output
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Code review checklist and structured review output
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Git branching and commit conventions for StrawPot agents
Python testing patterns with pytest
OWASP security checklist for code changes
TypeScript coding patterns and conventions
| name | code-review |
| description | Code review checklist and structured review output |
| metadata | {"strawpot":{"dependencies":["security-baseline"]}} |
When reviewing code, produce a structured review with:
## Review: <task-id>
### Blocking
- [B1] <description> — <file>:<line>
### Non-blocking
- [N1] <description> — <file>:<line>
### Risk: <score>
<rationale>