Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/command-triggers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Command Triggers
description: Learn about command triggers and context text functionality for agentic workflows, including special @mention triggers for interactive automation.
---

# 🏷️ Command Triggers

This guide covers command triggers and context text functionality for agentic workflows.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/commands.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Workflow Management Commands
description: Complete guide to all available CLI commands for managing agentic workflows with the GitHub CLI extension, including installation, compilation, and execution.
---

# 🛠️ Workflow Management Commands

This guide covers all available commands for managing agentic workflows with the GitHub CLI extension.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/concepts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Introduction to GitHub Agentic Workflows
description: Learn the core concepts and capabilities of GitHub Agentic Workflows, combining AI agents with GitHub's collaboration platform for Continuous AI.
---

# 📖 Introduction to GitHub Agentic Workflows

Now that you've [got your first workflow running](quick-start.md), let's dive deeper into the concepts and capabilities of GitHub Agentic Workflows.
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/reference/frontmatter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Frontmatter Options for GitHub Agentic Workflows
description: Complete guide to all available frontmatter configuration options for GitHub Agentic Workflows, including triggers, permissions, AI engines, and workflow settings.
---

This guide covers all available frontmatter configuration options for GitHub Agentic Workflows.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/include-directives.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Include Directives
description: Learn how to modularize and reuse workflow components across multiple workflows using include directives for better organization and maintainability.
---

# 📝 Include Directives

Include directives allow you to modularize and reuse workflow components across multiple workflows.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: GitHub Agentic Workflows Documentation
description: Write agentic workflows in natural language markdown and run them in GitHub Actions. Complete documentation for GitHub's research demonstrator from GitHub Next.
---

# 📖 GitHub Agentic Workflows Documentation

Write agentic workflows in natural language markdown, and run them in GitHub Actions. From [GitHub Next](https://githubnext.com/).
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/mcps.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Model Context Protocol (MCP) Integration Guide
description: Learn how to use Model Context Protocol (MCP) servers with GitHub Agentic Workflows to connect AI agents to external tools, databases, and services.
---

# 🔌 Model Context Protocol (MCP) Integration Guide

This guide covers using Model Context Protocol (MCP) servers with GitHub Agentic Workflows.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Quick Start Guide
description: Get your first agentic workflow running in minutes. Install the extension, add a sample workflow, set up secrets, and run your first AI-powered automation.
---

# 🚀 Quick Start — Get your first workflow running

This guide will get you from zero to a running agentic workflow in minutes. You'll install the extension, add a sample workflow, set up the required secrets, and run it.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/safe-outputs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Safe Output Processing
description: Learn about safe output processing features that enable creating GitHub issues, comments, and pull requests without giving workflows write permissions.
---

# 🔒 Safe Output Processing

One of the primary security features of GitHub Agentic Workflows is "safe output processing", enabling the creation of GitHub issues, comments, pull requests, and other outputs without giving the agentic portion of the workflow write permissions.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/samples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Sample Workflows
description: Collection of demonstrator agentic workflows for research, planning, coding, and development tasks that you can use as starting points for your own automation.
---

# Sample Workflows

**Demonstrator Research & Planning Workflows**
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/secrets.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Secrets Management
description: Learn how agentic workflows handle secrets automatically and how to configure custom secret references for secure AI automation.
---

# 🔐 Secrets Management

Agentic workflows automatically handle several types of secrets and support custom secret references.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/security-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Security Notes
description: Important security considerations for GitHub Agentic Workflows, including sandboxing, permissions, and best practices for safe agentic automation.
---

# Security Notes

> [!CAUTION]
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/tools.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Tools Configuration
description: Configure GitHub API tools and AI capabilities available to your agentic workflows, including GitHub tools and Claude-specific integrations.
---

# 🔧 Tools Configuration

This guide covers the available tools that can be configured in agentic workflows, including GitHub tools and Claude-specific tools.
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/vscode.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Visual Studio Code Integration
description: Learn about the gh aw CLI tools for improving your developer experience in Visual Studio Code and other IDEs, including Copilot instructions.
---

# Visual Studio Code Integration

The `gh aw` cli provides a few tools to improve your developer experience in Visual Studio Code (or other IDEs).
Expand Down
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/workflow-structure.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Workflow Structure
description: Learn how agentic workflows are organized and structured within your repository, including directory layout and file organization.
---

# 📋 Workflow Structure

This guide explains how agentic workflows are organized and structured within your repository.
Expand Down