Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.18 KB

File metadata and controls

24 lines (15 loc) · 1.18 KB

agentic-ops

CI

This repo contains a small set of GitHub Agentic Workflows for auditing Copilot token usage and highlighting workflows that should be optimized.

Usage

To add one of these workflows to your repo, use gh aw add <owner>/<repo>/<workflow-name>.

gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/agentic-ops/copilot-token-optimizer

This adds the workflow to .github/workflows/. For guided setup, use gh aw add-wizard githubnext/agentic-ops/copilot-token-audit.

Release history lives in CHANGELOG.md.

Workflows

Workflow What it does
Daily Copilot Token Usage Audit Collects recent Copilot workflow usage and creates a daily audit snapshot.
Copilot Token Usage Optimizer Analyzes expensive workflows and proposes conservative token-reduction changes.