GitHub Agentic Workflows
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-awResumen de Tools
Lo que la gente pregunta sobre gh-aw
¿Qué es github/gh-aw?
+
github/gh-aw es tools para el ecosistema de Claude AI. GitHub Agentic Workflows Tiene 4.6k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala gh-aw?
+
Puedes instalar gh-aw clonando el repositorio (https://github.com/github/gh-aw) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar github/gh-aw?
+
Nuestro agente de seguridad ha analizado github/gh-aw y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene github/gh-aw?
+
github/gh-aw es mantenido por github. La última actividad registrada en GitHub es de today, con 222 issues abiertos.
¿Hay alternativas a gh-aw?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega gh-aw en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
Más 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