ide-diagnostics

Retrieve IDE diagnostics and navigate TypeScript code for fixes.

112|12|Updated Jun 7, 2024
One-click install
npx skills add https://github.com/liby/dotfiles --skill ide-diagnostics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ide-diagnostics
Source: https://github.com/liby/dotfiles/tree/main/.claude/skills/ide-diagnostics
Command: npx skills add https://github.com/liby/dotfiles --skill ide-diagnostics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates expert knowledge of IDE and language-server tooling to streamline code diagnostics, navigation, and automated fixes. It helps you quickly identify TypeScript errors, linting issues, and navigation problems without leaving your editor.

Core Features & Use Cases

  • Diagnostics retrieval: Retrieve errors, warnings, and info messages from the IDE's language server to guide fixes.
  • Code navigation: Jump to definitions, references, and symbols across the codebase to understand impact.
  • Refactoring assistance: Rename symbols and apply safe multi-file refactors with consistent results.
  • Use Case: Before fixing a TypeScript error, fetch diagnostics, locate the offending file and line, and plan the fix with context.

Quick Start

Ask the IDE to fetch diagnostics for the project and open the first error in the editor.