You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit and configure the Copilot PR reviewer to get the most value from automated reviews on this repo. PR #7223 showed the reviewer generating false positives due to missing repo context — #7315 / #7316 address one specific case (modern Go patterns), but we should do a broader review.
Do we need a top-level .github/copilot-instructions.md\ with repo-wide review guidance (architecture, IoC patterns, error handling conventions)?
Should key patterns from \cli/azd/AGENTS.md\ (action-based commands, IoC container, error handling with \ErrorWithSuggestion) be surfaced in instruction files?
Are there other language/path-scoped instructions needed (e.g., Bicep templates, TypeScript extensions)?
Goal
Audit and configure the Copilot PR reviewer to get the most value from automated reviews on this repo. PR #7223 showed the reviewer generating false positives due to missing repo context — #7315 / #7316 address one specific case (modern Go patterns), but we should do a broader review.
Areas to investigate
1. Instruction files coverage
2. Review behavior tuning
3. Repo settings
4. Instruction file size budget
Success criteria
References