Closed
Create comprehensive GitHub Copilot instructions with validated commands and timing#1033
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…and timing Co-authored-by: maiertech <1482402+maiertech@users.noreply.github.com>
Co-authored-by: maiertech <1482402+maiertech@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] ✨ Set up Copilot instructions
Create comprehensive GitHub Copilot instructions with validated commands and timing
Sep 21, 2025
Owner
|
Obsolete with #1027. |
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.
This PR creates a comprehensive
.github/copilot-instructions.mdfile that provides GitHub Copilot coding agents with complete guidance for working in this SvelteKit codebase.Key Features
Authentication Requirements: Documents the critical requirement for a GitHub Personal Access Token with
repoandread:packagespermissions to access the private@maiertech/sveltekit-helperspackage.Validated Command Timing: All commands have been tested and timed with specific timeout recommendations:
NEVER CANCEL Warnings: Explicit warnings throughout the instructions to prevent premature cancellation of long-running commands, with specific timeout values for each operation.
Complete Development Workflow: Covers the entire development process from initial setup through validation:
Troubleshooting Section: Comprehensive guidance for common issues including authentication failures, missing dependencies, and build problems.
Manual Validation Scenarios: Specific user scenarios for testing functionality after making changes, including navigation to key pages and browser console verification.
Technical Documentation
The instructions document the complete tech stack (SvelteKit v2, Svelte v5, TypeScript, TailwindCSS v4, Mdsvex), repository structure, code style guidelines, and common development patterns specific to this personal website codebase.
The file starts with a firm directive to follow these instructions first before falling back to additional search or context gathering, ensuring agents have reliable, tested guidance for working effectively in this repository.
Fixes #1032.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.