GitHub Agentic Workflows
GitHub 官方 Agentic Workflows:用 Markdown + YAML frontmatter 定义 AI 仓库自动化,经 gh CLI 扩展编译为标准 GitHub Actions 工作流。内置 GitHub Copilot、Claude Code、OpenAI Codex、Gemini、Pi 五种 AI 引擎,Agent 任务默认只读沙箱。4,931 stars,MIT 许可。
🎯适用场景:在 GitHub 仓库中用 Markdown 定义并运行 AI 驱动的 issue 分诊、PR 审查、CI 失败排查等自动化
#agentic-workflow#github-actions#automation#claude-code#codex#copilot#gemini#markdown
📊 仓库数据
Stars4,931
Forks495
语言Go
协议MIT
上线2025/8/13
更新2026/8/15
✅ 优点
- •GitHub 官方项目
- •Markdown 定义工作流,低门槛
- •5 种 AI 引擎可选
- •默认只读沙箱+安全输出
- •与既有 GitHub Actions 互补
⚠️ 限制
- •较新,社区生态仍在成长
- •依赖 GitHub Actions 生态
- •部分引擎需配置 API Key 或 WIF
