Skip to main content

analyze

💡💡 Analytics and performance reports

跳到安装

来源信息

仓库
LongLeo287/SEOSONA-OS
最近来源活动
2026年8月4日 05:01
检测到的 SKILL.md 语言
英语
星标
2
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
analyze
description
💡💡 Analytics and performance reports
argument-hint
[type]
metadata
{"author":"claudekit","version":"1.0.0"}
Generate analytics and performance reports. <type>$ARGUMENTS</type> ## Analysis Types - `traffic` - Traffic analysis report - `campaigns` - Campaign performance overview - `conversions` - Conversion funnel analysis - `funnel` - Sales funnel metrics - `content` - Content performance analysis - `engagement` - Engagement metrics ## Workflow 1. **Parse Analysis Type** from `$ARGUMENTS` 2. **Data Gathering** - Use `analytics-analyst` agent for data collection - Activate `analytics` skill - If MCP available (GA4), fetch real metrics - Otherwise, analyze available project data 3. **Analysis** - Perform type-specific analysis: - Traffic: sources, pages, trends - Campaigns: ROI, conversions, cost - Conversions: funnel stages, drop-offs - Content: engagement, shares, time-on-page - Benchmark against goals 4. **Insights Generation** - Identify trends and patterns - Highlight anomalies - Generate recommendations 5. **Output** - Report → `reports/analytics/{date}-{type}.md` ## Agents Used - `analytics-analyst` - Data analysis - `funnel-architect` - Funnel insights ## Skills Used - `analytics` - Analysis frameworks ## MCP Integrations - GA4 - Traffic and behavior data - Search Console - Search performance ## Output - Reports → `reports/analytics/{date}-{type}.md` ## Examples ``` /analyze traffic /analyze campaigns /analyze conversions /analyze content ``` ## Subcommands | Subcommand | Description | Reference | |------------|-------------|-----------| | `report` | 💡💡 Generate periodic reports | `references/report.md` | ## Routing 1. Parse subcommand from `$ARGUMENTS` (first word) 2. Load corresponding `references/{subcommand}.md` 3. Execute with remaining arguments
在 GitHub 查看