with one click
monitor
啟動工作流可視化監控面板,實時顯示狀態、耗時、產物文檔。HTTP + WebSocket 服務,支持多客戶端同時連接。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
啟動工作流可視化監控面板,實時顯示狀態、耗時、產物文檔。HTTP + WebSocket 服務,支持多客戶端同時連接。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
全流程自動模式:從當前狀態一路推進到 DONE,無需人為干預確認。自動推進 MANUAL 節點、派發 Agent、處理失敗回滾,直到項目完成。支持傳入需求描述,自動注入後續流程。
快速修復模式:徹底分析問題後直接寫修復代碼。不走 pipeline,不生成文檔。適用於緊急 bug 修復或小範圍改動。
统一的 Jira 问题处理中心。提供:ensureConnected() 确保连接可用(MCP/curl 双通道 + 多源凭证 + 缓存)、getIssue() 获取完整 ticket 上下文(含图片分析)、writeBack() 回写结果到 Jira。被 autopilot/hotfix/feature 调用,所有 Jira 相关逻辑集中在此。
增量功能模式:等同於 /autopilot feature,跳過 Arch/Design 階段,適合在現有項目上添加新功能。
Universal environment checker. Detects missing tools, services, and configurations BEFORE starting any work phase. Always asks user before installing anything. Used by Designer (Stitch), FE, and BE agents. Modules: A = Stitch MCP (Designer), B = Backend env (BE), C = Frontend env (FE).
Implements backend APIs using Bun, Hono, Drizzle ORM, tRPC v11, better-auth. Load this skill when BE agent needs implementation details.
| name | monitor |
| description | 啟動工作流可視化監控面板,實時顯示狀態、耗時、產物文檔。HTTP + WebSocket 服務,支持多客戶端同時連接。 |
/monitor # 啟動監控服務(默認端口 3456)
/monitor 8080 # 指定端口
1. 檢查 state/workflow-state.json 是否存在
2. 啟動 HTTP 服務(默認端口 3456)
3. 啟動 WebSocket 服務
4. 監聽 state/workflow-state.json 文件變化
5. 輸出訪問 URL
按 Ctrl+C 停止服務。
📊 Workflow Monitor 已啟動
URL: http://localhost:3456
按 Ctrl+C 停止