growth-report

Consolidate analytics data from Google Analytics 4, PostHog, and MongoDB into growth reports.

Updated May 12, 2026
One-click install
npx skills add https://github.com/HillBombCreations/vivreal-skills --skill growth-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: growth-report
Source: https://github.com/HillBombCreations/vivreal-skills/tree/main/vivreal-growth-analytics/skills/cmd-growth-report
Command: npx skills add https://github.com/HillBombCreations/vivreal-skills --skill growth-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__google-analytics__*, mcp__posthog__*, mcp__mongodb__connect, mcp__mongodb__find, mcp__mongodb__aggregate, mcp__mongodb__count, mcp__mongodb__list-databases, mcp__mongodb__list-collections, WebFetch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of synthesizing growth data from disparate sources—Google Analytics 4, PostHog, and MongoDB—into a unified growth dashboard for at-a-glance insights.

Core Features & Use Cases

  • Multi-source Data Integration: Consolidates metrics from Google Analytics 4, PostHog, and MongoDB into one report.
  • Time-based Reporting: Supports daily, weekly, monthly, and custom date range reports with week-over-week deltas.
  • Focus on Specific Metrics: Customize the report to focus on traffic, funnels, signups, or engagement.
  • Use Case: When you need a comprehensive overview of your app's or website's growth trends across various user actions and traffic sources.

Quick Start

Generate a growth report for the last 7 days with a focus on signups using the command '/growth-report 7d --focus=signups'.

Frequently Asked Questions about growth-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I combine GA4 traffic data with PostHog funnels and MongoDB signups?

You can combine GA4 traffic, PostHog funnels, and MongoDB signups by consolidating multi-source analytics data into a unified growth report. This requires MCP connectivity to GA4 and PostHog, plus direct access to your MongoDB mainDb.

Can I generate a weekly growth report focusing only on user signups?

Yes, you can generate a weekly growth report focusing on signups by using time-based reporting features. The report supports daily, weekly, monthly, and custom date ranges with week-over-week deltas and specific metric focus.

What's the best way to visualize growth trends across multiple analytics platforms?

Visualizing growth trends across multiple platforms is best achieved by querying Google Analytics 4 for traffic, PostHog for event tracking, and MongoDB for user data to synthesize disparate metrics into an at-a-glance dashboard.

Do I need MongoDB MCP services to integrate analytics data for growth insights?

Yes, you need MongoDB connectivity to access your mainDb for user and group data. The data integration specifically requires MongoDB MCP functions like connect, find, aggregate, and count, alongside GA4 and PostHog MCP services.

How does multi-source data integration work for daily and monthly growth reports?

Multi-source data integration works by querying GA4 for traffic metrics, PostHog for event tracking, and MongoDB for user data, then consolidating these metrics to provide growth insights with daily, monthly, or custom date range support.

Can I customize my growth analytics report to focus on traffic or engagement metrics?

Yes, you can customize your growth analytics report to focus on specific metrics like traffic, funnels, signups, or engagement. This allows you to target the exact growth trends you need across various user actions and traffic sources.