Move repository skills to .agents#1093
Open
IEvangelist wants to merge 2 commits into
Open
Conversation
Consolidate repository-owned skill files under .agents/skills and update repo guidance references to the standard location. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Moves repository-owned agent skills toward the standard .agents/skills location and updates selected guidance to reference the new paths.
Changes:
- Adds Aspire, documentation, testing, Playwright, sample-update, and integration-update skills under
.agents/skills. - Removes duplicate Aspire skill copies from
.github/skillsand.opencode/skill. - Updates release verifier and Hex1b guidance to point at
.agents/skills.
Reviewed changes
Copilot reviewed 5 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.agents/skills/aspire/SKILL.md |
Adds the Aspire CLI skill in the new skill location. |
.agents/skills/doc-tester/SKILL.md |
Adds documentation testing guidance as an agent skill. |
.agents/skills/doc-writer/SKILL.md |
Adds documentation authoring guidance as an agent skill. |
.agents/skills/doc-writer/references/terminal-recordings.md |
Updates Hex1b skill path reference. |
.agents/skills/hex1b/SKILL.md |
Updates generated skill path reference. |
.agents/skills/playwright-cli/SKILL.md |
Adds browser automation guidance as an agent skill. |
.agents/skills/update-integrations/SKILL.md |
Adds integration data refresh guidance as an agent skill. |
.agents/skills/update-samples/SKILL.md |
Adds sample data refresh guidance as an agent skill. |
.github/agents/release-verifier.agent.md |
Updates dependency table to reference .agents/skills. |
.github/skills/aspire/SKILL.md |
Removes old Aspire skill copy. |
.opencode/skill/aspire/SKILL.md |
Removes old Aspire skill copy. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+302
to
+305
| | doc-tester | `.agents/skills/doc-tester/SKILL.md` | Phase 3 (content validation), Phase 6 (smoke test) | | ||
| | hex1b | `.agents/skills/hex1b/SKILL.md` | Phase 2 (preview server management), terminal capture | | ||
| | playwright-cli | `.agents/skills/playwright-cli/SKILL.md` | Phase 3d, Phase 6 (browser-based verification) | | ||
| | update-integrations | `.agents/skills/update-integrations/SKILL.md` | Phase 5 (integration docs sync) | |
Update doc-writer and doc-tester guidance to direct browser-based validation through playwright-cli instead of MCP-backed browser tooling. Co-authored-by: Copilot <223556219+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.
Description
Move repository-owned AI skills into the standard
.agents/skillsdirectory, matching the repository cleanup pattern from microsoft/aspire#17534.This consolidates skills from
.github/skills, removes duplicate Aspire skill copies from.claude/skillsand.opencode/skill, and updates repo-owned guidance that references those skill files. Product documentation that describesaspire agent initgenerated vendor-specific output paths is intentionally unchanged.Validation
git diff HEAD --check.agentsand.githubhave no stale references to.github/skills,.claude/skills, or.opencode/skill