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.
MCP get_skill({ skillId: "gh-aw-prompt-surface-e904544e" })Use this skill with your agent
Create a free account and connect via MCP
# 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.)
Related Skills
More skills in Agent Orchestration
1. Product type search — what design patterns fit this product?
Design UI/UX systems with style guides, palettes, typography, and component specs for new interfaces
Acp Router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
Add New Safe Output Type
Adding a New Safe Output Type to GitHub Agentic Workflows
Agent Governance
Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)
Agentic Development
Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)
Agentic Workflows
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
Explore Other Categories
Skills from other categories with shared topics
Console Rendering
Console Rendering linked from GitHub Agentic Workflows skills and agent definitions, with the upstream skill instructions available on GitHub.
Developer
Developer linked from GitHub Agentic Workflows skills and agent definitions, with the upstream skill instructions available on GitHub.
Documentation 2
Documentation 2 linked from GitHub Agentic Workflows skills and agent definitions, with the upstream skill instructions available on GitHub.