Skip to content

Comments

docs: replace single prompt with AstroTabs scenario examples on Create Workflows page#17560

Merged
pelikhan merged 3 commits intomainfrom
copilot/extend-issue-triage-workflow
Feb 21, 2026
Merged

docs: replace single prompt with AstroTabs scenario examples on Create Workflows page#17560
pelikhan merged 3 commits intomainfrom
copilot/extend-issue-triage-workflow

Conversation

Copy link
Contributor

Copilot AI commented Feb 21, 2026

The "GitHub Web Interface" section of the Creating Agentic Workflows page had a single hardcoded issue-triage prompt. This replaces it with a tabbed set of four ready-to-use scenario prompts.

Changes

  • docs/src/content/docs/setup/creating-workflows.mdx
    • Import Tabs/TabItem from @astrojs/starlight/components
    • Replace single markdown code block with a <Tabs> group containing four <TabItem> entries:
      • Issue Triage — label, deduplicate, clarify, assign
      • Activity Report — daily issue summarizing new issues, merged PRs, open blockers
      • Documentation Updater — daily PR to sync docs with recent code changes
      • AGENTS.md Maintainer — weekly PR keeping AGENTS.md current

Each prompt opens with the standard create.md URL sentence:

Create a workflow for GitHub Agentic Workflows using https://raw.githubusercontent.com/github/gh-aw/main/create.md

The purpose of the workflow is to triage new issues: label them by type and priority, identify
duplicates, ask clarifying questions when the description is unclear, and assign them to the
right team members.
Original prompt

Extend the prompt example in the “Create Workflows” documentation page to cover an issue triage agentic workflow.

Instead of a single code region, use AstroTabs with a single tab group that contains multiple scenarios:

  • A tab for issue triage
  • A tab for a daily report
  • A tab for a daily documentation updater
  • A tab for a weekly agents.md maintainer

For each tab, generate a concise prompt. Each prompt must start with the standard sentence that uses the Korean indexing profile with the URL, and you should inline that entire prompt text directly in the markdown file.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…amples

Add four scenario tabs (Issue Triage, Daily Report, Daily Documentation
Updater, Weekly agents.md Maintainer) to the GitHub Web Interface section
of the Creating Agentic Workflows page. Each tab contains a concise prompt
starting with the standard create.md URL sentence.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Extend documentation for issue triage agentic workflow docs: replace single prompt with AstroTabs scenario examples on Create Workflows page Feb 21, 2026
Copy link
Contributor

@pelikhan pelikhan left a comment

Choose a reason for hiding this comment

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

@copilot keep the tab title names short. “Activity report”, “Documentation Updater“, ”AGENTS.me maintainer“

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

Copilot AI commented Feb 21, 2026

@copilot keep the tab title names short. “Activity report”, “Documentation Updater“, ”AGENTS.me maintainer“

Done in 993a1d1. Tab labels are now: "Issue Triage", "Activity Report", "Documentation Updater", "AGENTS.md Maintainer".

@pelikhan pelikhan marked this pull request as ready for review February 21, 2026 20:51
Copilot AI review requested due to automatic review settings February 21, 2026 20:51
@pelikhan pelikhan merged commit 8c115d0 into main Feb 21, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/extend-issue-triage-workflow branch February 21, 2026 20:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR enhances the "Creating Agentic Workflows" documentation by replacing a single hardcoded issue-triage prompt with a tabbed interface showcasing four ready-to-use workflow scenarios. The change makes it easier for users to discover and copy different types of workflow prompts.

Changes:

  • Added import for Tabs and TabItem components from Starlight
  • Replaced single markdown code block with a tabbed interface containing four workflow examples: Issue Triage, Activity Report, Documentation Updater, and AGENTS.md Maintainer

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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