From 31cf0fb9f90fa9ee058e70ade01c43feb55e221c Mon Sep 17 00:00:00 2001 From: Manish Godse Date: Tue, 9 Jun 2026 08:29:26 -0700 Subject: [PATCH 1/2] remove code-review agent exclude --- .github/copilot-instructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 5bf534702daa18..54640953b6bd3a 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,5 +1,4 @@ --- -excludeAgent: code-review --- **Any code you commit MUST compile, and new and existing tests related to the change MUST pass.** From 6ce37174f3ee1c713edd6dd9ca7ba29b1c54d4c5 Mon Sep 17 00:00:00 2001 From: Manish Godse Date: Tue, 9 Jun 2026 12:07:11 -0700 Subject: [PATCH 2/2] emphasizing to use the code review skill --- .github/copilot-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 54640953b6bd3a..3bb22d8d34ba94 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,6 +1,8 @@ --- --- +When reviewing pull requests, always use the `code-review` skill. + **Any code you commit MUST compile, and new and existing tests related to the change MUST pass.** You MUST make your best effort to ensure any code changes satisfy those criteria before committing. If for any reason you were unable to build or test code changes, you MUST report that. You MUST NOT claim success unless all builds and tests pass as described above.