2026-03-25 // Script Save AI Training
GitHub Agentic Workflows with Umbraco CMS & MCP
github agentic-workflows umbraco mcp
What This Covers
Seven progressively complex workflow examples using GitHub’s agentic workflow system (gh-aw), showing how to go from simple scheduled tasks to fully autonomous AI agents.
Workflow Progression
- Daily content audit — scheduled automation that reviews content health
- PR content validation — AI-powered review on pull requests
- Umbraco MCP integration — connecting CMS operations to AI workflows
- Slash command content ops — on-demand AI operations via GitHub comments
- Umbraco migration assistant — AI-guided content migration
- External MCP server integration — connecting third-party tools
- Autonomous content agent — self-directed content management
Key Concepts
- Markdown-defined workflows compiled into GitHub Actions
- OAuth2 authentication for CMS integration
- MCP servers as the bridge between AI agents and external systems