chore: Copilot reviewer instructions#2706
Conversation
There was a problem hiding this comment.
Pull request overview
Adds repository-level Copilot reviewer guidance plus path-scoped specialist instruction files under .github/instructions/ to steer architecture/UI/quality/testing review focus for relevant file patterns.
Changes:
- Introduces
.github/copilot-instructions.mddescribing a multi-pass review workflow and pointing to specialist instruction files. - Adds four path-scoped instruction files (
architecture,ui-ux,code-quality,tests) with focused review checklists.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/instructions/ui-ux.instructions.md |
Adds UI/UX-focused review guidance for UI and styling files. |
.github/instructions/tests.instructions.md |
Adds testing-focused review guidance and validation steps for test-related changes. |
.github/instructions/code-quality.instructions.md |
Adds maintainability/code-quality review guidance for TS/JS sources. |
.github/instructions/architecture.instructions.md |
Adds architecture-focused review guidance for code + build/workflow changes. |
.github/copilot-instructions.md |
Adds top-level Copilot reviewer workflow and references to specialist instruction files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2706 +/- ##
==========================================
- Coverage 50.81% 50.56% -0.25%
==========================================
Files 788 788
Lines 44954 44954
Branches 11644 11453 -191
==========================================
- Hits 22843 22732 -111
- Misses 22065 22203 +138
+ Partials 46 19 -27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dsmmcken
left a comment
There was a problem hiding this comment.
yolo let's see what it does.
Created copilot instructions to allow a multi-workflow review, specific to the web-client-ui repository.