chore: add Copilot agent skills and instructions#2
Merged
Conversation
Agent-Logs-Url: https://github.com/wintermuted/ui-theme/sessions/03c78638-bcba-4c13-885e-c218f51b319e Co-authored-by: wintermuted <2337325+wintermuted@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
wintermuted
May 4, 2026 18:49
View session
Owner
|
@copilot address the build failure. |
Agent-Logs-Url: https://github.com/wintermuted/ui-theme/sessions/a948daf5-565a-4dd0-a052-58ceaa4b5494 Co-authored-by: wintermuted <2337325+wintermuted@users.noreply.github.com>
Contributor
Author
There was a problem hiding this comment.
Pull request overview
This PR adds repository-specific GitHub Copilot agent configuration so the cloud agent can bootstrap the repo and receive guidance that matches this UI theme package’s structure and workflow.
Changes:
- Adds a dedicated
.github/workflows/copilot-setup-steps.ymlworkflow for Copilot agent environment setup. - Adds
.github/copilot-instructions.mdwith project overview, structure, conventions, and contribution guidance. - Aligns the Copilot setup flow with the repo’s Node-based package layout and manual showcase-driven validation approach.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/copilot-setup-steps.yml |
Defines the Copilot setup workflow, runner, permissions, Node version, and dependency installation step. |
.github/copilot-instructions.md |
Documents project structure, coding conventions, development workflow, and PR guidance for Copilot. |
| node-version: "22" | ||
|
|
||
| - name: Install dependencies | ||
| run: npm install --no-audit --no-fund |
| components.css # Barrel file that imports all component stylesheets | ||
| components/ # One CSS file per component (card, button, badge, …) | ||
| index.css # Public CSS entry point | ||
| index.js # Public JS entry point (re-exports styles as ES module) |
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/workflows/copilot-setup-steps.yml.github/copilot-instructions.mdcache: "npm"fromactions/setup-node(repo has no lock file)