diagnostics

Retrieve LSP diagnostics and analyze syntax, type, and import errors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly identify static code issues flagged by the language server and provides structured rollback guidance to restore stability.

Core Features & Use Cases

  • Retrieve and interpret LSP diagnostics across the codebase to pinpoint syntax, type, and import errors.
  • Propose safe rollback strategies using project checkpoints to revert problematic changes while preserving progress.
  • Guide recovery with checkpoint awareness and validation to ensure safe state transitions.

Quick Start

Run a diagnostic scan on the project to surface LSP issues and guide rollback decisions.

Frequently Asked Questions about diagnostics

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

FAQPage Schema
How do I diagnose LSP errors in my codebase?

To diagnose LSP errors, run a diagnostic scan across your codebase to retrieve and interpret language server results. This surfaces syntax, type, and import errors, allowing you to pinpoint static code issues quickly.

What is the best way to rollback problematic code changes safely?

The best way to rollback problematic changes safely is by using project checkpoints. The system proposes structured rollback strategies based on checkpoint awareness and validation to ensure safe state transitions while preserving progress.

How do I fix syntax and import errors flagged by my language server?

Fix syntax and import errors by analyzing retrieved LSP diagnostics to pinpoint exact issues. Once identified, apply suggested rollback options to revert problematic changes and restore codebase stability.

Can I use checkpoints to guide code recovery and state transitions?

Yes, you can use checkpoints to guide code recovery. The system enforces safety guardrails for rollback recommendations based on checkpoints and user intent, validating state transitions to ensure safe recovery.

Do I need guardrails to enforce safe rollback recommendations?

Yes, guardrails are enforced to ensure safe rollback recommendations. They validate state transitions based on existing checkpoints and user intent, preventing unsafe reverts while restoring codebase stability.