Files
gh-gtmagents-gtm-agents-plu…/commands/report-performance.md
2025-11-29 18:32:06 +08:00

34 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: report-performance
description: Consolidates video performance metrics, diagnoses trends, and recommends optimizations.
usage: /video-marketing:report-performance --window 30d --kpis "views,watch_time,pipeline"
---
# Command: report-performance
## Inputs
- **window** reporting timeframe (7d, 30d, quarter).
- **kpis** comma-separated metrics (views, completion, CTR, attributed pipeline, CAC).
- **segments** optional breakdown (persona, channel, creative concept).
- **experiments** optional list of running tests.
- **data_sources** optional BI queries or warehouse tables.
## Workflow
1. **Data Intake** pull metrics from YouTube, LinkedIn, paid platforms, website analytics, CRM.
2. **Quality Checks** ensure UTM alignment, dedupe views, normalize naming.
3. **Insight Generation** highlight top performing videos, creative themes, hooks, and drop-offs.
4. **Optimization Plan** recommend creative refresh, distribution adjustments, additional cuts.
5. **Action Tracking** log owners, deadlines, expected impact.
## Outputs
- Performance summary table with deltas vs targets.
- Insight brief + prioritized recommendations.
- Experiment log updates with next tests.
## Agent/Skill Invocations
- `video-strategist` aligns insights with strategy.
- `distribution-analytics` skill provides measurement templates.
- `video-post-production-lead` receives feedback for edits/localizations.
---