chore: consolidate skills under .github/skills#31760
Closed
Copilot wants to merge 1 commit into
Closed
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
chore: move skills from ./skills to .github/skills
chore: consolidate skills under .github/skills
May 12, 2026
Copilot created this pull request from a session on behalf of
pelikhan
May 12, 2026 18:21
View session
pelikhan
reviewed
May 12, 2026
| ```markdown | ||
| {{#if experiments.skill_hint == "enabled" }} | ||
| Check `skills/` for SKILL.md files relevant to this task and apply their guidance. | ||
| Check `.github/skills/` for SKILL.md files relevant to this task and apply their guidance. |
Collaborator
There was a problem hiding this comment.
@copilot Update .github/aw/*.md instructions file to look for skills/, .github/skills, .agents/skills
Contributor
Author
There was a problem hiding this comment.
Done in the latest commit — skills.md, context.md, and experiments.md now all reference skills/, .github/skills/, and .agents/skills/ as possible locations for SKILL.md files.
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.
Moves all skill directories from the root
./skills/into.github/skills/, where a handful of skills already lived.Changes
git mv; duplicatedocumentation/(identical content in both locations) removed from./skills/skills/<name>/SKILL.mdpaths updated to.github/skills/<name>/SKILL.mdacross:AGENTS.md,DEVGUIDE.md,CONTRIBUTING.md,SKILL.md.github/aw/skills.md,context.md,experiments.mdspecs/aw-harness.md,.github/workflows/shared/otel-queries.md,scratchpad/docs.github/workflows/*.mdfiles referencing../skills/— that relative path already resolves to.github/skills/from their location