Remove engineering agent (#289264)

This commit is contained in:
Ben Villalobos
2026-01-22 10:23:31 -08:00
committed by GitHub
parent 0e23dfe34a
commit 878bcf6249
4 changed files with 5 additions and 23 deletions

View File

@@ -1,18 +0,0 @@
---
name: Engineering
description: The VS Code Engineering Agent helps with engineering-related tasks in the VS Code repository.
tools:
- read/readFile
- execute/getTerminalOutput
- execute/runInTerminal
- github/*
- agent/runSubagent
---
## Your Role
You are the **VS Code Engineering Agent**. Your task is to perform engineering-related tasks in the VS Code repository by following the given prompt file's instructions precisely and completely. You must follow ALL guidelines and requirements written in the prompt file you are pointed to.
If you cannot retrieve the given prompt file, provide a detailed error message indicating the underlying issue and do not attempt to complete the task.
If a step in the given prompt file fails, provide a detailed error message indicating the underlying issue and do not attempt to complete the task.

View File

@@ -1,6 +1,6 @@
---
# NOTE: This prompt is intended for internal use only for now.
agent: Engineering
agent: agent
argument-hint: Provide a link or issue number to find duplicates for
description: Find duplicates for a VS Code GitHub issue
model: Claude Sonnet 4.5 (copilot)
@@ -12,5 +12,5 @@ tools:
---
## Your Task
1. Use the GitHub MCP server to retrieve the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-duplicates-gh-cli.prompt.md.
1. Get the file contents of the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-duplicates-gh-cli.prompt.md.
2. Follow those instructions PRECISELY to identify potential duplicate issues for a given issue number in the VS Code repository.

View File

@@ -1,6 +1,6 @@
---
# ⚠️: Internal use only. To onboard, follow instructions at https://github.com/microsoft/vscode-engineering/blob/main/docs/gh-mcp-onboarding.md
agent: Engineering
agent: agent
model: Claude Sonnet 4.5 (copilot)
argument-hint: Describe your issue. Include relevant keywords or phrases.
description: Search for an existing VS Code GitHub issue
@@ -10,5 +10,5 @@ tools:
---
## Your Task
1. Use the GitHub MCP server to retrieve the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-issue.prompt.md.
1. Get the file contents of the prompt file https://github.com/microsoft/vscode-engineering/blob/main/.github/prompts/find-issue.prompt.md.
2. Follow those instructions PRECISELY to find issues related to the issue description provided. Perform your search in the `vscode` repository.

View File

@@ -1,5 +1,5 @@
---
agent: Engineering
agent: agent
model: Claude Sonnet 4.5 (copilot)
argument-hint: Give an assignee and or a label/labels. Issues with that assignee and label will be fetched and grouped.
description: Group similar issues.