mcpbeat

Get Search View Results

microsoft/vscode-copilot-chat-get-search-view-results

Get the current search results from the Search view in VS Code

123 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
1
copies elsewhere
how many repositories repackaged it
9987
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/vscode-copilot-chat --skill get-search-view-results

The instruction itself

1 sections, as written by the author

Getting Search View Results

  • VS Code has a search view, and it can have existing search results.
  • To get the current search results, you can use the VS Code command search.action.getSearchResults.
  • Run that command via the copilot_runVscodeCommand tool. Make sure to pass the skipCheck argument as true to avoid checking if the command exists, as we know it does.

Repackaged in 1 other repositories

same content, different owner
microsoft/vscode open on GitHub →

How to use it

Copy the folder

Take microsoft/vscode-copilot-chat-get-search-view-results from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.