Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 27, 2026

Extends agentic authoring documentation with three workflow management workflows via the unified /agent agentic-workflows command.

Changes

Upgrading Workflows

  • /agent agentic-workflows upgrade - updates versions, deprecated configs, schema changes
  • Supports bulk upgrades or targeting specific workflows
  • Preserves workflow logic while modernizing configuration

Importing Workflows

  • Natural language import from GitHub URLs: /agent agentic-workflows import workflow from <url>
  • Handles different URL formats (blob, raw, shorthand)
  • Supports import-time customization (engine selection, tool additions)
  • Automatic source tracking via source: frontmatter for gh aw update compatibility

Debugging Workflows

  • Agent-assisted troubleshooting: /agent agentic-workflows debug <issue>
  • Debug specific runs by ID or GitHub Actions URL
  • Documents manual CLI tools (gh aw logs, gh aw audit, gh aw mcp inspect)
  • Links to debugging-workflows skill for deep dives

Preview

Updated documentation

All sections include runnable examples and cross-references to related documentation (packaging-imports, debugging-workflows skill).

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Update agentic authoring docs https://githubnext.github.io/gh-aw/setup/agentic-authoring/

  • add section on upgrading agentic workflows using a prompt. By prompting:

    "Upgrade agentic workflows" and selection the agentic workflows agent

  • add section on importing workflows agentically by pork mating

    "Import agentic workflow at "

  • add section on "debugging" ...

Custom agent used: technical-doc-writer
AI technical documentation writer for GitHub Actions library using GitHub Docs voice


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

… docs

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update agentic authoring documentation Add upgrade, import, and debug sections to agentic authoring docs Jan 27, 2026
Copilot AI requested a review from pelikhan January 27, 2026 02:30
Comment on lines +285 to +299
### Tracking Imported Workflows

Imported workflows automatically include a `source:` field in their frontmatter for tracking origin and enabling updates:

```yaml
---
source: githubnext/agentics/workflows/ci-doctor.md@v1.0.0
engine: copilot
---
```

This enables you to keep imported workflows synchronized with their source using the `gh aw update` command. See [Packaging & Distribution](/gh-aw/guides/packaging-imports/) for details on managing and updating imported workflows.

> [!NOTE]
> The agent handles all aspects of importing including fetching remote files, resolving dependencies, configuring secrets, and ensuring compatibility with your repository setup.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot not suported by agentic import

@pelikhan pelikhan marked this pull request as ready for review January 27, 2026 02:41
@pelikhan pelikhan merged commit 41548bb into main Jan 27, 2026
42 of 43 checks passed
@pelikhan pelikhan deleted the copilot/update-agentic-authoring-docs branch January 27, 2026 02:41
Copilot AI requested a review from pelikhan January 27, 2026 02:42
Copilot stopped work on behalf of pelikhan due to an error January 27, 2026 02:42
Mossaka added a commit that referenced this pull request Jan 27, 2026
#11969)

* Initial plan

* Investigate firewall 0 requests issue

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>

* Fix AWF command quoting to ensure agent runs inside firewall container

The compound command after -- was not properly quoted, causing the &&
operator to be interpreted by the outer shell. This resulted in:
1. AWF container running only the PATH export (which exits immediately)
2. Copilot agent running on the host AFTER the firewall container stopped
3. Firewall reporting 0 requests

Now the entire command is wrapped in single quotes so it's passed to AWF
as a single argument, ensuring Copilot runs inside the firewall container.

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>

* Add changeset [skip-ci]

* 🔧 Improve interactive workflow add experience (#11966)

* interactive add

* interactive add

* fix lint

* review

* fix quick start

* fix quick start

* fix line break

* Add upgrade, import, and debug sections to agentic authoring docs (#11987)

* various minor tweaks to ux (#11988)

* Fix release workflow: Clarify MCP tool call vs bash file operations (#11991)

* chore: rm schedule triggers from security alert burndown campaign workers (#11993)

* Merge main and regenerate workflows

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add changeset [skip-ci]

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Jiaxiao Zhou <duibao55328@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
Co-authored-by: Don Syme <dsyme@github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants