← スキル一覧に戻る

health-check
by rafaelnovaes22
Smart automotive sales assistant via WhatsApp using Generative AI, RAG, and Multi-LLM Routing.
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: Health Check description: Verifica o status da API e serviços do CarInsight
Skill: Verificar Status da API
Description
Use este skill quando o usuário perguntar:
- "O servidor está rodando?"
- "A API está online?"
- "Está tudo funcionando?"
- "Verifica o status pra mim"
- "Health check"
Usage
Execute o script check_health.ts para verificar o status de todos os serviços.
npx tsx .antigravity/skills/health-check/check_health.ts
Alternativamente, faça uma requisição GET para o endpoint de health:
curl http://localhost:3000/admin/health
Expected Output
O script retorna um JSON com status de:
- Server: Se o Express está rodando
- Database: Conexão com PostgreSQL via Prisma
- LLM Router: Status do OpenAI/Groq
- Embedding Service: Status do serviço de embeddings
Troubleshooting
Se o health check falhar:
- Verifique se o servidor está rodando (
npm run dev) - Verifique as variáveis de ambiente no
.env - Verifique a conexão com o banco de dados
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です