一键导入
web-monitor-analyze-log
Web Monitor helper. Analyze service error logs and tracebacks to identify root cause, affected files, and a minimal fix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Web Monitor helper. Analyze service error logs and tracebacks to identify root cause, affected files, and a minimal fix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Web Monitor analysis-only workflow. Analyze a traceback and propose a fix plan WITHOUT making any code changes. Returns a structured analysis result for user confirmation before the actual repair.
Web Monitor auto-repair workflow. Analyze a traceback, make a minimal code fix in the monitored service repository, run verification, and return a final report for the oh-my-feishu Gateway runtime.
Web Monitor helper. Manage oh-my-feishu Web Monitor services through the Gateway-backed CLI.
Web Monitor helper. Send a Feishu/Lark notification about auto-repair results when the Gateway runtime is not already publishing the final result.
Web Monitor helper. Review proposed auto-repair code changes for safety violations: path traversal, excessive diff size, missing tests, hardcoded secrets.
oh-my-feishu Gateway 功能入口。用于列出或触发 Gateway features,例如 status、service-admin、repair、web-monitor。
| name | web-monitor-analyze-log |
| description | Web Monitor helper. Analyze service error logs and tracebacks to identify root cause, affected files, and a minimal fix. |
Parse the traceback
Read the code
Read the file at the error lineDetermine root cause
Propose fix
## Error Summary
<one sentence>
## Root Cause
<2-3 sentences>
## Affected File(s)
- `path/to/file.py` line N
## Proposed Fix
```python
# before
...
# after
...
High / Medium / Low