一键导入
analyze
Run multi-agent analysis pipeline on collected mirror data — baseline, 3 per-dashboard analysts (structure, data, UX), and synthesizer.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run multi-agent analysis pipeline on collected mirror data — baseline, 3 per-dashboard analysts (structure, data, UX), and synthesizer.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Capture mirror bundles from OpenObserve — health, schemas, alerts, functions, traces, supplementary data, config chains, screenshots, and DOM.
Full end-to-end pipeline — collect all mirror data (8 steps), run all analysis agents, produce grounding documents.
| name | analyze |
| description | Run multi-agent analysis pipeline on collected mirror data — baseline, 3 per-dashboard analysts (structure, data, UX), and synthesizer. |
| license | MIT |
| metadata | {"author":"musicofhel","version":"0.1.0","category":"analysis"} |
Use this skill after collection is complete and output/ contains mirror bundles. This runs Phases 2-4 of the pipeline.
Runs once across ALL dashboards. Reads:
output/_baseline/stream-schema.jsonoutput/*/config/source.json, sent.json, chain-diff.txtPrompt template: prompts/baseline.md
Output: output/_baseline/baseline-report.md
Tasks:
For each dashboard, spawn 3 independent analysts:
prompts/analyst-structure.md)output/<slug>/analyst-structure.mdprompts/analyst-data.md)output/<slug>/analyst-data.mdprompts/analyst-ux.md)output/<slug>/analyst-ux.mdReads all 3 analyst reports + baseline + screenshots. Resolves contradictions with visual evidence.
Prompt template: prompts/synthesizer.md
Output: output/<slug>/grounding.md — the canonical grounding document
Each agent receives its full prompt template + specific file paths:
You are Analyst B (Data & Labels). Here is your prompt:
[contents of prompts/analyst-data.md]
Analyze this dashboard:
- Screenshots: output/loop-health/screenshots/
- DOM: output/loop-health/dom/
- API: output/loop-health/api/
- Baseline schema: output/_baseline/stream-schema.json
Write your analysis to: output/loop-health/analyst-data.md