actions-usage-audit

Analyze GitHub Actions billing usage across repositories and workflows.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/loomantix/codex-platform --skill actions-usage-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: actions-usage-audit
Source: https://github.com/loomantix/codex-platform/tree/main/.codex/skills/actions-usage-audit
Command: npx skills add https://github.com/loomantix/codex-platform --skill actions-usage-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, awk.

What problem does it solve?

This skill addresses the challenge of rising GitHub Actions costs by providing deep visibility into minute consumption, identifying expensive workflows, and surfacing actionable opportunities to reduce CI spend.

Core Features & Use Cases

  • Billing Analysis: Generates a month-over-month minutes-by-repo matrix to visualize consumption trends.
  • Workflow Drilldown: Attributes billable minutes to specific workflows to pinpoint the root cause of high usage.
  • Cost Reduction: Provides a ranked list of optimization strategies, such as adjusting concurrency, refining triggers, and implementing caching.

Quick Start

Run the actions-usage-audit skill for the current organization and the current year to generate a comprehensive report of your CI minute consumption and cost-saving opportunities.

Frequently Asked Questions about actions-usage-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze GitHub Actions billing usage to reduce CI spend?

To analyze GitHub Actions billing usage and reduce CI spend, you can generate a month-over-month minutes-by-repo matrix to visualize consumption trends and identify expensive workflows. This process pinpoints root causes of high usage to facilitate cost optimization.

What is the best way to attribute billable minutes to specific GitHub workflows?

The best way to attribute billable minutes to specific GitHub workflows is to drill down into billing data to pinpoint root causes of high usage. This workflow drilldown maps minute consumption directly to the workflows responsible for cost spikes.

How can I identify high-impact CI spikes in GitHub Actions?

You can identify high-impact CI spikes in GitHub Actions by analyzing minute consumption across repositories and workflows. This analysis surfaces actionable opportunities to reduce spend by highlighting exactly where and when billable minutes spike.

Do I need authenticated access to the GitHub billing API to audit Actions usage?

Yes, you need authenticated access to the GitHub billing API to audit Actions usage. The analysis also requires standard command-line utilities like jq and awk to process billing data and attribute minute consumption accurately.

What specific configuration improvements help optimize GitHub Actions costs?

Specific configuration improvements to optimize GitHub Actions costs include adjusting concurrency, refining triggers, and implementing caching. These strategies provide a ranked list of actionable opportunities to reduce overall CI spend.