원클릭으로
autoreview
Before declaring work done: review diff, run tests, check project-specific rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Before declaring work done: review diff, run tests, check project-specific rules.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | autoreview |
| description | Before declaring work done: review diff, run tests, check project-specific rules. |
Run this before telling the user a task is complete, a bug is fixed, or a feature works. Never report "done" without doing this first.
git status -sb + read the full diff. Review it like a stranger's PR — not your own work.Look for a .autoreview.md file in the repo root.
Every completion report includes:
git status)If a check fails or you're not confident: say so explicitly and do not report the task as done. A partial fix reported honestly is worth more than a clean report that isn't true.