diagnostics

Retrieve LSP diagnostics and recommend non-destructive rollback options for code errors.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill diagnostics-rezosnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnostics
Source: https://github.com/rezosnd/MINI-PROJECT-/tree/main/ML%20BACKEND%20DASHBOARD/.local/skills/diagnostics
Command: npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill diagnostics-rezosnd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly surface language-server (LSP) diagnostics such as syntax, type, and import errors after code changes and guide users toward safe rollback options to restore a working state without performing destructive operations.

Core Features & Use Cases

  • LSP Diagnostics Retrieval: Query the latest diagnostics for a specific file or the entire repository to find syntax and type errors introduced by recent edits.
  • Rollback Suggestion: Evaluate error scope and present a non-destructive suggestion to view checkpoints and revert changes when appropriate.
  • Use Case: After a large refactor or dependency addition that causes compiler/type errors across multiple files, run diagnostics to pinpoint issues and recommend restoring a prior checkpoint.

Quick Start

Ask the diagnostics skill to scan the project for LSP errors and suggest a rollback when multiple files report syntax or type errors.

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 a code refactor?

To check LSP diagnostics for syntax and type errors after a code refactor, query the latest diagnostics for a specific file or the entire repository to pinpoint issues introduced by recent edits.

Can I safely restore my codebase to a working state without destructive changes after introducing import errors?

You can safely restore your codebase without destructive changes by evaluating error scope and viewing non-destructive checkpoint suggestions to revert changes when multiple files report errors.

Does retrieving language-server diagnostics work for debugging single files and entire repositories?

Retrieving language-server diagnostics works for debugging both single files and entire repositories, allowing you to find syntax, type, and import issues after edits or dependency additions.

What is the best way to suggest a rollback when multiple project files report compiler and type errors?

The best way to suggest a rollback when multiple project files report compiler and type errors is to evaluate error scope and present a non-destructive suggestion to view checkpoints and revert changes.

Do I need a checkpointing mechanism to surface rollback options for static code errors?

You need a checkpointing mechanism to surface rollback options for static code errors, as it enables non-destructive suggestions to view and revert changes without performing destructive operations.