Skip to content

Add shared slash-command status preamble guidance - #50948

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/refactoring-skill-extraction
Closed

Add shared slash-command status preamble guidance#50948
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/refactoring-skill-extraction

Conversation

CopilotAI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Slash-command workflows repeatedly duplicate the same status-comment: true and reaction UX pattern. This adds a shared documentation import to centralize the recommended preamble without forcing workflow-specific trigger fields into a shared frontmatter fragment.

  • Shared guidance

    • Added .github/workflows/shared/slash-command-status-preamble.md
    • Documents the expected on.slash_command + status-comment + reaction pattern
    • Captures centralized vs decentralized strategy guidance
  • Import-ready example

imports:
- shared/slash-command-status-preamble.mdon:
slash_command:
name: mycmdstrategy: centralizedreaction: eyesstatus-comment: true

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Refactor slash-command status-comment and reaction handlingAdd shared slash-command status preamble guidanceAug 7, 2026
CopilotAI requested a review from pelikhanAugust 7, 2026 01:13
@pelikhanpelikhan closed this Aug 7, 2026
Sign up for freeto 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.

[refactoring] Skill extraction: slash-command status-comment/reaction preamble guidance

2 participants

@pelikhan