원클릭으로
self-review
Self-review the code you just wrote for bugs, duplication, and reusability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Self-review the code you just wrote for bugs, duplication, and reusability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Restate the last message in plain human language, no jargon.
Claude Code review prompt combined from their OSS review skills and derived from non-public, more capable review. Use for Claude-style code review.
Codex review prompt derived from the actual codex-rs source prompt. Use for Codex-style code review.
Review changed code for reuse, quality, and efficiency, then fix any issues found.
| name | self-review |
| description | Self-review the code you just wrote for bugs, duplication, and reusability. |
| disable-model-invocation | true |
Conduct a self-review of your code. Actively look for issues — bugs, duplications, oversights, edge cases, and anything that feels off. Trace through the logic systematically and flag anything that needs to be fixed or improved before we move on. Also assess reusability — is anything duplicated that shouldn't be, and could any logic be shared or abstracted, unless there's a good reason not to?