Skip to main content

health-check

Run the system health check to verify the AI News Briefing setup and configuration.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
hoangsonww/AI-News-Briefing
آخر نشاط في المصدر
١٣ أبريل ٢٠٢٦ في ٢١:٢٧
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٤١
التفرعات
١٩

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
health-check
description
Run the system health check to verify the AI News Briefing setup and configuration.
# Health Check Skill Run the system health check script located in the `scripts/` directory to verify the installation, dependencies, and configuration. To do this, execute `run_shell_command` with the command `bash scripts/health-check.sh` on macOS/Linux or `powershell -ExecutionPolicy Bypass -File scripts\health-check.ps1` on Windows. Parse the output and summarize any warnings or errors for the user. If everything is healthy, report that the system is fully operational.
عرض على GitHub