troubleshooting-router

Route troubleshooting requests to VASP, convergence, or workflow error sub-skills.

181|20|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Hello-QM/catgo-LRG --skill troubleshooting-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: troubleshooting-router
Source: https://github.com/Hello-QM/catgo-LRG/tree/main/server/catgo/workflow/skills/troubleshooting
Command: npx skills add https://github.com/Hello-QM/catgo-LRG --skill troubleshooting-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes troubleshooting requests to vasp_errors, convergence_issues, or workflow_errors sub-skills based on the type of problem.

Core Features & Use Cases

  • Route user-reported calculation/workflow problems to the appropriate specialized troubleshooting sub-skill (vasp_errors, convergence_issues, workflow_errors).
  • Gather diagnostic context and provide a structured path to resolution by delegating to the correct sub-skill.
  • Use examples and decision trees to quickly classify errors and trigger targeted fixes.

Quick Start

Describe the user's troubleshooting issue, identify the error type, and route to the appropriate sub-skill.

Frequently Asked Questions about troubleshooting-router

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

FAQPage Schema
How do I troubleshoot VASP calculation errors and convergence issues?

To troubleshoot VASP calculation errors and convergence issues, describe the problem to route the request to a specialized sub-skill that provides targeted diagnostic guidance and structured resolution paths.

How does routing for workflow diagnostics actually work?

Routing for workflow diagnostics works by using decision trees to classify user-reported errors, dispatching the issue via a workflow engine to the correct sub-skill for targeted fixes and context gathering.

Can I use this to route workflow errors alongside VASP errors?

Yes, you can route workflow errors alongside VASP errors. The router applies decision trees to classify the error type and dispatches the request to either the workflow_errors or vasp_errors sub-skill.

What is the best way to classify VASP convergence problems for diagnostics?

The best way to classify VASP convergence problems for diagnostics is to describe the calculation issue, allowing the router to identify the error type and delegate to the convergence_issues sub-skill.

Why is my troubleshooting request not routing to the correct sub-skill?

Your troubleshooting request may not route correctly if the error type is ambiguous. The router relies on clear problem descriptions and decision trees to classify errors and delegate to the proper sub-skill.