Skip to content

Commit f8571d4

Browse files
committed
chore: format
1 parent bbb45ba commit f8571d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • .github/skills/agentic-workflows

.github/skills/agentic-workflows/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ Use this skill when a user asks to design, create, update, debug, or upgrade Git
1010
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.
1111

1212
Repository overlay (optional):
13+
1314
- If `.github/aw/instructions.md` exists, load it with `@.github/aw/instructions.md` after loading the matched prompt/skill.
1415
- Precedence: repository overlay instructions override upstream defaults when they conflict.
1516

1617
Read only the files you need:
1718
Load these files from `github/gh-aw` (they are not available locally).
19+
1820
- `.github/aw/action-container-substitutions.md`
1921
- `.github/aw/agent-runtime-instructions.md`
2022
- `.github/aw/agentic-chat.md`
@@ -85,6 +87,7 @@ Load these files from `github/gh-aw` (they are not available locally).
8587
- `.github/aw/workflow-patterns.md`
8688

8789
After loading the matching workflow prompt or skill, follow it directly:
90+
8891
- Design workflows from scratch via interview: `.github/aw/designer.md`
8992
- Create new workflows: `.github/aw/create-agentic-workflow.md`
9093
- Configure or add declarative engines: `.github/aw/configure-agentic-engine.md`

0 commit comments

Comments
 (0)