You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/agents/agentic-workflows.agent.md
+31-9Lines changed: 31 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,10 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
15
15
-**Updating existing workflows**: Routes to `update` prompt
16
16
-**Debugging workflows**: Routes to `debug` prompt
17
17
-**Upgrading workflows**: Routes to `upgrade-agentic-workflows` prompt
18
+
-**Creating report-generating workflows**: Routes to `report` prompt — consult this whenever the workflow posts status updates, audits, analyses, or any structured output as issues, discussions, or comments
18
19
-**Creating shared components**: Routes to `create-shared-agentic-workflow` prompt
19
-
-**Fixing Dependabot PRs**: Routes to `dependabot` prompt - use this when Dependabot opens PRs that modify generated manifest files (`.github/workflows/package.json`, `.github/workflows/requirements.txt`, `.github/workflows/go.mod`). Never merge those PRs directly; instead update the source `.md` files and rerun `gh aw compile --dependabot` to bundle all fixes
20
+
-**Fixing Dependabot PRs**: Routes to `dependabot` prompt — use this when Dependabot opens PRs that modify generated manifest files (`.github/workflows/package.json`, `.github/workflows/requirements.txt`, `.github/workflows/go.mod`). Never merge those PRs directly; instead update the source `.md` files and rerun `gh aw compile --dependabot` to bundle all fixes
21
+
-**Analyzing test coverage**: Routes to `test-coverage` prompt — consult this whenever the workflow reads, analyzes, or reports on test coverage data from PRs or CI runs
20
22
21
23
Workflows may optionally include:
22
24
@@ -28,7 +30,7 @@ Workflows may optionally include:
28
30
- Workflow files: `.github/workflows/*.md` and `.github/workflows/**/*.md`
**Load when**: The workflow being created or updated produces reports — recurring status updates, audit summaries, analyses, or any structured output posted as a GitHub issue, discussion, or comment
- "Create a shared component for Notion integration"
@@ -100,13 +112,23 @@ When you interact with this agent, it will:
100
112
### Fix Dependabot PRs
101
113
**Load when**: User needs to close or fix open Dependabot PRs that update dependencies in generated manifest files (`.github/workflows/package.json`, `.github/workflows/requirements.txt`, `.github/workflows/go.mod`)
- "Fix the open Dependabot PRs for npm dependencies"
107
119
- "Bundle and close the Dependabot PRs for workflow dependencies"
108
120
- "Update @playwright/test to fix the Dependabot PR"
109
121
122
+
### Analyze Test Coverage
123
+
**Load when**: The workflow reads, analyzes, or reports test coverage — whether triggered by a PR, a schedule, or a slash command. Always consult this prompt before designing the coverage data strategy.
- "Create a workflow that comments coverage on PRs"
129
+
- "Analyze coverage trends over time"
130
+
- "Add a coverage gate that blocks PRs below a threshold"
131
+
110
132
## Instructions
111
133
112
134
When a user interacts with you:
@@ -147,7 +169,7 @@ gh aw compile --validate
147
169
148
170
## Important Notes
149
171
150
-
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.48.4/.github/aw/github-agentic-workflows.md for complete documentation
172
+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.50.4/.github/aw/github-agentic-workflows.md for complete documentation
151
173
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
152
174
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
153
175
-**Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF
0 commit comments