-
Notifications
You must be signed in to change notification settings - Fork 46
chore: enhance workflow creation instructions for imports #13702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates the workflow creation dispatcher instructions to encourage reusing shared workflow guidance via imports: and to improve formatting/clarity of the referenced prompt URLs.
Changes:
- Added a “Common shared components” section with an
imports:example for reporting/projects/orchestration guidance. - Reformatted ROOT examples and several prompt-file URL examples for readability/consistency.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - "Design a weekly research automation" | ||
|
|
||
| ### Update Existing Workflow | ||
| **Common shared components**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mnkiefer look at how the other prompt files are imported
| **Load when**: User needs to investigate, audit, debug, or understand a workflow, troubleshoot issues, analyze logs, or fix errors | ||
|
|
||
| **Prompt file**: `ROOT/.github/aw/debug-agentic-workflow.md` (relative to the location where you found this file. For example, if this file is at https://github.com/github/gh-aw/blob/main/create.md then the prompt file is at https://github.com/github/gh-aw/blob/main/.github/aw/debug-agentic-workflow.md) | ||
| **Prompt file**: `ROOT/.github/aw/debug-agentic-workflow.md` (relative to the location where you found this file. For example, if this file is at `https://github.com/github/gh-aw/blob/main/create.md` then the prompt file is at `https://github.com/github/gh-aw/blob/main/.github/aw/debug-agentic-workflow.md`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mnkiefer revert quotes
create.mddocumentation to provide guidance on using shared workflow components (i.e. reporting, projects, orchestration).