unblocked-context-search-code

Search code semantically across multiple connected repositories.

11|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/unblocked/skills --skill unblocked-context-search-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unblocked-context-search-code
Source: https://github.com/unblocked/skills/tree/main/skills/unblocked-context-search-code
Command: npx skills add https://github.com/unblocked/skills --skill unblocked-context-search-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of finding code across multiple repositories, allowing users to quickly locate implementations, usages, and patterns that Grep can't reach.

Core Features & Use Cases

  • Cross-Repo Code Search: Search code in the current and connected repositories.
  • Semantic Search: Find code based on conceptual queries, not just literal patterns.
  • Use Case: When you need to find how a particular piece of code is implemented or used across different repositories, this Skill can help you do so efficiently.

Quick Start

Run the command: unblocked context-search-code --query "<your query>"

Frequently Asked Questions about unblocked-context-search-code

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

FAQPage Schema
How do I search for code implementations across multiple repositories?

Cross-repo code search lets you find implementations across connected repositories by executing a query command, returning relevant code locations that literal pattern matching misses.

What is semantic code search and how does it differ from Grep?

Semantic code search finds implementations based on conceptual queries rather than literal patterns, bypassing the limitations of Grep to locate code by meaning and intent across repositories.

Can I search code across GitHub, GitLab, and Bitbucket simultaneously?

Yes, cross-repo code search supports GitHub, GitHub Enterprise, GitLab, Bitbucket, and Azure DevOps, requiring access to these connected platforms to query across them simultaneously.

How do I find code usages and patterns without relying on exact string matches?

Semantic search finds code usages by conceptual query rather than exact string matches, allowing you to locate patterns and implementations that Grep cannot reach across repositories.

What's the best way to locate how a function is used across different repositories?

Use cross-repo code search with a semantic query to efficiently locate how a function is implemented or used across connected repositories, bypassing the limitations of Grep.