Skip to main content

sourcegraph-integration

Sourcegraph code search across repositories. Use for searching code patterns, finding implementations, and exploring codebases. Supports repo and file filters.

Jump to install

Source facts

Repository
incidentfox/incidentfox
Last source activity
February 17, 2026 at 05:40
Detected SKILL.md language
English
Stars
655
Forks
84

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
3 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
sourcegraph-integration
description
Sourcegraph code search across repositories. Use for searching code patterns, finding implementations, and exploring codebases. Supports repo and file filters.
allowed-tools
Bash(python *)
# Sourcegraph Code Search ## Authentication **IMPORTANT**: Credentials are injected automatically by a proxy layer. Just run the scripts directly. ## Available Scripts All scripts are in `.claude/skills/vcs-sourcegraph/scripts/` ### search.py - Code Search ```bash python .claude/skills/vcs-sourcegraph/scripts/search.py --query "func handleError" [--repo-filter "github.com/org/*"] [--file-filter "*.go"] [--limit 20] ``` ## Search Syntax | Filter | Example | Description | |--------|---------|-------------| | `repo:` | `repo:github.com/org/*` | Filter by repository | | `file:` | `file:*.py` | Filter by file path | | `lang:` | `lang:python` | Filter by language | | `type:` | `type:symbol` | Search type (symbol, file, diff, commit) | Regex patterns are supported in queries.
View on GitHub