Skip to content

Add agentic workflow to test skills loading from .github/skills - #12698

Closed
Mossaka with Copilot wants to merge 2 commits into
mainfrom
copilot/create-agentic-workflow-testing-skills
Closed

Add agentic workflow to test skills loading from .github/skills#12698
Mossaka with Copilot wants to merge 2 commits into
mainfrom
copilot/create-agentic-workflow-testing-skills

Conversation

CopilotAI commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

Creates a test workflow that validates skills from .github/skills are automatically discovered and accessible to agents via the skill tool.

Changes

  • .github/agentics/test-skills-loading.md: Agent prompt with instructions to invoke the debugging-workflows skill and verify accessibility
  • .github/workflows/test-skills-loading.md: Workflow config using Copilot engine with strict mode
  • .github/workflows/test-skills-loading.lock.yml: Compiled workflow

Workflow Behavior

  • Triggers: workflow_dispatch or smoke label on PRs
  • Tests: Skill discovery, invocation, and content verification
  • Outputs: PR comment with ✅/❌ status table
# Trigger exampleon:
workflow_dispatch:
pull_request:
types: [labeled]names: ["smoke"]
Original prompt

Create a agentic workflow to test that the agent has the skills loaded from .github/skills automatically.

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


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

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

Copy link
Copy Markdown
Contributor

🔍 PR Triage Results

Category: feature | Risk: high | Priority: 50/100

Scores Breakdown

  • Impact: 30/50 - Adds workflow to test skills loading capability
  • Urgency: 10/30 - Recent PR (0 days old)
  • Quality: 10/20 - Draft status, CI pending

📋 Recommended Action: batch_review

Part of Batch #2: Feature Additions (batch-feature-001).


Triaged by PR Triage Agent on 2026-01-31 | Run #21540069309

AI generated by PR Triage Agent

@github-actions

Copy link
Copy Markdown
Contributor

🔍 PR Triage Results

Category: feature | Risk: high | Priority: 60/100

Scores Breakdown

  • Impact: 35/50 - Feature with high risk level
  • Urgency: 10/30 - Recent PR (1 days), CI pending
  • Quality: 15/20 - CI pending, Draft status

📋 Recommended Action: Batch Review

This PR is recommended for batch review with similar PRs.

📦 Batch Processing

This PR is part of batch-feature-001 with 3 other PR(s): #12130, #12459, #12460

Consider reviewing these PRs together for consistency and efficiency.


Triaged by PR Triage Agent on 2026-01-31 12:17 UTC
See full report: PR Triage Discussion

AI generated by PR Triage Agent

@github-actions
github-actionsBot deleted the copilot/create-agentic-workflow-testing-skills branch April 2, 2026 12:10
Sign up for freeto 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.

3 participants

@pelikhan@Mossaka