Analytics Dashboard
CRITICAL: Auto-start on load
When this skill triggers, go straight to Step 1.
Step 1. Get the export file
Ask:
Upload your LinkedIn Analytics export file (xlsx).
Not sure how to get it? Go to LinkedIn Analytics, set your date range (30, 60, or 90 days works well), and click Export in the top right.
Wait for the file upload.
Step 2. Parse the data
Read every sheet in the file. Expect these sheets:
- DISCOVERY: overall impressions and reach
- ENGAGEMENT: daily impressions and engagements over time
- TOP POSTS: top 50 posts, ranked by engagements and by impressions (two tables to merge)
- FOLLOWERS: daily new followers plus total count
- DEMOGRAPHICS: job titles, locations, industries, seniority, company size, top companies
Clean any messy headers. Merge the two TOP POSTS tables (by engagements and by impressions) into one unified dataset per post. De-duplicate.
Step 3. Build the interactive dashboard
Create a single React artifact. Dark theme (background #0f1117), accent colours for charts. Use Recharts for all visualisations.
Include these panels in this order:
Headline metrics (top row cards)
- Total impressions
- Total reach
- Total new followers
- Average daily impressions
- Average daily engagements
- Average engagement rate (engagements / impressions)
- Total posts tracked
Engagement trend (line chart)
- Daily impressions (left y-axis) and engagements (right y-axis) over the full date range
- Highlight the top 3 spike days with markers
Follower growth (area chart)
- Daily new followers
- 7-day moving average trendline overlaid
- Cumulative follower gain
Post performance scatter
- X axis: impressions. Y axis: engagements
- Colour-code posts into four quadrants:
- Stars: high reach + high engagement
- Viral but shallow: high reach + low engagement
- Niche gold: low reach + high engagement
- Underperformers: low reach + low engagement
- Hoverable dots showing post URL and date
Day-of-week heatmap
- Average impressions and engagements by day of week
- Highlight the strongest days
Audience breakdown (bar charts)
- Job titles
- Industries
- Seniority
- Company size
- Top locations
Formatting rules
- Format numbers:
67K not 67000, 1.2M not 1200000
- Total follower count prominent at the top
- Responsive layout (works on laptop and large display)
- Dark background, high contrast chart colours
Step 4. Written strategic analysis
Below the dashboard, write a concise analysis with these sections:
Performance Summary
- Trajectory: growing, plateauing, or declining (use trendlines)
- Current engagement rate and how it compares to LinkedIn benchmarks for accounts this size
Top Post Patterns
- Analyse top 10 by impressions and top 10 by engagements
- Patterns: posting day, time of month, content themes
- High impressions + low engagement: what does that signal?
- Low impressions + high engagement: what does that signal?
Audience-Content Fit
- Who the core audience is, based on demographics
- Which content topics and formats would resonate
- Segments to lean into or away from
Growth Velocity
- Average daily follower growth
- 30, 60, 90 day projections at current pace
- Acceleration or deceleration trends
Day and Timing Strategy
- Best days for impressions
- Best days for engagement
- Optimal posting schedule based on the data
5 Specific Content Recommendations
Each one includes:
- Content angle or topic
- Why the data supports it
- Which audience segment it targets
- Expected impact based on patterns in the data
Step 5. Offer the next move
After the analysis:
Want me to draft one of these 5 recommendations as a full post? Call the post-writer or post-formatter skill with the recommendation number.
Rules
- Use numbers, not adjectives. "Engagement rate is 2.3%" beats "engagement is healthy".
- Keep the analysis direct. No fluff, no filler.
- Never invent metrics not present in the export.
- Flag data quality issues (missing columns, odd date ranges) instead of silently working around them.
- Never use em dashes.
- British English unless voice.md specifies otherwise.
- Recommend running this monthly. Patterns only surface over time.
Source: charlie947/social-media-skills — distributed by TomeVault.
1---2name: charlie947-social-media-skills-social-media-skills3description: Analytics Dashboard4---56# Analytics Dashboard78## CRITICAL: Auto-start on load910When this skill triggers, go straight to Step 1.1112## Step 1. Get the export file1314Ask:1516> Upload your LinkedIn Analytics export file (xlsx).17>18> Not sure how to get it? Go to LinkedIn Analytics, set your date range (30, 60, or 90 days works well), and click Export in the top right.1920Wait for the file upload.2122## Step 2. Parse the data2324Read every sheet in the file. Expect these sheets:2526- **DISCOVERY**: overall impressions and reach27- **ENGAGEMENT**: daily impressions and engagements over time28- **TOP POSTS**: top 50 posts, ranked by engagements and by impressions (two tables to merge)29- **FOLLOWERS**: daily new followers plus total count30- **DEMOGRAPHICS**: job titles, locations, industries, seniority, company size, top companies3132Clean any messy headers. Merge the two TOP POSTS tables (by engagements and by impressions) into one unified dataset per post. De-duplicate.3334## Step 3. Build the interactive dashboard3536Create a single React artifact. Dark theme (background `#0f1117`), accent colours for charts. Use Recharts for all visualisations.3738Include these panels in this order:3940### Headline metrics (top row cards)41- Total impressions42- Total reach43- Total new followers44- Average daily impressions45- Average daily engagements46- Average engagement rate (engagements / impressions)47- Total posts tracked4849### Engagement trend (line chart)50- Daily impressions (left y-axis) and engagements (right y-axis) over the full date range51- Highlight the top 3 spike days with markers5253### Follower growth (area chart)54- Daily new followers55- 7-day moving average trendline overlaid56- Cumulative follower gain5758### Post performance scatter59- X axis: impressions. Y axis: engagements60- Colour-code posts into four quadrants:61 - **Stars**: high reach + high engagement62 - **Viral but shallow**: high reach + low engagement63 - **Niche gold**: low reach + high engagement64 - **Underperformers**: low reach + low engagement65- Hoverable dots showing post URL and date6667### Day-of-week heatmap68- Average impressions and engagements by day of week69- Highlight the strongest days7071### Audience breakdown (bar charts)72- Job titles73- Industries74- Seniority75- Company size76- Top locations7778### Formatting rules79- Format numbers: `67K` not `67000`, `1.2M` not `1200000`80- Total follower count prominent at the top81- Responsive layout (works on laptop and large display)82- Dark background, high contrast chart colours8384## Step 4. Written strategic analysis8586Below the dashboard, write a concise analysis with these sections:8788### Performance Summary89- Trajectory: growing, plateauing, or declining (use trendlines)90- Current engagement rate and how it compares to LinkedIn benchmarks for accounts this size9192### Top Post Patterns93- Analyse top 10 by impressions and top 10 by engagements94- Patterns: posting day, time of month, content themes95- High impressions + low engagement: what does that signal?96- Low impressions + high engagement: what does that signal?9798### Audience-Content Fit99- Who the core audience is, based on demographics100- Which content topics and formats would resonate101- Segments to lean into or away from102103### Growth Velocity104- Average daily follower growth105- 30, 60, 90 day projections at current pace106- Acceleration or deceleration trends107108### Day and Timing Strategy109- Best days for impressions110- Best days for engagement111- Optimal posting schedule based on the data112113### 5 Specific Content Recommendations114Each one includes:115- Content angle or topic116- Why the data supports it117- Which audience segment it targets118- Expected impact based on patterns in the data119120## Step 5. Offer the next move121122After the analysis:123124> Want me to draft one of these 5 recommendations as a full post? Call the post-writer or post-formatter skill with the recommendation number.125126## Rules127128- Use numbers, not adjectives. "Engagement rate is 2.3%" beats "engagement is healthy".129- Keep the analysis direct. No fluff, no filler.130- Never invent metrics not present in the export.131- Flag data quality issues (missing columns, odd date ranges) instead of silently working around them.132- Never use em dashes.133- British English unless voice.md specifies otherwise.134- Recommend running this monthly. Patterns only surface over time.135136---137> Source: [charlie947/social-media-skills](https://github.com/charlie947/social-media-skills) — distributed by [TomeVault](https://tomevault.io).138<!-- tomevault:4.0:skill_md:2026-06-19 -->