| name | analytics-reporter |
| description | 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
|
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
/analytics-reporter init
/analytics-reporter collect --project ./
/analytics-reporter report --format html
/analytics-reporter sync
Configuration
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