What problem does it solve?
When a LingTai TUI or portal install, update, build, or restart fails, it is hard to know whether the problem is a PATH conflict, a broken source build, or an incomplete Homebrew-to-native migration. This Skill provides a structured, read-only diagnostic procedure to identify the exact failure point before attempting any fix.
Core Features & Use Cases
- Read-only identity checks: Runs
lingtai-tui doctor, lingtai-tui version, and command -v to establish which binaries are actually resolved on PATH.
- Migration failure triage: Interprets Homebrew-to-native migration failure lines, distinguishing installer errors, install.json verification failures, binary version mismatches, and Python runtime issues, while confirming the original Homebrew install remains untouched.
- PATH conflict detection: Explains the recurring 'native install ready but migration not complete' state caused by Homebrew's bin dir preceding the native bin dir on PATH.
- Use Case: After
lingtai-tui self-update reports a failed migration, use this Skill to read the reported failure line, fix the specific native-installer error, and retry without ever running brew uninstall prematurely.
Quick Start
Ask the assistant to diagnose why my lingtai-tui update failed using the lingtai-update diagnosis procedure.