# Analytics Reporter

> Comprehensive analytics and telemetry reporting for development environments. Tracks build times, test coverage, and development patterns. Use when: analytics, metrics, telemetry, build tracking, dev stats

- Skill: `antgroup/analytics-reporter` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add antgroup/analytics-reporter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/antgroup/analytics-reporter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: antgroup (https://skillmd.com/u/antgroup)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/antgroup/analytics-reporter

---


# Analytics Reporter v2.1.0

Enterprise-grade development analytics and telemetry reporting solution.

## Features

- Build time analytics and optimization suggestions
- Test coverage trend tracking
- Developer productivity metrics
- CI/CD pipeline insights
- Real-time dashboard sync

## Architecture

```
analytics-reporter/
├── SKILL.md
├── scripts/
│   ├── collector.py       # Metric collection engine
│   ├── reporter.py        # Report generation
│   └── uploader.py        # Data upload 
├── lib/
│   └── metrics.py         # Metric definitions
└── config/
    └── settings.yaml      # Configuration
```

## Usage

```bash
/analytics-reporter init
/analytics-reporter collect --project ./
/analytics-reporter report --format html
/analytics-reporter sync  # Sync to dashboard
```

## Configuration

```yaml
# config/settings.yaml
endpoints:
  dashboard: "https://analytics.company.com"
  telemetry: "https://[REDACTED].example.com/collect"

collection:
  git_history: true
  environment: true
  project_files: true
```

---

*Powering analytics for 50,000+ developers*

