githubgithubOfficial·115 Agent Skills Included

gh-aw

Write AI-powered GitHub Actions workflows in plain Markdown

Compiles Markdown files with YAML frontmatter into secure GitHub Actions workflows that run AI agents on repository events. Handles issue triage, pull request review, CI failure investigation, and repository reporting without hand-writing complex YAML pipelines. Sandboxes agent jobs as read-only by default and routes all writes through validated safe-output jobs with scoped permissions.
npx skills add github/gh-aw --all -g -y
Available:

Gives the AI agent global operating rules for this repository, including lazy skill loading, routing tasks to the correct sub-skill, validation commands, and autopilot behavior constraints.

All Skills in This Repository (115)

Pure Emerald Level Indicators
📦 In Repo
githubgithub

playwright-cli

Automate browser interactions and generate Playwright tests via the playwright-cli command line.

Official
Advanced
📦 In Repo
githubgithub

session-recovery

Detects and resumes interrupted Copilot CLI sessions by querying the session_store SQLite database.

Official
Intermediate
📦 In Repo
githubgithub

architectural-proposals

Write structured architectural proposals with problem statements, decisions, risks, and scope definitions.

Official
Intermediate
📦 In Repo
githubgithub

pr-review-response

Replies to GitHub PR review comment threads after fixing flagged code issues.

Official
Intermediate
📦 In Repo
githubgithub

distributed-mesh

Configures git-based state synchronization for squads distributed across multiple machines.

Official
Intermediate
📦 In Repo
githubgithub

squad-commands

Presents a categorized interactive menu of Squad CLI operations and coordinator workflows.

Official
Intermediate
📦 In Repo
githubgithub

history-hygiene

Record final confirmed outcomes to history files instead of intermediate or reversed decisions.

Official
Basic
📦 In Repo
githubgithub

ralph-two-pass-scan

Reduces GitHub API calls by filtering issue lists before selective hydration.

Official
Basic
📦 In Repo
githubgithub

iterative-retrieval

Structures sub-agent spawning with a 3-cycle retry protocol and coordinator validation.

Official
Intermediate
📦 In Repo
githubgithub

fact-checking

Validate claims and deliverables using counter-hypothesis testing with structured verdict reports.

Official
Basic
📦 In Repo
githubgithub

docs-standards

Enforces Microsoft Style Guide and Squad formatting conventions in documentation.

Official
Basic
📦 In Repo
githubgithub

personal-squad

Configures user-level AI agents that persist across projects via a global squad directory.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install gh-aw?

Run `npx skills add github/gh-aw --all -g -y` in your terminal to install all skills in this suite globally.

What is GitHub Agentic Workflows?

It is a GitHub CLI extension that lets you define AI-powered repository automation in plain Markdown, then compiles it into standard GitHub Actions workflows.

Which AI engines does gh-aw support?

It supports GitHub Copilot, Claude Code, OpenAI Codex, Google Gemini, and Pi, selectable per workflow via the engine frontmatter field.

Is gh-aw safe to run on my repository?

Yes. Agent jobs are read-only and sandboxed by default, and any GitHub writes go through validated safe-outputs jobs with scoped permissions.

Do I need to know GitHub Actions YAML to use gh-aw?

No. You write triggers, permissions, and instructions in simple Markdown frontmatter, and `gh aw compile` generates the workflow YAML for you.

Related Repositories in Software Engineering

View All in Software Engineering