From oh-my-feishu
Analyzes error logs and tracebacks to identify root causes, affected files, and propose minimal code fixes. Use for debugging service errors or reviewing bug reports.
npx claudepluginhub yjzhang2003/oh-my-feishu --plugin oh-my-feishuThis skill uses the workspace's default tool permissions.
- A traceback string or log file path
Searches logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes when debugging issues, analyzing logs, or investigating production errors.
Traces root causes of errors, stack traces, test failures, and build issues by gathering evidence, following call chains backward, and explaining the full causation narrative in structured format.
Searches logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes for debugging distributed issues.
Share bugs, ideas, or general feedback.
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