用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill bi-reporting命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Expert Electron application architecture skill for IPC design, main/renderer/preload boundaries, security hardening, performance optimization, packaging strategy, native integration, and cross-platform desktop development. Use when reviewing or designing Electron apps, planning migrations, auditing architecture risks, choosing IPC patterns, diagnosing startup or memory issues, or coordinating related Electron skills.
Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.
Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.
| name | bi-reporting |
| description | Business intelligence and dashboard creation for marketing analytics and reporting |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"digital-marketing","domain":"business","category":"Analytics and Measurement","skill-id":"SK-017","dependencies":["BI platform APIs","Supermetrics API"]} |
The BI and Reporting skill provides comprehensive capabilities for business intelligence dashboard development, data visualization, and automated marketing reporting across major BI platforms. This skill enables creation of insightful marketing performance dashboards, custom metric calculations, and automated report distribution.
const dashboardConfig = {
name: 'Marketing Performance Dashboard',
platform: 'looker-studio',
dataSources: [
{
name: 'Google Analytics 4',
connector: 'ga4',
refreshSchedule: 'daily'
},
{
name: 'Google Ads',
connector: 'google-ads',
refreshSchedule: 'daily'
},
{
name: 'Meta Ads',
connector: 'meta-ads',
refreshSchedule: 'daily'
},
{
name: 'CRM Data',
connector: 'salesforce',
refreshSchedule: 'daily'
}
],
pages: [
{
name: 'Executive Summary',
charts: ['kpi-scorecard', 'trend-chart', 'channel-breakdown']
},
{
name: 'Paid Media',
charts: ['spend-by-channel', 'roas-trend', 'campaign-table']
},
{
name: 'Organic',
charts: ['organic-traffic', 'seo-rankings', 'content-performance']
},
{
name: ,
: [, , ]
}
],
: [
{
: ,
: ,
:
},
{
: ,
: ,
:
},
{
: ,
:
}
]
};
const customMetrics = {
blendedROAS: {
formula: '(ga4_revenue + offline_revenue) / total_ad_spend',
dataSources: ['ga4', 'crm', 'google-ads', 'meta-ads'],
description: 'Blended ROAS including offline conversions'
},
customerAcquisitionCost: {
formula: 'total_marketing_spend / new_customers',
dataSources: ['all-paid-media', 'crm'],
description: 'Cost to acquire one new customer'
},
marketingEfficiencyRatio: {
formula: 'total_revenue / total_marketing_spend',
dataSources: ['crm', 'all-paid-media'],
description: 'Revenue generated per marketing dollar spent'
},
leadToCustomerRate: {
formula: 'new_customers / marketing_qualified_leads',
dataSources: ['crm'],
description: 'Percentage of MQLs that become customers'
},
pipelineVelocity: {
formula: '(opportunities * avg_deal_size * win_rate) / avg_sales_cycle',
dataSources: ['crm'],
description: 'Expected revenue flow through pipeline'
}
};
const reportSchedule = {
name: 'Weekly Marketing Report',
frequency: 'weekly',
dayOfWeek: 'monday',
time: '08:00',
timezone: 'America/New_York',
recipients: [
{
email: 'marketing-team@company.com',
format: 'pdf'
},
{
email: 'executives@company.com',
format: 'pdf',
summaryOnly: true
},
{
email: 'analytics-team@company.com',
format: 'csv',
includeRawData: true
}
],
conditionalSend: {
enabled: true,
condition: 'data-updated'
},
alerts: {
onFailure: ['admin@company.com'],
onDataIssue: ['data-team@company.com']
}
};
const alertConfig = {
alerts: [
{
name: 'Budget Pacing Alert',
metric: 'daily_spend',
condition: 'exceeds',
threshold: 'daily_budget * 1.1',
frequency: 'realtime',
channels: ['email', 'slack']
},
{
name: 'ROAS Drop Alert',
metric: 'roas_7day',
condition: 'drops_below',
threshold: 2.0,
comparedTo: 'previous_period',
frequency: 'daily',
channels: ['email']
},
{
name: 'Conversion Anomaly',
metric: 'conversions',
condition: 'anomaly_detected',
sensitivity: 'high',
frequency: 'hourly',
channels: ['slack']
},
{
name: 'Monthly Goal Tracking',
metric: 'monthly_revenue',
condition: 'pacing_below',
threshold: 0.9,
frequency: 'daily',
: []
}
]
};
This skill integrates with the following digital marketing processes:
| Process | Integration Points |
|---|---|
| marketing-performance-dashboard.js | Dashboard creation, metric definitions, automated reporting |
| attribution-measurement.js | Attribution visualization, ROI reporting |
| competitive-intelligence.js | Competitive benchmarking dashboards |
| Metric | Description | Target |
|---|---|---|
| Report Accuracy | Data matches source systems | 100% |
| Dashboard Load Time | Time to render dashboard | <5 seconds |
| Data Freshness | Time since last update | <24 hours |
| User Adoption | Active dashboard users | >80% of stakeholders |
| Alert Accuracy | True positive rate for alerts | >95% |
| Report Delivery | Successful scheduled deliveries | >99% |
基于 SOC 职业分类