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>