add custom copilot instructions - #64
Closed
faatmalman-eng wants to merge 8 commits into
Closed
Conversation
Added links to workshops and images in README.
There was a problem hiding this comment.
Pull request overview
This PR adds Copilot-related learning/resource links to the repository documentation by prepending them to README.md and introducing a new “Useful Docs” Markdown file at the repo root.
Changes:
- Added Copilot workshop links and embedded screenshots at the top of
README.md. - Added a new
DOCUMENT.S.mdfile containing a short list of Copilot-related resource links.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Prepends Copilot workshop links and screenshots ahead of the project’s main README content. |
| DOCUMENT.S.md | Adds a new repo-root “Useful Docs” page with Copilot-related external links. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+1
to
+9
| Basic workshop url: https://github-samples.github.io/copilot-workshops/vscode/0-prerequisites/ | ||
| Agentic devops workshop: https://copilot-dev-days.github.io/agentic-workflows-workshop/step.html?step=readme | ||
|
|
||
| Free hack: | ||
| <img width="1238" height="646" alt="image" src="https://github.com/user-attachments/assets/889908e1-2d72-42c5-be0c-6382d6d4b023" /> | ||
| <img width="1243" height="646" alt="image" src="https://github.com/user-attachments/assets/7f891afb-1d87-4db1-af38-cefa93edab60" /> | ||
|
|
||
|
|
||
|
|
Comment on lines
+1
to
+3
| # Useful Docs | ||
|
|
||
| - Tokens optimization: https://olivomarco.github.io/github-copilot-token-optimization/#comparisons |
Introduce getAllCategories/getAllPublishers helpers and extend getAllGames with optional category/publisher filters (AND across groups, OR within a group), with unit test coverage.
New GameFilters.astro component renders accessible checkbox groups and filters the prerendered game grid client-side; GameCard now exposes category/publisher ids for filtering.
Covers filter visibility, single/multi-category OR, publisher filter, combined AND, clear filters, and keyboard interaction.
Update README features section and copilot-instructions repository structure to reflect the new filtering helpers, component, and tests.
Add category and publisher filtering to the game list
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.
Description
Related Issue
Type of Change
Changes Made
Testing
Data Layer Changes
npm run test:unit- all tests passnpm run db:generate) for any schema changeFrontend Changes
npm run test:e2e- all tests passdata-testidattributes to interactive elementsnpm run build)Checklist
Additional Notes