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 ページを確認してインストールできます。
Git branching and commit conventions for StrawPot agents
Python testing patterns with pytest
OWASP security checklist for code changes
TypeScript coding patterns and conventions
SOC 職業分類に基づく
| 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>