Convert add-new-jit-ee-api prompt file to skills format#123916
Merged
Conversation
Co-authored-by: EgorBo <[email protected]>
Copilot
AI
changed the title
[WIP] Convert prompt files to GitHub skills
Convert prompt-files to skills format
Feb 2, 2026
Member
|
@copilot please revert docs.prompt.md, let's do it for jit-ee for now |
Co-authored-by: EgorBo <[email protected]>
Contributor
Author
Copilot
AI
changed the title
Convert prompt-files to skills format
Convert add-new-jit-ee-api prompt file to skills format
Feb 3, 2026
Member
|
PTAL @jakobbotsch cc @dotnet/jit-contrib - converted the prompt file (VSCode only, requires special convention) into a SKILL (open standard, all AI tools support) |
jakobbotsch
approved these changes
Feb 3, 2026
Member
|
/ba-g "Helix Queue Insights (preview) is stuck" |
lewing
pushed a commit
to lewing/runtime
that referenced
this pull request
Feb 9, 2026
## Description Converts `.github/prompts/add-new-jit-ee-api.prompt.md` to the modern [Agent Skills](https://docs.github.com/en/copilot/concepts/agents/about-agent-skills) format under `.github/skills/`. Skills are an [open standard](https://github.com/agentskills/agentskills) supported by Copilot coding agent, GitHub Copilot CLI, and VS Code, whereas prompt files are VS Code-specific. ### Changes - **Created** `.github/skills/add-new-jit-ee-api/SKILL.md` from `prompts/add-new-jit-ee-api.prompt.md` - **Removed** `.github/prompts/add-new-jit-ee-api.prompt.md` - **Fixed** duplicate file entries in add-new-jit-ee-api checklist ### Format Migration ```yaml # Before (prompt file) --- agent: 'agent' tools: ['web/fetch', 'search/codebase', ...] description: 'Description' --- # After (skill file) --- name: skill-name description: Description --- ``` Content preserved; only frontmatter adapted to skill format. <!-- START COPILOT CODING AGENT SUFFIX --> <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > Convert prompt-files @dotnet/runtime/files/.github/prompts into skills (https://docs.github.com/en/copilot/concepts/agents/about-agent-skills#creating-and-adding-skills). Skills are more modern way for that, and is open-standard while prompt-files seem to be VSCode only. Don't change the actual content too much unless necessary </details> <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: EgorBo <[email protected]> Co-authored-by: Egor Bogatov <[email protected]>
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
Converts
.github/prompts/add-new-jit-ee-api.prompt.mdto the modern Agent Skills format under.github/skills/. Skills are an open standard supported by Copilot coding agent, GitHub Copilot CLI, and VS Code, whereas prompt files are VS Code-specific.Changes
.github/skills/add-new-jit-ee-api/SKILL.mdfromprompts/add-new-jit-ee-api.prompt.md.github/prompts/add-new-jit-ee-api.prompt.mdFormat Migration
Content preserved; only frontmatter adapted to skill format.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.