Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 2, 2026

Description

Converts .github/prompts/add-new-jit-ee-api.prompt.md to 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

  • 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

# 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.

Original prompt

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


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: EgorBo <523221+EgorBo@users.noreply.github.com>
Copilot AI changed the title [WIP] Convert prompt files to GitHub skills Convert prompt-files to skills format Feb 2, 2026
Copilot AI requested a review from EgorBo February 2, 2026 23:19
@EgorBo
Copy link
Member

EgorBo commented Feb 3, 2026

@copilot please revert docs.prompt.md, let's do it for jit-ee for now

Co-authored-by: EgorBo <523221+EgorBo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 3, 2026

@copilot please revert docs.prompt.md, let's do it for jit-ee for now

Reverted docs.prompt.md in commit 1fa913c. Now only the add-new-jit-ee-api skill conversion is included.

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
@EgorBo
Copy link
Member

EgorBo commented Feb 3, 2026

PTAL @jakobbotsch cc @dotnet/jit-contrib - converted the prompt file (VSCode only, requires special convention) into a SKILL (open standard, all AI tools support)

@EgorBo EgorBo marked this pull request as ready for review February 3, 2026 14:25
@EgorBo EgorBo requested a review from jakobbotsch February 3, 2026 14:25
@EgorBo EgorBo enabled auto-merge (squash) February 3, 2026 15:36
@EgorBo
Copy link
Member

EgorBo commented Feb 3, 2026

/ba-g "Helix Queue Insights (preview) is stuck"

@EgorBo EgorBo merged commit a603722 into main Feb 3, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants