Skip to content

Commit ebedab5

Browse files
committed
agentics
1 parent eb489a0 commit ebedab5

22 files changed

+128
-14
lines changed

docs/ci-doctor.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [CI Doctor workflow](../workflows/ci-doctor.md?plain=1) monitors your GitHub
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the CI Doctor workflow to your repository
1014
gh aw add githubnext/agentics/ci-doctor --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. After merging the PR, the workflow will automatically trigger when monitored CI workflows fail. You cannot start this workflow manually as it responds to workflow failure events.
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR, the workflow will automatically trigger when monitored CI workflows fail. You cannot start this workflow manually as it responds to workflow failure events.
1422

1523
**Mandatory Checklist**
1624

docs/daily-accessibility-review.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ The [daily accessibility review workflow](../workflows/daily-accessibility-revie
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily Accessibility Review workflow to your repository
1014
gh aw add githubnext/agentics/daily-accessibility-review --pr
1115
```
1216

1317
This creates an issue in your repository recording accessibility problems found.
1418

19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
22+
1523
```bash
1624
gh aw run daily-accessibility-review
1725
```

docs/daily-dependency-updates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The [daily dependency updater workflow](../workflows/daily-dependency-updates.md
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily Dependency Updater workflow to your repository
1014
gh aw add githubnext/agentics/daily-dependency-updates --pr
1115
```
1216

docs/daily-perf-improver.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [daily performance improver workflow](../workflows/daily-perf-improver.md?pl
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily Performance Improver workflow to your repository
1014
gh aw add githubnext/agentics/daily-perf-improver --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
1422

1523
```bash
1624
gh aw run daily-perf-improver

docs/daily-plan.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [daily plan workflow](../workflows/daily-plan.md?plain=1) will run daily to
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily Plan workflow to your repository
1014
gh aw add githubnext/agentics/daily-plan --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
1422

1523
```bash
1624
gh aw run daily-plan

docs/daily-progress.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [daily progress workflow](../workflows/daily-progress.md?plain=1) is an auto
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily Progress workflow to your repository
1014
gh aw add githubnext/agentics/daily-progress --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
1422

1523
```bash
1624
gh aw run daily-progress

docs/daily-qa.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [daily Adhoc QA workflow](../workflows/daily-qa.md?plain=1) will perform adh
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily QA workflow to your repository
1014
gh aw add githubnext/agentics/daily-qa --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
1422

1523
```bash
1624
gh aw run daily-qa

docs/daily-team-status.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [daily team status workflow](../workflows/daily-team-status.md?plain=1) will
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily Team Status workflow to your repository
1014
gh aw add githubnext/agentics/daily-team-status --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
1422

1523
```bash
1624
gh aw run daily-team-status

docs/daily-test-improver.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [daily test coverage improver workflow](../workflows/daily-test-improver.md?
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Daily Test Coverage Improver workflow to your repository
1014
gh aw add githubnext/agentics/daily-test-improver --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
After merging the PR and syncing to main, you can start a run of this workflow immediately by running:
1422

1523
```bash
1624
gh aw run daily-test-improver

docs/issue-triage.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ The [issue triage workflow](../workflows/issue-triage.md?plain=1) will when issu
77
## Installation
88

99
```bash
10+
# Install the 'gh aw' extension
11+
gh aw extension install githubnext/agentics
12+
13+
# Add the Issue Triage workflow to your repository
1014
gh aw add githubnext/agentics/issue-triage --pr
1115
```
1216

13-
This creates a pull request to add the workflow to your repository. You can't start a run of this workflow directly as it is triggered in the context of an issue.
17+
This creates a pull request to add the workflow to your repository.
18+
19+
You must also add [choose a coding agent](https://githubnext.github.io/gh-aw/reference/engines/) and add an API key secret for the agent to your repository.
20+
21+
You can't start a run of this workflow directly as it is triggered in the context of an issue.
1422

1523
**Mandatory Checklist**
1624

0 commit comments

Comments
 (0)