finops-waste
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
/finops:waste
Identify GitHub Actions waste patterns and provide actionable fix suggestions. Analyzes skipped runs, bot triggers, missing concurrency groups, and missing path filters.
When to Use This Skill
| Use this skill when... | Use a sibling instead when... |
|---|---|
| You want actionable fixes for CI cost waste — concurrency, path filters, bot guards | You need a high-level billing and health snapshot — use /finops:overview |
You need to add cancel-in-progress to PR workflows |
You need workflow run frequency and duration stats — use /finops:workflows |
| You are auditing skipped runs and bot-triggered noise | You are auditing cache bloat or stale caches — use /finops:caches |
| You want to fix one repo's workflow config | You want to rank waste across many repos — use /finops:compare |
Context
- Current repo URL: !
git remote get-url origin - Workflow files: !
find .github/workflows -maxdepth 1 \( -name '*.yml' -o -name '*.yaml' \)