ecc-tools-cost-audit

Audit cost spikes and premium-model leakage in the ECC Tools GitHub App.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zero3041/PREP --skill ecc-tools-cost-audit-zero3041
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecc-tools-cost-audit
Source: https://github.com/zero3041/PREP/tree/main/.claude/skills/skills/ecc-tools-cost-audit
Command: npx skills add https://github.com/zero3041/PREP --skill ecc-tools-cost-audit-zero3041

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses cost management concerns within the ECC Tools GitHub App, including runaway PR creation, quota bypass, premium-model leakage, duplicate jobs, or GitHub App cost spikes.

Core Features & Use Cases

  • Cost Audit: Evidence-first workflow for investigating cost-related issues in the ECC Tools repo.
  • Scope Guardrails: Ensures work is confined to the ECC Tools repo and starts read-only.
  • Workflow Steps: Detailed steps for freezing scope, tracing ingress, auditing burn paths, and verifying fixes.

Quick Start

Run the 'ecc-tools-cost-audit' skill to initiate a cost audit in the ECC Tools GitHub App.

Frequently Asked Questions about ecc-tools-cost-audit

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

FAQPage Schema
How do I investigate a GitHub App cost spike caused by over-creation of PRs?

A cost audit for GitHub Apps traces ingress, audits burn paths, and checks PR creation logic to identify quota bypasses or duplicate jobs causing unexpected billing spikes.

How do I stop premium-model leakage in my GitHub App billing?

To stop premium-model leakage, you must audit paid-gate enforcement within your application logic to ensure usage reservations are correctly applied and premium models are not bypassed.

What is the best way to find duplicate jobs causing quota bypass in a GitHub App?

Finding duplicate jobs and quota bypass requires auditing queue workers and webhook handlers to trace execution paths and locate processes triggering the over-creation of resources.

Does auditing GitHub App billing require access to webhook handlers and queue workers?

Yes, auditing GitHub App billing requires access to webhook handlers, queue workers, usage reservation, and PR creation logic to effectively trace and resolve cost spikes within the repository.

Can I run a read-only cost audit before applying fixes to my GitHub App?

Yes, you can run a read-only cost audit by freezing scope and tracing ingress to gather evidence before modifying any paid-gate enforcement or PR creation logic within the repository.