add sectional instruction files for code review#816
Merged
thostetler merged 1 commit intoadsabs:masterfrom Mar 2, 2026
Merged
Conversation
8a741c0 to
12c059d
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repository-wide and scoped Copilot instruction files to standardize code review focus areas for this Next.js + TypeScript codebase (frontend, API/data, and tests/mocks).
Changes:
- Added repository-wide Copilot review guidance in
.github/copilot-instructions.md. - Added scoped instruction files under
.github/instructions/for frontend, API/data, and testing/mocks. - Defined
applyToglobs so each instruction set targets the relevant parts of the repo.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/copilot-instructions.md | Defines global Copilot review priorities, output style, and project baselines. |
| .github/instructions/frontend-review.instructions.md | Scoped React/Next.js + Chakra UI review checklist for components/pages/styles. |
| .github/instructions/api-and-data.instructions.md | Scoped guidance for API/data/middleware, focusing on contracts, state/cache, and security. |
| .github/instructions/testing-and-mocks.instructions.md | Scoped guidance for test quality plus Vitest/Testing Library and MSW/mocks. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #816 +/- ##
========================================
- Coverage 62.0% 61.9% -0.0%
========================================
Files 317 317
Lines 36521 36521
Branches 1642 1642
========================================
- Hits 22607 22605 -2
- Misses 13877 13879 +2
Partials 37 37 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.