ワンクリックで
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.