diagnostics

Retrieve language server protocol diagnostics and suggest project rollbacks.

18|4|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/DevHive1/DevHive-Cli --skill diagnostics-devhive1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnostics
Source: https://github.com/DevHive1/DevHive-Cli/tree/main/skills/diagnostics
Command: npx skills add https://github.com/DevHive1/DevHive-Cli --skill diagnostics-devhive1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the frustration of tracking down static code errors and managing project history, allowing developers to quickly identify issues and revert to stable states.

Core Features & Use Cases

  • LSP Diagnostics: Automatically retrieve syntax, type, and import errors from the language server to pinpoint bugs.
  • Checkpoint Rollback: Suggests reverting to previous project states when major issues or breaking changes occur.
  • Use Case: After a large refactor, use this skill to scan for type errors and, if the codebase becomes unstable, trigger a rollback to the last known working checkpoint.

Quick Start

Ask the diagnostics skill to check the current file for any 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 retrieve language server protocol diagnostics to identify static code errors?

To retrieve language server protocol diagnostics, request a check on your current file. The skill automatically scans for syntax, type, and import errors using the integrated language server to pinpoint bugs in your code.

Can I revert my project to a stable state after a large refactor causes breaking changes?

Yes, you can revert your project to a stable state. When major issues occur after refactoring, the skill suggests reverting to previous project states or the last known working checkpoint to restore codebase stability.

How do I validate code integrity after updating dependencies?

To validate code integrity after dependency updates, use the skill to operate within your development environment. It retrieves language server protocol diagnostics to identify static code errors and validate that the updated codebase remains stable.

What is the best way to scan for type errors before triggering a project rollback?

The best way to scan for type errors is to use the skill to check your current file for syntax or type errors. If the codebase becomes unstable, it then suggests reverting to the last known working checkpoint.

Does this diagnostics skill work within development environments for automated error reporting?

Yes, the diagnostics skill works within development environments to provide automated error reporting. It satisfies requirements for automated error reporting and state management through integrated diagnostic functions.

When do I need to suggest a project rollback during development?

You need to suggest a project rollback when major issues or breaking changes occur. The skill provides a mechanism for suggesting project rollbacks to revert to previous stable states and manage project history.