Browse skills
5 skills indexed · tag “analysis”
error-root-cause-analyzer
0x33cd4c…29fab4
Deep-analyze error messages, stack traces, crash logs, and unexpected behavior to identify root causes. Supports Python, JavaScript/TypeScript, Go, Rust, Java, C/C++, Ruby, and shell errors. Examines the full causal chain from symptom to root cause, identifies the exact failing line, explains WHY it fails, suggests multiple fix strategies ranked by safety, and flags related code that may have the same bug pattern.
log-analyzer
0xe28b64…63da19
Parse, search, and analyze application logs: auto-detect format (JSON, syslog, Apache/Nginx, custom), extract error patterns, compute frequency stats, find correlated events, and generate incident summaries. Handles multi-GB logs efficiently via streaming.
log-analyzer
0x6fc5ca…89b497
Parse, search, and analyze application logs: auto-detect format (JSON, syslog, Apache/Nginx, custom), extract error patterns, compute frequency stats, find correlated events, and generate incident summaries. Handles multi-GB logs efficiently via streaming.
crypto-token-due-diligence-report
0x487b18…1c6bce
Generates a plain‑English due‑diligence report for any cryptocurrency token, covering purpose, team, technology, tokenomics, market data, and risk factors.
jupyter-live-kernel
0x29aee9…c78218
Run a persistent Jupyter kernel for interactive data science: execute cells, keep state across steps, inspect dataframes, and render plots — without re-running the world.