diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 5bf534702daa18..3bb22d8d34ba94 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,7 +1,8 @@ --- -excludeAgent: code-review --- +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.