Configure Copilot instructions with repository-specific guidelines - #26
Merged
Conversation
…fic guidelines Co-authored-by: miccy <9729864+miccy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Set up Copilot instructions for the repository
Configure Copilot instructions with repository-specific guidelines
Feb 5, 2026
miccy
marked this pull request as ready for review
February 5, 2026 04:05
📝 WalkthroughWalkthroughThis change creates and expands the Copilot instructions documentation file for the repository, establishing comprehensive guidelines covering project overview, tech stack, directory structure, repository conventions, workflow commands, testing, security, and coding style patterns. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
miccy
approved these changes
Feb 5, 2026
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In @.github/copilot-instructions.md:
- Around line 25-37: The fenced code block showing the repository directory
structure lacks a language identifier; update the opening triple-backtick for
that block to include a language specifier (e.g., change the fence that
currently is ``` to ```text) so the block in .github/copilot-instructions.md
renders/accessibility properly—locate the directory tree block (the
triple-backtick before the "packages/" listing) and add the language token.
- Line 559: Update the wording that attributes "Unsafe call", "Unsafe member
access", and "Unsafe assignment" errors to Biome: change the text to state these
messages are emitted by the TypeScript language server (TypeScript type
checking) rather than Biome, and adjust the suggested solution wording to say
"reload the TypeScript language server / VS Code window" (e.g., reference the VS
Code command "Developer: Reload Window") so it accurately reflects that the
errors originate from TypeScript rather than the Biome linter.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Miccy <code@miccy.dev>
miccy
approved these changes
Feb 5, 2026
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.
GitHub Copilot needs explicit context about this fork's tooling and patterns to generate appropriate suggestions.
Changes to
.github/copilot-instructions.mdAdded Repository Context
Repository-Specific Requirements
testCreateDeps()isolationupstream#XXX)Quick References
Corrections
pnpmreferences →bunImpact
Copilot will now suggest Bun commands, Biome patterns, functional error handling, and TDD approaches aligned with repository conventions.
File grew from 528 → 649 lines (+121 lines of guidance).
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
gh.io/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Summary by CodeRabbit