ワンクリックで
code-review
Review code changes for bugs, clarity, and correctness
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code changes for bugs, clarity, and correctness
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Split a noisy autoresearch branch into clean, independent branches — one per logical change — ready for individual review
Author before.sh/after.sh hooks that run automation at autoresearch iteration boundaries — notifications, journals, git tags, priming the next attempt
Set up an autonomous optimisation loop — gather the goal, write the session files, run the baseline, and start iterating
Author declarative .tau/workflows/*.yaml files for Tau's /workflow command — reusable multi-phase, multi-agent pipelines. Use when the user asks to create, write, edit, or scaffold a workflow, or wants to turn a repeated multi-step task (audits, migrations, reviews, research) into a rerunnable automation.
Diagnose and fix a bug or unexpected behaviour
Stage and commit changes with a well-formed commit message
| name | code-review |
| description | Review code changes for bugs, clarity, and correctness |
Read the relevant files or diff. Look for bugs, security issues, unclear logic, and style problems. Report findings as a concise list grouped by severity (critical / warning / suggestion). Be specific — include file and line references where possible.