From 45abbe23e3ae1118b183f2f0349389b32955b666 Mon Sep 17 00:00:00 2001 From: James Devine Date: Mon, 13 Jul 2026 22:54:54 +0100 Subject: [PATCH] chore: regenerate committed SKILL.md for v0.44.1 The committed .github/skills/ado-aw/SKILL.md carried stale v0.44.0 x-release-please-version markers (added in #1499) while the crate is at 0.44.1. tests/init_tests.rs::test_committed_skill_file_matches_template_output regenerates the skill from src/data/init-skill.md and compares byte-for-byte, so this drift fails the required Build & Test check on main and on every branch cut from it. Bump the three prompt URLs + AGENTS.md reference to v0.44.1 to match the template output. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f30758a5-81c8-4024-ab01-52ad22b4f877 --- .github/skills/ado-aw/SKILL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/skills/ado-aw/SKILL.md b/.github/skills/ado-aw/SKILL.md index 49796b89..5f99b15d 100644 --- a/.github/skills/ado-aw/SKILL.md +++ b/.github/skills/ado-aw/SKILL.md @@ -46,7 +46,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci ### Create New Agentic Workflow **Load when**: User wants to create a new agentic workflow from scratch -**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/prompts/create-ado-agentic-workflow.md +**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/create-ado-agentic-workflow.md **Use cases**: - "Create an agentic workflow that reviews PRs weekly" @@ -56,7 +56,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci ### Update Existing Workflow **Load when**: User wants to modify an existing agent workflow file -**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/prompts/update-ado-agentic-workflow.md +**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/update-ado-agentic-workflow.md **Use cases**: - "Add the Azure DevOps MCP to my workflow" @@ -66,7 +66,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci ### Debug Failing Workflow **Load when**: User needs to troubleshoot a failing agentic workflow -**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/prompts/debug-ado-agentic-workflow.md +**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/debug-ado-agentic-workflow.md **Use cases**: - "Why is my agentic workflow failing?" @@ -109,4 +109,4 @@ ado-aw check - Agent files must be compiled with `ado-aw compile` after YAML frontmatter changes - Markdown body (agent instructions) changes do NOT require recompilation - The agent never has direct write access — all mutations go through safe outputs -- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/AGENTS.md +- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/AGENTS.md