diagnostics

Retrieve LSP diagnostics across files to identify code issues.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/YSheldon/Prompt-Log --skill diagnostics-ysheldon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnostics
Source: https://github.com/YSheldon/Prompt-Log/tree/main/.local/skills/diagnostics
Command: npx skills add https://github.com/YSheldon/Prompt-Log --skill diagnostics-ysheldon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tools for debugging code issues and managing project state.

Core Features & Use Cases

  • Retrieve latest LSP diagnostics across files
  • Suggest safe rollbacks when disruptive changes are detected
  • Integrate with debugging workflows to isolate and revert issues

Quick Start

Invoke the diagnostic workflow to identify syntax and type errors after changes, and consider a rollback if problems are found.

Frequently Asked Questions about diagnostics

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

FAQPage Schema
How do I retrieve LSP diagnostics to debug syntax and type errors across my project?

To retrieve LSP diagnostics for debugging, you can invoke the diagnostic workflow to identify and surface syntax errors, type errors, and import issues across all files in your project.

What is the best way to suggest a safe rollback after detecting disruptive code changes?

The best way to suggest a safe rollback is to use the diagnostic workflow, which evaluates LSP diagnostics for disruptive changes and guides rollback decisions to revert issues safely.

How do I isolate import issues and type errors after making code changes?

To isolate import issues and type errors after code changes, invoke the diagnostic workflow to retrieve the latest LSP diagnostics, which surfaces these specific code issues across your project.

Does this diagnostics workflow integrate with debugging processes to manage project state?

Yes, the diagnostics workflow integrates with debugging workflows to isolate and revert issues, allowing you to manage project state by suggesting safe rollbacks when disruptive changes are detected.

When do I need to consider a rollback for project state management?

You need to consider a rollback when disruptive changes are detected. The diagnostic workflow identifies syntax and type errors through LSP diagnostics, and suggests rolling back if problems are found.