Skip to content

Make github/gh-aw installable as the agentic-workflows skill - #49354

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/configure-skills-agentic-workflows
Closed

Make github/gh-aw installable as the agentic-workflows skill#49354
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/configure-skills-agentic-workflows

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

gh skill install github/gh-aw did not expose the repository's workflow-authoring skill as a direct install target. This change makes the repository resolve cleanly to agentic-workflows while preserving the existing dispatcher content.

  • Installable repo skill entrypoint

    • Convert the repository root SKILL.md into the public install surface for agentic-workflows
    • Add explicit frontmatter so the repo advertises the intended skill name and purpose
  • Router skill layout

    • Add skills/agentic-workflows/SKILL.md as the canonical bundled router skill
    • Keep the root skill thin: it points callers at the packaged router instead of duplicating the full authoring guidance inline
  • Resulting install path

    • gh skill install github/gh-aw now resolves to agentic-workflows
    • The installed skill then routes workflow create/update/debug/upgrade requests into the existing gh-aw skill surface
---
name: agentic-workflows
description: Repo entrypoint skill for gh-aw workflow authoring, routing, and troubleshooting.
---

For gh-aw workflow design, creation, update, debug, or upgrade tasks, load and
follow `./skills/agentic-workflows/SKILL.md`.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Configure repo agentic-workflows skill Make github/gh-aw installable as the agentic-workflows skill Jul 31, 2026
Copilot AI requested a review from pelikhan July 31, 2026 14:01
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot the skill already exists at .github/skills/agentic-workflows

Check the init command too

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

@copilot the skill already exists at .github/skills/agentic-workflows

...

Fixed in 774b63a. The repo root SKILL.md now points at the existing .github/skills/agentic-workflows/SKILL.md, the duplicate top-level skills/agentic-workflows copy is removed, and I verified init already uses the .github/skills/agentic-workflows path.

@github-actions

Copy link
Copy Markdown
Contributor

🤖 PR Triage

Category: docs | Risk: low | Score: 48/100

Recommended action: defer

Single-file SKILL.md frontmatter/metadata change to make the repo installable as a named skill. Draft, clean mergeable state, no CI runs, no reviews yet. Low risk, moderate potential value (discoverability) — defer until marked ready for review.

Generated by 🔧 PR Triage Agent · auto · 43.6 AIC · ⌖ 5.01 AIC · ⊞ 7.9K ·

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants