get-search-view-results

Retrieve active search results from the VS Code Search view.

Updated Jul 12, 2026
One-click install
npx skills add https://github.com/mdjubaerhossensabbir/Hiar_Jubba --skill get-search-view-results-mdjubaerhossensabbir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-search-view-results
Source: https://github.com/mdjubaerhossensabbir/Hiar_Jubba/tree/main/get-search-view-results
Command: npx skills add https://github.com/mdjubaerhossensabbir/Hiar_Jubba --skill get-search-view-results-mdjubaerhossensabbir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the difficulty of programmatically accessing the current state of search results displayed within the VS Code Search view, which is otherwise not directly exposed to the user.

Core Features & Use Cases

  • Direct Command Execution: Triggers the internal VS Code search API to fetch active results.
  • Workflow Integration: Allows AI agents to process or summarize search findings without manual copy-pasting.
  • Use Case: Use this when you need to analyze the context of a global search across your codebase to identify patterns or specific occurrences of a string.

Quick Start

Execute the get-search-view-results skill to capture and return the current search results from your VS Code search panel.

Frequently Asked Questions about get-search-view-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve active VS Code search results programmatically?

You can retrieve active VS Code search results programmatically by executing the internal search.action.getSearchResults command, which fetches current search view data for automated codebase analysis.

Can I automate codebase-wide pattern matching analysis in VS Code?

Yes, you can automate codebase-wide pattern matching analysis by retrieving the active search results from the VS Code search panel, allowing AI agents to process findings without manual copy-pasting.

What is the process for capturing global search findings from the VS Code search view?

Capturing global search findings involves triggering an internal VS Code search API command to fetch active results directly from the search view, returning the data for immediate processing.

Do I need a specific tool to access internal VS Code search commands?

Yes, accessing internal VS Code search commands requires the copilot_runVscodeCommand tool to invoke the search.action.getSearchResults command with skipCheck enabled.

Why can't I directly access the current state of my VS Code search results?

The current state of VS Code search results is not directly exposed to the user, so you must trigger an internal command execution to fetch and return the active search view data.