---
name: Agentic Workflows
slug: agentic-workflows-2
category: DevOps
description: Agentic Workflows compiles Markdown-defined AI agent jobs into GitHub Actions, so developers can define AI-powered repository automation and run AI agents securely through GitHub Actions for reasoning tasks.
github: "https://github.com/github/gh-aw"
language: Go
stars: 4934
forks: 495
install: "npx degit https://github.com/github/gh-aw ~/.claude/skills/gh-aw"
installs_to: ~/.claude/skills/gh-aw
source_path: SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/github/gh-aw"
added: 2026-08-16T07:00:51.278Z
last_synced: 2026-08-16T07:00:51.278Z
canonical_url: "https://dirskills.com/skills/agentic-workflows-2"
---

# Agentic Workflows

Agentic Workflows compiles Markdown-defined AI agent jobs into GitHub Actions, so developers can define AI-powered repository automation and run AI agents securely through GitHub Actions for reasoning tasks.

**Install:**

```bash
npx degit https://github.com/github/gh-aw ~/.claude/skills/gh-aw
```

## README

## Install
```bash
gh extension install github/gh-aw
```
If failed,
```
curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash
```
## Load
Load https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.md to learn how to create/update/debug/optimize Agentic Workflows.
