← スキル一覧に戻る

kamal-production-console
by pepicrft
A moden Hif forge for the agentic world
⭐ 1🍴 0📅 2026年1月23日
SKILL.md
name: kamal-production-console description: Use when you need to open a production console or inspect production logs via Kamal for this Micelio app.
Kamal production console + logs
Use this skill when the user asks how to open a production console or check logs.
Prerequisite
- Load environment secrets before any Kamal command:
source .env
Open a production console
- Start an interactive shell in the app container, then launch the release console:
source .env && kamal app exec --interactive "bin/micelio remote"
If the release script location differs, list the container filesystem and adjust the path before retrying.
Tail production logs
- Stream application logs:
source .env && kamal app logs --follow
Use --since or --lines to narrow the output when needed.
スコア
総合スコア
65/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つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


