SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/vitodeploy/vito --skill code-reviewコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | code-review |
| description | Review code changes |
Review the code changes in 2 directions. Specs and Standards.
Understand the reason of the changes. This can be from the commit messages, PR summary and title, user given information or self collected from the changes.
Understand the project standards, check existing patterns, read AGENTS.md or CLAUDE.md.
Spawn 2 independent and parallel sub-agents without sharing or accessing context to eachother.
Specs Agent: Should review the code changes to verify if they are achieving the specs or not.
Standards Agent: Should review the code changes to verify if they are following the project standards or not.