GitHub Agentic Workflows

Active
GitHub Go MIT

Description

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

💡 Automated code reviews and Pull Request management
💡 Automatic Issue triage, priority sorting, and intelligent assignment
💡 Context-aware automated documentation generation from repository content
💡 Security scanning and compliance checks within continuous integration
💡 Automated notifications and status synchronization for team collaboration

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.

Related Projects