diagnostics

Fetch LSP diagnostics for project files and suggest rollback points.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill diagnostics-catrabbit499
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnostics
Source: https://github.com/CatRabbit499/Digital_Portfolio/tree/main/templatemo_600_prism_flux/projects/CS-240/Lab-Portfolio/Lab-Portfolio-Dec_8_2025/.local/skills/diagnostics
Command: npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill diagnostics-catrabbit499

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnosing static code issues introduced during development by surfacing the latest language server diagnostics and offering safe rollback suggestions to restore a working state.

Core Features & Use Cases

  • Retrieve current LSP diagnostics for files and projects to surface syntax errors, type errors, and unresolved imports.
  • Suggest safe rollback points to revert problematic changes and reduce debugging time.
  • Provide actionable guidance to developers on how to revert or adjust changes after refactors or dependency updates.

Quick Start

Ask the tooling to fetch the latest LSP diagnostics for a file or project, and, if issues are detected, propose a rollback to a prior checkpoint.

Frequently Asked Questions about diagnostics

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

FAQPage Schema
How do I check LSP diagnostics for syntax and type errors after refactoring?

To check LSP diagnostics for syntax and type errors after refactoring, fetch the latest language server diagnostics for your project files to surface unresolved imports and static code issues introduced during development.

What is the best way to revert problematic code changes when static analysis reports errors?

The best way to revert problematic code changes when static analysis reports errors is to use rollback suggestion capabilities that identify safe rollback points, allowing you to restore a working state and reduce debugging time.

Can I retrieve language server diagnostics for an entire project to find unresolved imports?

Yes, you can retrieve language server diagnostics for an entire project to find unresolved imports by integrating with the language server to fetch current diagnostics across the codebase and reveal static errors.

How do I get actionable guidance to adjust code changes after a dependency update breaks my project?

To get actionable guidance to adjust code changes after a dependency update breaks your project, surface the latest LSP diagnostics to identify the errors and use rollback suggestions to revert to a prior checkpoint.

Does this diagnostics tool work without specific external dependencies?

Yes, this diagnostics tool works without specific external dependencies, as it directly integrates with your existing language server to fetch diagnostics and provide safe rollback suggestions for your codebase.