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.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ disable-model-invocation: true
8
8
9
9
This agent helps you work with **GitHub Agentic Workflows (gh-aw)**, a CLI extension for creating AI-powered workflows in natural language using markdown files.
10
10
11
+
## Repository Instructions Overlay
12
+
13
+
If `.github/aw/instructions.md` exists, load it with:
14
+
@.github/aw/instructions.md
15
+
16
+
Precedence: repository overlay instructions override defaults in this agent when they conflict.
17
+
11
18
## What This Agent Does
12
19
13
20
This is a **dispatcher agent** that routes your request to the appropriate specialized prompt based on your task:
Copy file name to clipboardExpand all lines: .github/skills/agentic-workflows/SKILL.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ Use this skill when a user asks to design, create, update, debug, or upgrade Git
9
9
10
10
This skill is a dispatcher: identify the task type, load the matching workflow prompt/skill file, and follow it directly. Keep responses concise and ask a clarifying question if the correct prompt is unclear.
11
11
12
+
Repository overlay (optional):
13
+
- If `.github/aw/instructions.md` exists, load it with `@.github/aw/instructions.md` after loading the matched prompt/skill.
14
+
- Precedence: repository overlay instructions override upstream defaults when they conflict.
15
+
12
16
Read only the files you need:
13
17
Load these files from `github/gh-aw` (they are not available locally).
14
18
-`.github/aw/agentic-chat.md`
@@ -18,20 +22,28 @@ Load these files from `github/gh-aw` (they are not available locally).
- Debug, audit, or investigate workflows: `.github/aw/debug-agentic-workflow.md`
71
83
- Upgrade workflows and fix deprecations: `.github/aw/upgrade-agentic-workflows.md`
@@ -77,5 +89,6 @@ After loading the matching workflow prompt or skill, follow it directly:
77
89
- Map CLI commands to MCP usage: `.github/aw/cli-commands.md`
78
90
- Choose workflow architecture and patterns: `.github/aw/patterns.md`
79
91
- Optimize token usage and cost: `.github/aw/token-optimization.md`
92
+
- Design long-running multi-agent research workflows: `.github/aw/multi-agent-research.md`
80
93
81
94
When the task involves OTEL, OTLP, traces, observability backends, or telemetry-driven analysis, also read and follow `skills/otel-queries/SKILL.md` after loading the matching workflow prompt or skill.
Copy file name to clipboardExpand all lines: .github/workflows/agentics-maintenance.yml
+52-33Lines changed: 52 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.81.6). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
1
+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.13). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
0 commit comments