Skip to content

Commit 53befd1

Browse files
mnkieferCopilot
andcommitted
Update README
Co-authored-by: Copilot <copilot@github.com>
1 parent 070816e commit 53befd1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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. |

0 commit comments

Comments
 (0)