leds-conectafapes/Reportfy
Generate GitHub project management reports with charts, Monte Carlo simulations, AI summaries (Mistral), and Discord notifications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 14, 2026
- License
- None
Pinned Snippet
uses: leds-conectafapes/reportfy@641600780553b0cbbcdef845917cb82ac7978d26 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Personal Access Token with repo and org:read permissions | yes | — |
| repository | Target repository in owner/repo format (e.g. leds-conectafapes/planner) | yes | — |
| report_output_dir | Directory where reports will be saved | no | ./report |
| monte_carlo_simulations | Number of Monte Carlo simulations to run | no | 1000 |
| mistral_api_key | Mistral API key for AI-powered summaries | no | "" |
| mistral_model | Mistral model to use (e.g. mistral-large-latest, mistral-small-latest) | no | mistral-large-latest |
| discord_bot_token | Discord bot token for sending notifications | no | "" |
| discord_leadership_channel | Discord channel name for leadership notifications | no | "" |
| developers_config | Path to developers.json mapping github_id to discord_id | no | ./developers.json |
| enable_organization_report | Enable organization-level dashboard | no | true |
| enable_repository_report | Enable per-repository dashboard | no | true |
| enable_developer_report | Enable per-developer dashboard | no | true |
| enable_team_report | Enable per-team dashboard | no | true |
| enable_collaboration_report | Enable collaboration graph analysis | no | true |
| enable_discord_notifications | Send reports and summaries via Discord | no | false |
| enable_ai_summaries | Generate AI-powered summaries using Mistral | no | false |
| commit_reports | Commit generated reports back to the repository | no | true |
Outputs
| name | description |
|---|---|
| organization_report | Path to the generated organization stats markdown file |
| repository_report | Path to the generated repository stats markdown file |
| developer_report | Path to the generated developer stats markdown file |
| team_report | Path to the generated team stats markdown file |
| collaboration_report | Path to the generated collaboration report markdown file |