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
8 changes: 4 additions & 4 deletions .github/agents/agentic-campaign-designer.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ gh aw campaign validate <campaign-id>
## Documentation Links

Point users to these resources:
- **Getting started**: https://githubnext.github.io/gh-aw/guides/campaigns/getting-started/
- **Campaign flow**: https://githubnext.github.io/gh-aw/guides/campaigns/flow/
- **Spec format**: https://githubnext.github.io/gh-aw/guides/campaigns/scratchpad/
- **Getting started**: https://github.github.io/gh-aw/guides/campaigns/getting-started/
- **Campaign flow**: https://github.github.io/gh-aw/guides/campaigns/flow/
- **Spec format**: https://github.github.io/gh-aw/guides/campaigns/scratchpad/
- **Workflow catalog**: https://github.com/githubnext/agentics

## Success Criteria
Expand Down Expand Up @@ -357,7 +357,7 @@ Agent: 🎉 Your agentic campaign spec is ready!
gh aw campaign new security-2025 --project --owner mycompany
```

📚 **Learn more**: https://githubnext.github.io/gh-aw/guides/campaigns/getting-started/
📚 **Learn more**: https://github.github.io/gh-aw/guides/campaigns/getting-started/
```

## Remember
Expand Down
2 changes: 1 addition & 1 deletion .github/aw/create-agentic-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ When a user requests capabilities beyond agentic workflows:

Before creating workflows, read the Peli's Agent Factory documentation:

- Fetch: https://githubnext.github.io/gh-aw/_llms-txt/agentic-workflows.txt
- Fetch: https://github.github.io/gh-aw/_llms-txt/agentic-workflows.txt

This llms.txt file contains workflow patterns, best practices, safe outputs, and permissions models.

Expand Down
2 changes: 1 addition & 1 deletion .github/aw/github-agentic-workflows.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/aw/main_workflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@
]
},
"env": {
"$comment": "See environment variable precedence documentation: https://githubnext.github.io/gh-aw/reference/environment-variables/",
"$comment": "See environment variable precedence documentation: https://github.github.io/gh-aw/reference/environment-variables/",
"description": "Environment variables for the workflow",
"oneOf": [
{
Expand Down Expand Up @@ -4675,7 +4675,7 @@
"strict": {
"type": "boolean",
"default": true,
"description": "Enable strict mode validation for enhanced security and compliance. Strict mode enforces: (1) Write Permissions - refuses contents:write, issues:write, pull-requests:write; requires safe-outputs instead, (2) Network Configuration - requires explicit network configuration with no wildcard '*' in allowed domains, (3) Action Pinning - enforces actions pinned to commit SHAs instead of tags/branches, (4) MCP Network - requires network configuration for custom MCP servers with containers, (5) Deprecated Fields - refuses deprecated frontmatter fields. Can be enabled per-workflow via 'strict: true' in frontmatter, or disabled via 'strict: false'. CLI flag takes precedence over frontmatter (gh aw compile --strict enforces strict mode). Defaults to true. See: https://githubnext.github.io/gh-aw/reference/frontmatter/#strict-mode-strict",
"description": "Enable strict mode validation for enhanced security and compliance. Strict mode enforces: (1) Write Permissions - refuses contents:write, issues:write, pull-requests:write; requires safe-outputs instead, (2) Network Configuration - requires explicit network configuration with no wildcard '*' in allowed domains, (3) Action Pinning - enforces actions pinned to commit SHAs instead of tags/branches, (4) MCP Network - requires network configuration for custom MCP servers with containers, (5) Deprecated Fields - refuses deprecated frontmatter fields. Can be enabled per-workflow via 'strict: true' in frontmatter, or disabled via 'strict: false'. CLI flag takes precedence over frontmatter (gh aw compile --strict enforces strict mode). Defaults to true. See: https://github.github.io/gh-aw/reference/frontmatter/#strict-mode-strict",
"examples": [true, false]
},
"safe-inputs": {
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ For complete details, see [CHANGELOG](https://github.com/github/gh-aw/blob/main/
- Lead with benefits: "GitHub MCP now supports remote mode" not "Added remote mode"
- Be specific: "Reduced compilation time by 40%" not "Faster compilation"
- Skip internal changes unless they have user impact
- Use docs links: `[Learn more](https://githubnext.github.io/gh-aw/path/)`
- Use docs links: `[Learn more](https://github.github.io/gh-aw/path/)`
- Keep breaking changes prominent with action items

### 4. Handle Special Cases
Expand Down Expand Up @@ -502,8 +502,8 @@ safeoutputs/update_release(
**WARNING**: If you don't call the MCP tool properly, the release notes will NOT be updated!

**Documentation Base URLs:**
- User docs: `https://githubnext.github.io/gh-aw/`
- Reference: `https://githubnext.github.io/gh-aw/reference/`
- Setup: `https://githubnext.github.io/gh-aw/setup/`
- User docs: `https://github.github.io/gh-aw/`
- Reference: `https://github.github.io/gh-aw/reference/`
- Setup: `https://github.github.io/gh-aw/setup/`

Verify paths exist in `docs_files.txt` before linking.
2 changes: 1 addition & 1 deletion .github/workflows/shared/genaiscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ engine:
echo "Error: OPENAI_API_KEY secret is not set"
echo "The GenAIScript engine with openai:gpt-4o model requires OPENAI_API_KEY secret to be configured."
echo "Please configure this secret in your repository settings."
echo "Documentation: https://githubnext.github.io/gh-aw/reference/engines/"
echo "Documentation: https://github.github.io/gh-aw/reference/engines/"
exit 1
fi
echo "OPENAI_API_KEY secret is configured"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ strict: false # Opt out
- `gh aw compile --strict` still overrides frontmatter settings to force strict mode on all workflows
- To opt out of strict mode, add `strict: false` to your workflow frontmatter
See [Strict Mode Documentation](https://githubnext.github.io/gh-aw/reference/frontmatter/#strict-mode-strict) for details.
See [Strict Mode Documentation](https://github.github.io/gh-aw/reference/frontmatter/#strict-mode-strict) for details.
## v0.30.5 - 2025-11-24
Expand Down
2 changes: 1 addition & 1 deletion actions/setup/js/assign_issue.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function main() {

// Check if GH_TOKEN is present
if (!ghToken?.trim()) {
const docsUrl = "https://githubnext.github.io/gh-aw/reference/safe-outputs/#assigning-issues-to-copilot";
const docsUrl = "https://github.github.io/gh-aw/reference/safe-outputs/#assigning-issues-to-copilot";
core.setFailed(`GH_TOKEN environment variable is required but not set. This token is needed to assign issues. For more information on configuring Copilot tokens, see: ${docsUrl}`);
return;
}
Expand Down
4 changes: 2 additions & 2 deletions actions/setup/js/assign_issue.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const mockCore = {
delete process.env.GH_TOKEN,
await eval(`(async () => { ${assignIssueScript}; await main(); })()`),
expect(mockCore.setFailed).toHaveBeenCalledWith(expect.stringContaining("GH_TOKEN environment variable is required but not set")),
expect(mockCore.setFailed).toHaveBeenCalledWith(expect.stringContaining("https://githubnext.github.io/gh-aw/reference/safe-outputs/#assigning-issues-to-copilot")),
expect(mockCore.setFailed).toHaveBeenCalledWith(expect.stringContaining("https://github.github.io/gh-aw/reference/safe-outputs/#assigning-issues-to-copilot")),
expect(mockExec.exec).not.toHaveBeenCalled());
}),
it("should fail when GH_TOKEN is empty string", async () => {
Expand Down Expand Up @@ -181,7 +181,7 @@ const mockCore = {
it("should include documentation link in error message", async () => {
(delete process.env.GH_TOKEN, (process.env.ASSIGNEE = "test-user"), (process.env.ISSUE_NUMBER = "123"), await eval(`(async () => { ${assignIssueScript}; await main(); })()`));
const failedCall = mockCore.setFailed.mock.calls[0][0];
expect(failedCall).toContain("https://githubnext.github.io/gh-aw/reference/safe-outputs/#assigning-issues-to-copilot");
expect(failedCall).toContain("https://github.github.io/gh-aw/reference/safe-outputs/#assigning-issues-to-copilot");
}));
}));
}));
2 changes: 1 addition & 1 deletion actions/setup/js/create_agent_session.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function main() {
core.error(`Task ${index + 1}: Failed to create agent session due to authentication/permission error.`);
core.error(`The default GITHUB_TOKEN does not have permission to create agent sessions.`);
core.error(`You must configure a Personal Access Token (PAT) as COPILOT_GITHUB_TOKEN or GH_AW_GITHUB_TOKEN.`);
core.error(`See documentation: https://githubnext.github.io/gh-aw/reference/safe-outputs/#agent-task-creation-create-agent-session`);
core.error(`See documentation: https://github.github.io/gh-aw/reference/safe-outputs/#agent-task-creation-create-agent-session`);
} else {
core.error(`Task ${index + 1}: Failed to create agent session: ${errorMessage}`);
}
Expand Down
4 changes: 2 additions & 2 deletions actions/setup/js/generate_footer.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("generate_footer.cjs", () => {

// Create the workflow install note template
const templatePath = path.join(testPromptsDir, "workflow_install_note.md");
const templateContent = "To add this workflow in your repository, run `gh aw add {workflow_source}`. See [usage guide](https://githubnext.github.io/gh-aw/guides/packaging-imports/).";
const templateContent = "To add this workflow in your repository, run `gh aw add {workflow_source}`. See [usage guide](https://github.github.io/gh-aw/guides/packaging-imports/).";
fs.writeFileSync(templatePath, templateContent, "utf8");

// Set environment to use test directory
Expand Down Expand Up @@ -136,7 +136,7 @@ describe("generate_footer.cjs", () => {
const result = generateFooter("Test Workflow", "https://github.com/test/repo/actions/runs/123", "owner/repo/workflow.md@main", "https://github.com/owner/repo/blob/main/workflow.md", undefined, undefined, undefined);

expect(result).toContain("gh aw add owner/repo/workflow.md@main");
expect(result).toContain("See [usage guide](https://githubnext.github.io/gh-aw/guides/packaging-imports/)");
expect(result).toContain("See [usage guide](https://github.github.io/gh-aw/guides/packaging-imports/)");
});

it("should not include installation instructions when source is empty", () => {
Expand Down
2 changes: 1 addition & 1 deletion actions/setup/js/update_issue_campaign_generator.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("update_issue.cjs - campaign generator payload", () => {
const { success, data } = updateIssueModule.buildIssueUpdateData(
{
// This is representative of how the campaign generator should update the triggering issue.
body: "## Campaign setup status\n\n**Status:** Ready for PR review\n\nDocs: https://githubnext.github.io/gh-aw/guides/campaigns/getting-started/\n",
body: "## Campaign setup status\n\n**Status:** Ready for PR review\n\nDocs: https://github.github.io/gh-aw/guides/campaigns/getting-started/\n",
},
{}
);
Expand Down
2 changes: 1 addition & 1 deletion actions/setup/md/workflow_install_note.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
To add this workflow in your repository, run `gh aw add {workflow_source}`. See [usage guide](https://githubnext.github.io/gh-aw/guides/packaging-imports/).
To add this workflow in your repository, run `gh aw add {workflow_source}`. See [usage guide](https://github.github.io/gh-aw/guides/packaging-imports/).
2 changes: 1 addition & 1 deletion cmd/gh-aw/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"os"
"strings"

"github.com/githubnext/gh-aw/pkg/cli"

Check failure on line 8 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / mcp-server-compile-test

no required module provides package github.com/githubnext/gh-aw/pkg/cli; to add it:

Check failure on line 8 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / update

no required module provides package github.com/githubnext/gh-aw/pkg/cli; to add it:

Check failure on line 8 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / audit

no required module provides package github.com/githubnext/gh-aw/pkg/cli; to add it:

Check failure on line 8 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Alpine Container Test

no required module provides package github.com/githubnext/gh-aw/pkg/cli; to add it:

Check failure on line 8 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/githubnext/gh-aw/pkg/cli; to add it:

Check failure on line 8 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on macos-latest

no required module provides package github.com/githubnext/gh-aw/pkg/cli; to add it:

Check failure on line 8 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on windows-latest

no required module provides package github.com/githubnext/gh-aw/pkg/cli; to add it:
"github.com/githubnext/gh-aw/pkg/console"

Check failure on line 9 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / mcp-server-compile-test

no required module provides package github.com/githubnext/gh-aw/pkg/console; to add it:

Check failure on line 9 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / update

no required module provides package github.com/githubnext/gh-aw/pkg/console; to add it:

Check failure on line 9 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / audit

no required module provides package github.com/githubnext/gh-aw/pkg/console; to add it:

Check failure on line 9 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Alpine Container Test

no required module provides package github.com/githubnext/gh-aw/pkg/console; to add it:

Check failure on line 9 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/githubnext/gh-aw/pkg/console; to add it:

Check failure on line 9 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on macos-latest

no required module provides package github.com/githubnext/gh-aw/pkg/console; to add it:

Check failure on line 9 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on windows-latest

no required module provides package github.com/githubnext/gh-aw/pkg/console; to add it:
"github.com/githubnext/gh-aw/pkg/constants"

Check failure on line 10 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / mcp-server-compile-test

no required module provides package github.com/githubnext/gh-aw/pkg/constants; to add it:

Check failure on line 10 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / update

no required module provides package github.com/githubnext/gh-aw/pkg/constants; to add it:

Check failure on line 10 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / audit

no required module provides package github.com/githubnext/gh-aw/pkg/constants; to add it:

Check failure on line 10 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Alpine Container Test

no required module provides package github.com/githubnext/gh-aw/pkg/constants; to add it:

Check failure on line 10 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/githubnext/gh-aw/pkg/constants; to add it:

Check failure on line 10 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on macos-latest

no required module provides package github.com/githubnext/gh-aw/pkg/constants; to add it:

Check failure on line 10 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on windows-latest

no required module provides package github.com/githubnext/gh-aw/pkg/constants; to add it:
"github.com/githubnext/gh-aw/pkg/workflow"

Check failure on line 11 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / mcp-server-compile-test

no required module provides package github.com/githubnext/gh-aw/pkg/workflow; to add it:

Check failure on line 11 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / update

no required module provides package github.com/githubnext/gh-aw/pkg/workflow; to add it:

Check failure on line 11 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / audit

no required module provides package github.com/githubnext/gh-aw/pkg/workflow; to add it:

Check failure on line 11 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Alpine Container Test

no required module provides package github.com/githubnext/gh-aw/pkg/workflow; to add it:

Check failure on line 11 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/githubnext/gh-aw/pkg/workflow; to add it:

Check failure on line 11 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on macos-latest

no required module provides package github.com/githubnext/gh-aw/pkg/workflow; to add it:

Check failure on line 11 in cmd/gh-aw/main.go

View workflow job for this annotation

GitHub Actions / Build & Test on windows-latest

no required module provides package github.com/githubnext/gh-aw/pkg/workflow; to add it:
"github.com/spf13/cobra"
)

Expand Down Expand Up @@ -448,7 +448,7 @@
// Print footer
fmt.Fprintln(os.Stderr, console.FormatInfoMessage("═══════════════════════════════════════════════════════════════"))
fmt.Fprintln(os.Stderr, "")
fmt.Fprintln(os.Stderr, console.FormatInfoMessage("For more information, visit: https://githubnext.github.io/gh-aw/"))
fmt.Fprintln(os.Stderr, console.FormatInfoMessage("For more information, visit: https://github.github.io/gh-aw/"))
return nil
}

Expand Down
4 changes: 2 additions & 2 deletions docs/slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ npx --yes @github/copilot -i "activate https://raw.githubusercontent.com/github/

> Built with AI agents in mind from day 0
> Quick Start: https://githubnext.github.io/gh-aw/setup/quick-start/
> Quick Start: https://github.github.io/gh-aw/setup/quick-start/
---

Expand Down Expand Up @@ -563,6 +563,6 @@ Analyze issue and create implementation PR
- Network Configuration Reference
- Safe Outputs Reference

**Visit:** https://githubnext.github.io/gh-aw/guides/security/
**Visit:** https://github.github.io/gh-aw/guides/security/

Security is foundational to GitHub Agentic Workflows. We continuously evolve our security controls and welcome community feedback.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Let's explore together!

## What Is Peli's Agent Factory?

Peli's factory is a collection of [**automated agentic workflows**](https://githubnext.github.io/gh-aw) we use in practice. We have built and operated **over 100 automated agentic workflows** within the [`github/gh-aw`](https://github.com/github/gh-aw) repository and its companion [`githubnext/agentics`](https://github.com/githubnext/agentics) collection. These were used mostly in the context of the [`github/gh-aw`](https://github.com/github/gh-aw) project itself, but some have also been applied at scale in GitHub internal repositories. These weren't hypothetical demos - they were working agents that:
Peli's factory is a collection of [**automated agentic workflows**](https://github.github.io/gh-aw) we use in practice. We have built and operated **over 100 automated agentic workflows** within the [`github/gh-aw`](https://github.com/github/gh-aw) repository and its companion [`githubnext/agentics`](https://github.com/githubnext/agentics) collection. These were used mostly in the context of the [`github/gh-aw`](https://github.com/github/gh-aw) project itself, but some have also been applied at scale in GitHub internal repositories. These weren't hypothetical demos - they were working agents that:

- [Triage incoming issues](/gh-aw/blog/2026-01-13-meet-the-workflows/)
- [Diagnose CI failures](/gh-aw/blog/2026-01-13-meet-the-workflows-quality-hygiene/)
Expand Down Expand Up @@ -101,13 +101,13 @@ We'll dive deeper into these lessons in upcoming articles.

## Try It Yourself

Want to start with automated agentic workflows on GitHub? See our [Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/).
Want to start with automated agentic workflows on GitHub? See our [Quick Start](https://github.github.io/gh-aw/setup/quick-start/).

## Learn More

- **[Meet the Workflows](/gh-aw/blog/2026-01-13-meet-the-workflows/)** - The 19-part tour of the workflows
- **[GitHub Agentic Workflows](https://githubnext.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows
- **[GitHub Agentic Workflows](https://github.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://github.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows

## Credits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ gh aw add https://github.com/github/gh-aw/blob/v0.37.7/.github/workflows/prompt-
gh aw add https://github.com/github/gh-aw/blob/v0.37.7/.github/workflows/copilot-agent-analysis.md
```

Then edit and remix the workflow specifications to meet your needs,recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/) for further installation and setup instructions.
Then edit and remix the workflow specifications to meet your needs,recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.io/gh-aw/setup/quick-start/) for further installation and setup instructions.

## Learn More

- **[GitHub Agentic Workflows](https://githubnext.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows
- **[GitHub Agentic Workflows](https://github.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://github.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows

## Next Up: Project Coordination Workflows

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ These workflows implement patterns like epic issues, progress tracking, and dead

## Using These Workflows

You can add these workflows to your own repository and remix them. Get going with our [Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/), then run one of the following:
You can add these workflows to your own repository and remix them. Get going with our [Quick Start](https://github.github.io/gh-aw/setup/quick-start/), then run one of the following:

**Plan Command:**

Expand All @@ -55,12 +55,12 @@ gh aw add https://github.com/github/gh-aw/blob/v0.37.7/.github/workflows/plan.md
gh aw add https://github.com/github/gh-aw/blob/v0.37.7/.github/workflows/discussion-task-miner.md
```

Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/) for further installation and setup instructions.
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.io/gh-aw/setup/quick-start/) for further installation and setup instructions.

## Learn More

- **[GitHub Agentic Workflows](https://githubnext.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows
- **[GitHub Agentic Workflows](https://github.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://github.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This is the future of code quality: not periodic cleanup sprints, but continuous

## Using These Workflows

You can add these workflows to your own repository and remix them. Get going with our [Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/), then run one of the following:
You can add these workflows to your own repository and remix them. Get going with our [Quick Start](https://github.github.io/gh-aw/setup/quick-start/), then run one of the following:

**Go Fan:**

Expand All @@ -131,7 +131,7 @@ gh aw add https://github.com/github/gh-aw/blob/main/.github/workflows/functional
gh aw add https://github.com/github/gh-aw/blob/v0.37.7/.github/workflows/repository-quality-improver.md
```

Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/) for further installation and setup instructions.
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.io/gh-aw/setup/quick-start/) for further installation and setup instructions.

## Next Up: Continuous Documentation

Expand All @@ -141,8 +141,8 @@ Continue reading: [Continuous Documentation Workflows →](/gh-aw/blog/2026-01-1

## Learn More

- **[GitHub Agentic Workflows](https://githubnext.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://githubnext.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows
- **[GitHub Agentic Workflows](https://github.github.io/gh-aw/)** - The technology behind the workflows
- **[Quick Start](https://github.github.io/gh-aw/setup/quick-start/)** - How to write and compile workflows

---

Expand Down
Loading
Loading