github-actions-finops
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
GitHub Actions FinOps
Analyze GitHub Actions usage, costs, and efficiency across organizations and repositories.
When to Use This Skill
| Use this skill when... | Use X instead when... |
|---|---|
| Analyzing CI/CD costs and billing | Debugging a specific failed workflow -- use gh-workflow-monitoring |
| Identifying wasted workflow runs | Setting up new workflows -- use github-actions-workflows |
| Investigating workflow trigger patterns | Managing cache keys -- use github-actions-cache-optimization |
| Comparing efficiency across repos | Monitoring a single run -- use gh-workflow-monitoring |
Context
- Current repo URL: !
git remote -v - Workflow files: !
find . -path '*/.github/workflows/*' -maxdepth 3 -name '*.yml' -o -name '*.yaml' - Active workflows: !
gh workflow list --json id,name,state