GitHub Agentic Workflows
ActiveDescription
Official GitHub CLI extension for Agentic Workflows, enabling definition and execution of AI agent workflows within the GitHub ecosystem for automated code reviews, issue handling, and more.
Key Features
- Write agentic workflows in natural language Markdown without complex configuration
- Deep integration with GitHub Actions for running AI workflows directly in CI/CD
- Multi-layer safety guardrails: read-only by default, writes via sanitized safe-outputs
- Support for multiple AI models: GitHub Copilot, Claude, Codex, and Gemini
- Sandboxed execution with input sanitization and network isolation
- Compile-time validation with team access controls and human approval gates
Use Cases
Tags
Categories
Quick Start
Install the GitHub CLI extension, create a Markdown file defining your workflow, and run it with the gh aw command. Workflows use natural language to describe task goals, executed by AI models within the GitHub Actions environment.