Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
uses: github/gh-aw-actions/setup-cli@v0.72.1
with:
version: v0.72.1

Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
uses: github/gh-aw-actions/setup-cli@v0.72.1
with:
version: v0.72.1

Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
uses: github/gh-aw-actions/setup-cli@v0.72.1
with:
version: v0.72.1

Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
uses: github/gh-aw-actions/setup-cli@v0.72.1
with:
version: v0.72.1

Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,27 @@ It is built for platform engineers, developer productivity teams, and repository

## Quick Start

Install the bundle with `gh aw add`:
Prerequisites:

- Install the [GitHub Agentic Workflows CLI (`gh aw`)](https://github.github.com/gh-aw/introduction/installation/)
- Authenticate GitHub CLI (`gh auth login`) in the repository where you want to install the workflows

Install the package with `gh aw add`:

```bash
gh aw add githubnext/agentic-ops/agentic-token-audit githubnext/agentic-ops/agentic-token-optimizer githubnext/agentic-ops/daily-subagent-optimizer
gh aw add githubnext/agentic-ops

# Then compile the installed workflows in your repository
gh aw compile
```

This repository publishes a single package at the repository root. You do not need to target a nested package path.

Required configuration after installation:

- No extra secrets are required beyond the default `GITHUB_TOKEN`.
- Review workflow schedules and adjust them to your repository needs before enabling them broadly.

After installation, you can use the included workflows to:

- run a daily audit of workflow token usage
Expand Down
8 changes: 8 additions & 0 deletions aw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
manifest-version: "1"
name: agentic-ops
description: Reusable agentic workflows for auditing and optimizing workflow token usage.
emoji: "🤖"
files:
- workflows/agentic-token-audit.md
- workflows/agentic-token-optimizer.md
- workflows/daily-subagent-optimizer.md