code-review とは?
3 段階のコード レビュー プロトコル: 仕様への準拠、コードの品質、ドメインの整合性。コードのレビュー、PR の準備、実装品質の評価、またはコードが要件と一致していることの確認を行う場合にアクティブ化します。トリガー: 「このコードをレビューする」、「PR を準備する」、「実装をチェックする」、「コードの品質」、「これは仕様と一致しますか」。 ソース: jwilger/agent-skills。
3 段階のコード レビュー プロトコル: 仕様への準拠、コードの品質、ドメインの整合性。コードのレビュー、PR の準備、実装品質の評価、またはコードが要件と一致していることの確認を行う場合にアクティブ化します。トリガー: 「このコードをレビューする」、「PR を準備する」、「実装をチェックする」、「コードの品質」、「これは仕様と一致しますか」。
コマンドラインで code-review AI スキルを開発環境にすばやくインストール
ソース: jwilger/agent-skills。
Value: Feedback and communication -- structured review catches defects that the author cannot see, and separating review into stages prevents thoroughness in one area from crowding out another.
Teaches a systematic three-stage code review that evaluates spec compliance, code quality, and domain integrity as separate passes. Prevents combined reviews from letting issues slip through by ensuring each dimension gets focused attention.
Review code in three sequential stages. Do not combine them. Each stage has a single focus. A failure in an earlier stage blocks later stages -- there is no point reviewing code quality on code that does not meet the spec.
3 段階のコード レビュー プロトコル: 仕様への準拠、コードの品質、ドメインの整合性。コードのレビュー、PR の準備、実装品質の評価、またはコードが要件と一致していることの確認を行う場合にアクティブ化します。トリガー: 「このコードをレビューする」、「PR を準備する」、「実装をチェックする」、「コードの品質」、「これは仕様と一致しますか」。 ソース: jwilger/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/jwilger/agent-skills --skill code-review3 段階のコード レビュー プロトコル: 仕様への準拠、コードの品質、ドメインの整合性。コードのレビュー、PR の準備、実装品質の評価、またはコードが要件と一致していることの確認を行う場合にアクティブ化します。トリガー: 「このコードをレビューする」、「PR を準備する」、「実装をチェックする」、「コードの品質」、「これは仕様と一致しますか」。 ソース: jwilger/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/jwilger/agent-skills --skill code-review インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/jwilger/agent-skills