GitHub Agentic Workflows (gh-aw) is a GitHub CLI extension written in Go that lets developers write automation workflows in plain natural language Markdown and execute them inside GitHub Actions. Workflows are authored as `.md` files, and the extension supports four AI backends: GitHub Copilot, Claude (Anthropic), Codex (OpenAI), and Gemini (Google), meaning teams can route work to whichever provider they already have access to, including Claude Code. The tool integrates directly with the GitHub Actions runner environment rather than requiring a separate infrastructure setup. A notable aspect is its layered safety architecture: workflows default to read-only repository permissions, write operations are only permitted through sanitized `safe-outputs`, and the system enforces sandboxed execution, network isolation, SHA-pinned supply chain dependencies, tool allow-listing, and optional human approval gates before critical operations proceed. The primary audience is software engineering teams that want to automate repository tasks such as code review, triage, or CI steps through AI agents while maintaining audit-friendly, security-conscious controls.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Topics declared
- ✓Trusted owner (github)
- ✓Documented (README)
git clone https://github.com/github/gh-awTools overview
What people ask about gh-aw
What is github/gh-aw?
+
github/gh-aw is tools for the Claude AI ecosystem. GitHub Agentic Workflows It has 4.6k GitHub stars and was last updated today.
How do I install gh-aw?
+
You can install gh-aw by cloning the repository (https://github.com/github/gh-aw) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is github/gh-aw safe to use?
+
Our security agent has analyzed github/gh-aw and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains github/gh-aw?
+
github/gh-aw is maintained by github. The last recorded GitHub activity is from today, with 222 open issues.
Are there alternatives to gh-aw?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy gh-aw to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies