File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # agentic-ops
2+
3+ This repo contains a small set of GitHub Agentic Workflows for auditing Copilot token usage and highlighting workflows that should be optimized.
4+
5+ ## Usage
6+
7+ To add one of these workflows to your repo, use ` gh aw add <owner>/<repo>/<workflow-name> ` .
8+
9+ ``` bash
10+ gh aw add githubnext/agentic-ops/copilot-token-audit
11+ ```
12+
13+ This adds the workflow to ` .github/workflows/ ` . For guided setup, use ` gh aw add-wizard githubnext/agentic-ops/copilot-token-audit ` .
14+
15+ ## Workflows
16+
17+ | Workflow | What it does |
18+ | --- | --- |
19+ | ` copilot-token-audit.md ` | Collects recent Copilot workflow usage and creates a daily audit snapshot. |
20+ | ` copilot-token-optimizer.md ` | Analyzes expensive workflows and proposes conservative token-reduction changes. |
21+ | ` copilot-setup-steps.yml ` | Installs the ` gh-aw ` CLI extension for Copilot Agent jobs in GitHub Actions. |
You can’t perform that action at this time.
0 commit comments