Skip to main content

code-intelligence-doctor

Diagnose whether local code intelligence tools are installed and available. Use when exact search, semantic search, LSP navigation, or call-graph analysis appears missing or inconsistent.

Jump to install

Source facts

Repository
777genius/universal-agent-plugins-registry
Last source activity
August 7, 2026 at 13:57
Detected SKILL.md language
English
Stars
3
Forks
0

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
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
code-intelligence-doctor
description
Diagnose whether local code intelligence tools are installed and available. Use when exact search, semantic search, LSP navigation, or call-graph analysis appears missing or inconsistent.
license
Apache-2.0
compatibility
Requires Bash. Checks rg and optional uv, Semble, CodeGraphContext, and Serena installations without modifying them.
# Code Intelligence Doctor Change to the directory containing this `SKILL.md`, then run the bundled read-only diagnostic: ```bash bash ./scripts/doctor.sh ``` The script checks: - `rg` - `uv` and `uvx` - Semble `0.5.4` - CodeGraphContext `0.5.6` - optional Serena `1.6.1` It does not install packages, index repositories, start MCP servers, edit configuration, or write project files. Treat missing specialized tools as a warning and fall back to exact search and direct source reads.
View on GitHub