agentic-workflows

仓库创建 2026年2月4日最近提交 14 小时前SkillHot 收录 20 天前
▸ 精选理由

把工作流问题路由到合适模板和提示,节省来回沟通成本。

▸ 风险提示

可能触发或修改工作流配置,需谨慎使用且注意仓库权限。

这个 Skill 做什么

根据请求分发并执行 GitHub agentic 工作流的设计/创建/调试任务。

当需要设计、创建、调试或升级 GitHub 上的 agentic 工作流时,这里负责判断要做的具体任务并把问题路由到合适的工作流模版和提示。会根据用户意图挑出对应的 workflow prompt 并直接沿着它输出建议,必要时再问一个澄清问题。它的作用更像智能分发器,能把复杂请求拆给最合适的流程处理。

▸ 展开 SKILL.md 英文原文

Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.

自动化集成工作流路由器GitHub Actions通用
4.8k
Stars
351
Forks
40
仓库内 Skill
+610
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dotnet/skills/main/.github/skills/agentic-workflows/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dotnet/skills/main/.github/skills/agentic-workflows/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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.

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

Read only the files you need:
Load these files from `github/gh-aw` (they are not availabl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有