-
Notifications
You must be signed in to change notification settings - Fork 569
Bump gh-aw from v0.74.8 to v0.79.6 #11645
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| --- | ||
| name: agentic-workflows | ||
| description: Route gh-aw workflow design/create/debug/upgrade requests to the right prompts. | ||
| --- | ||
|
|
||
| # Agentic Workflows Router | ||
|
|
||
| Use this skill when a user asks to design, create, update, debug, or upgrade GitHub Agentic Workflows in this repository. | ||
|
|
||
| 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. | ||
|
|
||
| Read only the files you need: | ||
| Load these files from `github/gh-aw` (they are not available locally). | ||
| - `.github/aw/agentic-chat.md` | ||
| - `.github/aw/agentic-workflows-mcp.md` | ||
| - `.github/aw/asciicharts.md` | ||
| - `.github/aw/campaign.md` | ||
| - `.github/aw/charts-trending.md` | ||
| - `.github/aw/charts.md` | ||
| - `.github/aw/cli-commands.md` | ||
| - `.github/aw/context.md` | ||
| - `.github/aw/create-agentic-workflow.md` | ||
| - `.github/aw/create-shared-agentic-workflow.md` | ||
| - `.github/aw/debug-agentic-workflow.md` | ||
| - `.github/aw/dependabot.md` | ||
| - `.github/aw/deployment-status.md` | ||
| - `.github/aw/experiments.md` | ||
| - `.github/aw/github-agentic-workflows.md` | ||
| - `.github/aw/github-mcp-server.md` | ||
| - `.github/aw/llms.md` | ||
| - `.github/aw/mcp-clis.md` | ||
| - `.github/aw/memory.md` | ||
| - `.github/aw/messages.md` | ||
| - `.github/aw/network.md` | ||
| - `.github/aw/patterns.md` | ||
| - `.github/aw/pr-reviewer.md` | ||
| - `.github/aw/report.md` | ||
| - `.github/aw/reuse.md` | ||
| - `.github/aw/safe-outputs-automation.md` | ||
| - `.github/aw/safe-outputs-content.md` | ||
| - `.github/aw/safe-outputs-management.md` | ||
| - `.github/aw/safe-outputs-runtime.md` | ||
| - `.github/aw/safe-outputs.md` | ||
| - `.github/aw/serena-tool.md` | ||
| - `.github/aw/shared-safe-jobs.md` | ||
| - `.github/aw/skills.md` | ||
| - `.github/aw/subagents.md` | ||
| - `.github/aw/syntax-agentic.md` | ||
| - `.github/aw/syntax-core.md` | ||
| - `.github/aw/syntax-tools-imports.md` | ||
| - `.github/aw/syntax.md` | ||
| - `.github/aw/test-coverage.md` | ||
| - `.github/aw/test-expression.md` | ||
| - `.github/aw/token-optimization.md` | ||
| - `.github/aw/triggers.md` | ||
| - `.github/aw/update-agentic-workflow.md` | ||
| - `.github/aw/upgrade-agentic-workflows.md` | ||
| - `.github/aw/visual-regression.md` | ||
| - `.github/aw/workflow-constraints.md` | ||
| - `.github/aw/workflow-editing.md` | ||
| - `.github/aw/workflow-patterns.md` | ||
|
|
||
| - `.github/skills/agentic-workflow-designer/SKILL.md` | ||
| After loading the matching workflow prompt or skill, follow it directly: | ||
| - Design workflows from scratch via interview: `skills/agentic-workflow-designer/SKILL.md` | ||
| - Create new workflows: `.github/aw/create-agentic-workflow.md` | ||
| - Update existing workflows: `.github/aw/update-agentic-workflow.md` | ||
| - Debug, audit, or investigate workflows: `.github/aw/debug-agentic-workflow.md` | ||
| - Upgrade workflows and fix deprecations: `.github/aw/upgrade-agentic-workflows.md` | ||
| - Create shared components or MCP wrappers: `.github/aw/create-shared-agentic-workflow.md` | ||
| - Create report-generating workflows: `.github/aw/report.md` | ||
| - Fix Dependabot manifest PRs: `.github/aw/dependabot.md` | ||
| - Analyze coverage workflows: `.github/aw/test-coverage.md` | ||
| - Render compact markdown charts: `.github/aw/asciicharts.md` | ||
| - Map CLI commands to MCP usage: `.github/aw/cli-commands.md` | ||
| - Choose workflow architecture and patterns: `.github/aw/patterns.md` | ||
| - Optimize token usage and cost: `.github/aw/token-optimization.md` | ||
|
|
||
| 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. | ||
|
jonathanpeppers marked this conversation as resolved.
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.