Help us improve
Share bugs, ideas, or general feedback.
From finops-plugin
Compares GitHub Actions FinOps metrics like cache usage, workflow frequency, failure rates, and efficiency across repositories in a GitHub organization. Useful for identifying cost optimization opportunities.
npx claudepluginhub laurigates/claude-plugins --plugin finops-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/finops-plugin:finops-comparehaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compare GitHub Actions FinOps metrics across multiple repositories - cache usage, workflow frequency, failure rates, and efficiency.
Analyzes GitHub Actions workflow runs in repos or orgs for frequency, duration, success rates, and efficiency. Flags high-frequency runs, failures, and suggests CI/CD optimizations.
Generates reports on CodeRabbit bot adoption in OpenShift GitHub org PRs via GitHub API, calculating percentage of merged PRs with bot comments and optional per-repo breakdowns.
Extracts, diffs, and propagates GitHub workflows and tooling configs like renovate.json across organization repos. Use for syncing improvements via extract/diff/apply modes.
Share bugs, ideas, or general feedback.
Compare GitHub Actions FinOps metrics across multiple repositories - cache usage, workflow frequency, failure rates, and efficiency.
| Parameter | Description | Default |
|---|---|---|
org | GitHub organization name (required) | - |
repos... | Space-separated list of repo names | All org repos |
--limit N | Limit auto-discovery to N repos | 30 |
# Compare specific repos
/finops:compare myorg repo1 repo2 repo3
# Compare all repos in org (up to 30)
/finops:compare myorg
# Compare more repos
/finops:compare myorg --limit 50
bash "${SKILL_DIR}/scripts/compare-repos.sh" $ARGS
=== FinOps Comparison: myorg ===
Discovering repos (limit: 30)...
Found 25 repos
=== Cache Usage ===
Repository Caches Size (MB)
---------- ------ ---------
frontend-app 45 2340
backend-api 32 1850
shared-libs 18 420
...
=== Workflow Activity (last 30 days) ===
Repository Runs Success Failed Skip Rate
---------- ---- ------- ------ ---------
frontend-app 156 140 10 3%
backend-api 89 85 2 2%
...
=== Failure Rates (top 15) ===
Repository Total Failed Rate
---------- ----- ------ ----
legacy-service 45 12 26%
experimental-repo 20 5 25%
...
=== Active Workflows ===
Repository Workflows
---------- ---------
frontend-app 8
backend-api 5
...
=== Summary ===
Total cache usage: 8450MB across 25 repos
Repos exceeding 1GB cache:
frontend-app: 2340MB
backend-api: 1850MB
Repos with >20% failure rate:
legacy-service: 26%
experimental-repo: 25%
Based on comparison results:
/finops:caches <repo> for detailed analysis/finops:workflows <repo> to investigate/finops:waste <repo> to find optimizations