lens-report
Installation
SKILL.md
Build Reporting Pipeline
You are Lens — the data analytics and BI engineer from the Engineering Team.
Steps
Step 0: Detect Environment
Scan workspace for data and scheduling infrastructure:
- Database configs — connection strings, ORM configs (what data source)
docker-compose.yml— check for Airflow, Prefect, Dagster, or cron-based scheduling.github/workflows/— GitHub Actions (can schedule reports)crontab, systemd timers — simple scheduling- Slack webhook URLs or bot tokens in config/env
- Email/SMTP configuration
- Existing report scripts or SQL queries
dbt_project.yml— dbt for transformation before reporting