From b93a0fdf3ec73ebe6b086f00ecf405412488386b Mon Sep 17 00:00:00 2001 From: Marvin Schenkel Date: Thu, 26 Feb 2026 12:03:53 +0100 Subject: [PATCH] Add Github Copilot instruction for PR reviews --- .github/instructions/REVIEW.instructions.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/instructions/REVIEW.instructions.md diff --git a/.github/instructions/REVIEW.instructions.md b/.github/instructions/REVIEW.instructions.md new file mode 100644 index 00000000..88c4e27d --- /dev/null +++ b/.github/instructions/REVIEW.instructions.md @@ -0,0 +1,15 @@ +--- +applyTo: "**" +excludeAgent: "code-agent" # Only used by the code review agent in Github +--- + +# PR Review Standards + +When reviewing a pull request, apply the standards defined in: +https://raw.githubusercontent.com/music-assistant/server/refs/heads/dev/.claude/skills/review-pr/REVIEW_STANDARDS.md + +## Output + +- Post inline comments on GitHub for every `[CRITICAL]` and `[PROBLEM]` issue found. +- Do NOT post `[SUGGESTION]` items to GitHub. +- Do not list things that are already correct -- 2.34.1