diagnostics

Retrieve LSP diagnostics for files or projects and suggest rollback checkpoints.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill diagnostics-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnostics
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/skills/diagnostics
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill diagnostics-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides access to Language Server Protocol (LSP) diagnostics and supports safe rollback suggestions to help users debug static errors and revert unintended changes.

Core Features & Use Cases

  • Retrieve the latest LSP diagnostics for specific files or the entire project.
  • Detect problematic changes and propose safe rollback points to restore a working state.
  • Assist with debugging static errors surfaced by the language server and guide users through stabilization workflows.

Quick Start

Ask for the latest LSP diagnostics for a file or the whole project, and request a rollback suggestion when issues 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 for a specific file or project?

You retrieve LSP diagnostics by requesting the latest language server protocol errors for your code. The skill fetches static code errors for specific files or the entire project to help you identify problematic changes quickly.

What is the best way to roll back code changes after detecting static errors?

The best way to roll back code changes after detecting static errors is to use suggestRollback. It proposes safe rollback points and recovery checkpoints to restore your project to a working state.

How does LSP diagnostics help with debugging static code errors?

LSP diagnostics help with debugging static code errors by surfacing issues detected by the language server. The skill retrieves these diagnostics to guide you through stabilizing your code and reverting unintended changes.

Can I get rollback suggestions for both specific files and the overall project?

Yes, you can get rollback suggestions for both specific files and the overall project. The skill provides safe rollback points applicable across your entire codebase whenever issues are detected.

Do I need any dependencies to use LSP diagnostics and rollback suggestions?

You do not need any external dependencies to use LSP diagnostics and rollback suggestions. The skill operates independently to fetch language server errors and propose recovery checkpoints.