ecc-tools-cost-audit

Audit cost issues in the ECC Tools GitHub App.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill ecc-tools-cost-audit-klu-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecc-tools-cost-audit
Source: https://github.com/klu-dev/porting-ecc-to-vscode/tree/main/.github/skills/ecc-tools-cost-audit
Command: npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill ecc-tools-cost-audit-klu-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill aids in identifying and resolving issues related to excessive costs in the ECC Tools GitHub App, such as unnecessary PR creations, quota breaches, or premium model overuse.

Core Features & Use Cases

  • Cost Audit: Evaluates and analyzes burn and billing within the ECC Tools GitHub App.
  • Use Case: For example, when users report unexpected cost spikes, this skill can be used to investigate and resolve issues such as PR overcreation, premium model leakage, or quota bypass.

Quick Start

Use the ecc-tools-cost-audit skill to begin a cost audit of 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 audit GitHub App costs for unexpected billing spikes?

Auditing GitHub App costs requires analyzing webhook handlers, queue workers, and PR creation logic to identify unexpected billing spikes caused by quota breaches or premium model leakage.

What causes excessive pull request creation in GitHub Apps?

Excessive pull request creation in GitHub Apps stems from flawed PR creation logic or webhook handlers triggering unnecessary automation, bypassing usage reservations and paid-gate enforcement mechanisms.

How do I identify quota breaches in a GitHub App's webhook workflow?

Identifying quota breaches involves analyzing webhook handlers and queue workers to detect where usage reservation fails, allowing automation to exceed configured limits.

Does this cost audit workflow require analyzing queue workers?

Yes, this cost audit workflow requires analyzing queue workers alongside webhook handlers and paid-gate enforcement to resolve billing issues like PR overcreation and premium model overuse.