Add Copilot code review instructions#85
Merged
Merged
Conversation
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.
Adds
.github/copilot-instructions.mdso the automatic Copilot code review (already enabled via the "Copilot review for default branch" ruleset) follows TryPost's conventions instead of generic advice.Distills the highest-signal, project-specific rules a reviewer should enforce:
data_get(),Response::constants, new migrations (production), Wayfinder/config URLs, PHP 8 idioms, AI prompts in Blade.@tabler/icons-vue, dates via@/dayjs/@/date, Wayfinder routes, no HTML5 validation attrs, single root element.->paginate()+ Inertia scroll.@duskselectors.Co-Authored-By/ AI attribution.Kept under the ~4000-char limit Copilot uses for code review (2.7k). Takes effect once merged to
main(Copilot reads instructions from the base branch).