Reporfy is an advanced reporting tool that transforms GitHub project data into smart dashboards directly inside your repositories. All reports are generated in Markdown, making it lightweight, portable, and fully integrated into your GitHub workflows.
โ What Reporfy delivers:
-
๐ Productivity reports
-
๐ค Developer collaboration analysis
-
๐ฎ Delivery forecasts with Monte Carlo simulations
-
๐ฅ Flow metrics: burndown, burn-up, throughput
-
๐ Network analysis applied to software engineering
โ๏ธ Data generated in Markdown, allowing you to build dashboards inside your GitHub repositories
๐ก Better decisions, powered by data. Simple, visual, and impactful management.
If you believe that โwithout data, itโs just an opinionโ, then meet Reporfy!
Reporfy is fully automated using a GitHub Action that generates reports periodically or on demand. This allows your Markdown dashboards to be updated automatically inside your repository.
This GitHub Action is configured to:
- ๐ Run automatically at 8:00 AM (UTC) from Monday to Friday (
cron: '0 8 * * 1-5'). - ๐ Run manually on demand (uncomment the
workflow_dispatchblock if needed).
You must configure the following Secrets in your repository:
| Secret | Description |
|---|---|
TOKEN |
GitHub Personal Access Token with read permissions for issues and commits. |
REPOSITORY |
Full name of the repository (owner/repository). |
