diagnostics

Retrieve LSP diagnostics and suggest project rollback to a stable state.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers identify and fix static code errors and provides a mechanism to revert project changes when issues arise.

Core Features & Use Cases

  • LSP Diagnostics: Retrieves syntax, type, and import errors detected by the Language Server Protocol.
  • Project Rollback: Suggests reverting to a previous stable state of the project.
  • Use Case: After a large refactoring, use this skill to check for any introduced errors and, if necessary, guide the user to roll back to a previous version.

Quick Start

Check for any errors in the file 'src/utils.ts'.

Frequently Asked Questions about diagnostics

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

FAQPage Schema
How do I check for static code errors after refactoring?

You can roll back project changes by reverting to a previous stable state checkpoint using a version control system when LSP diagnostics reveal critical regressions.

How do I revert project changes to a previous stable state?

You can roll back project changes by reverting to a previous stable state checkpoint using a version control system when LSP diagnostics reveal critical regressions.

Do I need a Language Server Protocol client to detect import and type errors?

LSP diagnostics identify syntax, type, and import errors across your project, ensuring that code regressions introduced during large refactoring sessions are caught before rolling back.

What type of code errors can LSP diagnostics identify in my project?

LSP diagnostics identify syntax, type, and import errors across your project, ensuring that code regressions introduced during large refactoring sessions are caught before rolling back.

Can I use this to revert project changes if syntax issues are found?

Integrating LSP diagnostics requires a Language Server Protocol client, while project rollback suggestions require a connected version control or checkpointing system to restore previous stable states.

What do I need to integrate for LSP diagnostics and project rollback suggestions?

Integrating LSP diagnostics requires a Language Server Protocol client, while project rollback suggestions require a connected version control or checkpointing system to restore previous stable states.