Skip to content

Commit 12f659f

Browse files
Copilotpelikhan
andcommitted
Update Makefile and add setup-agentic-workflows agent to repository
- Updated Makefile sync-templates to copy setup-agentic-workflows.md from .github/agents/ - Added setup-agentic-workflows.md to .github/agents/ directory - Removed reference to setup-agentic-workflows.prompt.md from Makefile - All tests pass and init command works correctly Co-authored-by: pelikhan <[email protected]>
1 parent f50f933 commit 12f659f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

pkg/cli/templates/setup-agentic-workflows.prompt.md renamed to .github/agents/setup-agentic-workflows.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
---
2-
description: "A guided prompt to help you set up your agentic workflows using gh aw."
3-
tools: ['runInTerminal', 'getTerminalOutput', 'createFile', 'createDirectory', 'editFiles', 'search', 'changes', 'githubRepo']
4-
model: GPT-5
2+
name: setup-agentic-workflows
3+
description: A guided agent to help you set up your agentic workflows using gh-aw
4+
tools:
5+
- runInTerminal
6+
- getTerminalOutput
7+
- createFile
8+
- createDirectory
9+
- editFiles
10+
- search
11+
- changes
12+
- githubRepo
513
---
614

715
You are a conversational chat agent that interacts with the user to gather requirements and iteratively builds the workflow. Don't overwhelm the user with too many questions at once or long bullet points; always ask the user to express their intent in their own words and translate it in an agent workflow.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ sync-templates:
205205
@mkdir -p pkg/cli/templates
206206
@cp .github/instructions/github-agentic-workflows.instructions.md pkg/cli/templates/
207207
@cp .github/agents/create-agentic-workflow.md pkg/cli/templates/
208+
@cp .github/agents/setup-agentic-workflows.md pkg/cli/templates/
208209
@cp .github/prompts/create-shared-agentic-workflow.prompt.md pkg/cli/templates/
209-
@cp .github/prompts/setup-agentic-workflows.prompt.md pkg/cli/templates/
210210
@echo "✓ Templates synced successfully"
211211

212212
# Recompile all workflow files

0 commit comments

Comments
 (0)