debug-skill

Query server, AI, and Nginx logs and database status on ChingTech OS.

31|10|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/yazelin/ching-tech-os --skill debug-skill-yazelin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-skill
Source: https://github.com/yazelin/ching-tech-os/tree/main/backend/src/ching_tech_os/skills/debug-skill
Command: npx skills add https://github.com/yazelin/ching-tech-os --skill debug-skill-yazelin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, journalctl, psql, and includes scripts (resource) components.

What problem does it solve?

The debug-skill simplifies the process of diagnosing issues within the ChingTech OS by providing a suite of scripts to check server logs, AI logs, Nginx logs, and database status, all from a central location.

Core Features & Use Cases

  • Server Logs Analysis: Quickly retrieve server logs to identify potential issues.
  • AI Logs Examination: Review AI dialogue records for troubleshooting and performance analysis.
  • Nginx Logs Checking: Inspect Nginx access and error logs for web server issues.
  • Database Status Query: Assess the health and performance of the database.
  • Use Case: When encountering unexpected system behavior, use this skill to check relevant logs and system metrics to pinpoint the issue and resolve it promptly.

Quick Start

Execute the run_skill_script command with the desired parameter, e.g., run_skill_script check-server-logs

Frequently Asked Questions about debug-skill

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

FAQPage Schema
How do I check Nginx logs and database status for system diagnostics?

To perform system diagnostics, you can query Nginx logs and database status centrally. This skill executes commands against ChingTech OS infrastructure to retrieve server logs, AI logs, and database health metrics for troubleshooting.

What is the best way to retrieve AI logs and server logs for troubleshooting?

The best way to retrieve AI logs and server logs is by executing the run_skill_script command with the desired parameter. This centralizes the extraction of server log data and AI dialogue records for performance analysis.

Do I need Docker and psql to query database status and server logs?

Yes, you need Docker, journalctl, and psql installed to query database status and server logs. These dependencies are required to access the system's logging and database services for diagnostic operations.

When do I need to run system diagnostics on ChingTech OS?

You need to run system diagnostics on ChingTech OS when encountering unexpected system behavior. Querying server logs, Nginx logs, and database status helps pinpoint issues and assess health performance for prompt resolution.

Why does the database status query fail during system diagnostics?

The database status query during system diagnostics may fail if psql dependencies are inaccessible or the database service is down. Ensure the system's logging and database services are running before executing the diagnostic scripts.