fix: import skills to .copilot/skills/ instead of .ai-team/skills/#849
Merged
bradygaster merged 2 commits intodevfrom Apr 11, 2026
Merged
fix: import skills to .copilot/skills/ instead of .ai-team/skills/#849bradygaster merged 2 commits intodevfrom
bradygaster merged 2 commits intodevfrom
Conversation
Skills canonical location is .copilot/skills/, not .ai-team/skills/. Import was writing to the wrong path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🟢 Impact Analysis — PR #849Risk tier: 🟢 LOW 📊 Summary
🎯 Risk Factors
📦 Modules Affectedroot (1 file)
This report is generated automatically for every PR. See #733 for details. |
Contributor
🛫 PR Readiness Check
|
| Status | Check | Details |
|---|---|---|
| ✅ | Single commit | 1 commit — clean history |
| ✅ | Not in draft | Ready for review |
| ✅ | Branch up to date | Up to date with dev |
| ❌ | Copilot review | No Copilot review yet — it may still be processing |
| ✅ | Changeset present | No source files changed — changeset not required |
| ✅ | Scope clean | No .squad/ or docs/proposals/ files |
| ✅ | No merge conflicts | No merge conflicts |
| ✅ | Copilot threads resolved | No Copilot review threads |
| ❌ | CI passing | 12 check(s) still running |
This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes the squad import command to write imported skills into the canonical Copilot skills location (.copilot/skills/) rather than the legacy .ai-team/skills/, aligning import behavior with existing export behavior and unblocking failing tests.
Changes:
- Update import-time skills destination to
.copilot/skills/<skill>/SKILL.md. - Add a clarifying comment indicating
.copilot/skills/is the canonical location.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
tamirdresher
pushed a commit
that referenced
this pull request
Apr 21, 2026
) * fix: import skills to .copilot/skills/ instead of .ai-team/skills/ Skills canonical location is .copilot/skills/, not .ai-team/skills/. Import was writing to the wrong path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Skills import was writing to .ai-team/skills/ but the canonical location is .copilot/skills/. This fixes the last 6 test failures blocking the insider release.