azizouannes/CI Efficiency Analyzer
Analyze and optimize GitHub Actions workflows for better performance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 2, 2025
- License
- MIT
Pinned Snippet
uses: azizouannes/ci-efficiency-analyzer@35a362c7bfc4e617ef5cc6628e833b1997c9284e # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| repository | Repository to analyze (owner/repo format). Defaults to current repository | no | ${{ github.repository }} |
| days-back | Number of days of history to analyze | no | 30 |
| create-pr | Whether to create a pull request with optimizations | no | false |
| output-file | File to write the analysis report to | no | ci-analysis-report.md |
| analysis-only | Only run analysis without generating optimizations | no | false |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated analysis report |
| potential-savings | Estimated time savings in minutes |
| optimizations-count | Number of optimization suggestions |
| analysis-status | Status of the analysis (completed, no_data, error) |