cf-analytics

Renders ASCII analytics dashboards of content production quality, timing, and compliance trends.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/teachskillofskills-ai/ContentForge-techshu --skill cf-analytics-teachskillofskills-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cf-analytics
Source: https://github.com/teachskillofskills-ai/ContentForge-techshu/tree/main/skills/cf-analytics
Command: npx skills add https://github.com/teachskillofskills-ai/ContentForge-techshu --skill cf-analytics-teachskillofskills-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Content teams running high-volume AI-assisted production pipelines lack visibility into whether quality scores are improving, which pipeline phases are slowest, and which brands or content types underperform. This Skill aggregates historical tracking records into an ASCII dashboard with trends, outlier detection, and alerts. ## Core Features & Use Cases - Quality Trend Analysis: Computes mean, median, percentiles, and regression-based trend direction for composite and per-dimension quality scores over 7/30/90-day windows. - Pipeline Timing Breakdown: Compares per-phase processing times against configured benchmarks to identify bottlenecks and throughput metrics. - Compliance & Citation Monitoring: Tracks citation density, brand compliance scores, feedback loop frequency, and hallucination catch rates. - Alert Rules: Flags quality declines, phase slowdowns, citation drops, and loop spikes based on thresholds in config/analytics-config.json. - Use Case: A content lead runs the dashboard monthly to discover that whitepaper validation is running 1.9x over benchmark and one brand's scores declined for three consecutive pieces, prompting a brand profile review. ## Quick Start Ask the assistant to show the ContentForge analytics dashboard for the last 30 days across all brands.

Frequently Asked Questions about cf-analytics

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

FAQPage Schema
How do I track content quality trends over time?

Run the analytics dashboard with a 7, 30, or 90-day period filter to see rolling quality averages, regression-based trend direction, and percentile distributions. It reads tracking records written by the production pipeline's output phase.

How to find bottlenecks in a content generation pipeline?

Use the timing-focused view to see per-phase average durations compared against configured benchmarks, a phase waterfall by percentage of total time, and bottleneck analysis identifying which phase overruns its expected share.

What data sources does the analytics dashboard support?

It reads tracking records from three backends: local JSON files, Google Sheets, or Airtable, depending on the brand profile's tracking.backend setting. All three share the same record schema covering scores, timing, loops, and citations.

Why does the dashboard show no meaningful trends?

Trend analysis requires at least 10 tracked pieces, with 30 or more recommended for reliability. With fewer records, the dashboard flags a volume-gap alert and trend direction from linear regression may be misleading under high variance.

Does the analytics tool store or read article content?

No. It operates on aggregate metrics only: scores, timing, citation counts, and metadata. Content text is never read, stored, or displayed, and no content generation agents are invoked.