BeClaude

gh-aw

New
4.6kGitHubGeneralby github

GitHub Agentic Workflows

First seen 5/22/2026

Overview

gh-aw Prompt Surface

This repository builds gh-aw (GitHub Agentic Workflows), a GitHub CLI extension for writing workflows in markdown and compiling them to GitHub Actions.

What this surface does

  • Converts markdown workflow specs (.md) into compiled lock files (.lock.yml)
  • Supports multiple AI engines (copilot, claude, codex, custom)
  • Integrates tools, including GitHub MCP servers and safe-output tooling
  • Provides CLI commands to compile, run, inspect, and audit workflows

Key concepts

  1. Workflow compilation: edit workflow markdown, then recompile lock files
  2. Engine selection: set engine in frontmatter to control runtime agent behavior
  3. MCP tools: configure GitHub/MCP toolsets in frontmatter for repository operations
  4. Safe outputs: workflow-safe issue/comment output paths and constraints

Representative usage examples

bash
# Compile markdown workflows to lock files
gh aw compile

# Run a workflow manually
gh aw run .github/workflows/daily-skill-optimizer.md

# Inspect MCP server usage in workflows
gh aw mcp list
gh aw mcp inspect daily-skill-optimizer

# Audit a workflow run
gh aw audit 24814681146

Where to learn more in this repo

  • /AGENTS.md for development/agent workflow conventions
  • /skills/*/SKILL.md for focused domain guidance (GitHub MCP, docs, errors, etc.)

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/gh-aw.md

3
Invoke with @agent-name
@gh-aw
View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is gh-aw?

GitHub Agentic Workflows

How to install gh-aw?

To install gh-aw: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/gh-aw.md. Finally, @gh-aw in Claude Code.

What is gh-aw best for?

gh-aw is a agent categorized under General. It is designed for: agent. Created by github.