Add comprehensive GitHub Copilot instructions for Xylem repository#103
Merged
GordonBeeming merged 2 commits intomainfrom Aug 11, 2025
Merged
Add comprehensive GitHub Copilot instructions for Xylem repository#103GordonBeeming merged 2 commits intomainfrom
GordonBeeming merged 2 commits intomainfrom
Conversation
Co-authored-by: GordonBeeming <5680199+GordonBeeming@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] ✨Set up Copilot instructions
Add comprehensive GitHub Copilot instructions for Xylem repository
Aug 11, 2025
GordonBeeming
approved these changes
Aug 11, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive GitHub Copilot coding agent instructions to help developers work effectively in the Xylem repository. The instructions provide detailed guidance on building, testing, and developing Gordon Beeming's personal blog with exhaustively validated commands and critical timing guidance.
Key changes include:
- Complete setup and development workflow documentation with validated timing data
- Manual validation scenarios and pre-commit checklists for quality assurance
- Architecture overview covering Next.js, Contentlayer2, and deployment pipeline details
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/copilot-instructions.md | Comprehensive instructions for GitHub Copilot agents covering setup, development workflows, architecture, and troubleshooting |
| public/feed.xml | Updated RSS feed with new blog post entry and refreshed lastBuildDate |
| public/tags/*/feed.xml | Generated tag-specific RSS feeds for kata, programming, rust, software-development, and tdd tags |
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 adds comprehensive GitHub Copilot coding agent instructions to help developers work effectively in the Xylem codebase. The instructions are stored in
.github/copilot-instructions.mdand provide detailed guidance on building, testing, and developing Gordon Beeming's personal blog.Key Features
Exhaustively Validated Commands: Every command in the instructions has been tested and timed to ensure accuracy:
pnpm install- 2 minutes 22 seconds (1067 packages)pnpm run build- 1 minute 14 seconds (processes 150 blog posts, generates 688 static pages)pnpm run dev- 3 seconds startup timepnpm run lint- 3 secondsManual Validation Scenarios: The instructions include specific user workflows that must be tested after changes:
Critical Timing Guidance: Includes explicit "NEVER CANCEL" warnings with timeout recommendations:
Architecture Overview: Documents the technology stack and key components:
Deployment Context: Covers GitHub Actions pipeline and Docker containerization, including documented limitations in sandboxed environments due to certificate chain issues.
The instructions follow an imperative tone as requested and prioritize working commands over verbose explanations. They provide everything a GitHub Copilot agent needs to successfully work in this codebase without additional context gathering.
Fixes #102.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.