From cbc9655c10bfadd55dd1b548301d6d7115cf4773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:59:51 +1000 Subject: [PATCH] Add external plugin copilot-goal-skill (#1950) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 25 +++++++++++++++++ plugins/external.json | 49 +++++++++++++++++++++++++++++++-- 2 files changed, 71 insertions(+), 3 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 05a5d119..df8dc1ca 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -159,6 +159,31 @@ "description": "Coding agents hallucinate APIs. ContextMatic gives them curated, versioned API and SDK docs. Ask your agent to \"integrate the payments API\" and it guesses — falling back on outdated training data and generic patterns that don't match your actual SDK. ContextMatic solves this by giving the agent deterministic, version-aware, SDK-native context at the exact moment it's needed.", "version": "0.1.0" }, + { + "name": "copilot-goal-skill", + "description": "Goal-driven task orchestration with independent verification. Interviews the user to define a clear goal, then loops between a Builder subagent (does the work) and an Inspector subagent (judges the result with fresh context). The Inspector never trusts the Builder. Output is auditable in git commits from each subagent actions. Use when the user says \"achieve this goal\", \"make this work\", \"implement until done\", or wants verified autonomous task completion with independent quality review.", + "version": "1.0.1", + "author": { + "name": "Gaetan Semet", + "url": "https://github.com/gsemet" + }, + "repository": "https://github.com/gsemet/copilot-goal-skill", + "license": "MIT", + "keywords": [ + "goal", + "autonomous", + "inspector", + "builder", + "loop" + ], + "source": { + "source": "github", + "repo": "gsemet/copilot-goal-skill", + "path": "plugins/copilot-goal-skill", + "ref": "1.0.1", + "sha": "b186d0b0d59da1ea051283a7d99185979ede998a" + } + }, { "name": "copilot-sdk", "source": "copilot-sdk", diff --git a/plugins/external.json b/plugins/external.json index 97e068c9..b7d3e7d4 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -76,6 +76,31 @@ "ref": "chrome-devtools-mcp-v1.0.1" } }, + { + "name": "copilot-goal-skill", + "description": "Goal-driven task orchestration with independent verification. Interviews the user to define a clear goal, then loops between a Builder subagent (does the work) and an Inspector subagent (judges the result with fresh context). The Inspector never trusts the Builder. Output is auditable in git commits from each subagent actions. Use when the user says \"achieve this goal\", \"make this work\", \"implement until done\", or wants verified autonomous task completion with independent quality review.", + "version": "1.0.1", + "author": { + "name": "Gaetan Semet", + "url": "https://github.com/gsemet" + }, + "repository": "https://github.com/gsemet/copilot-goal-skill", + "license": "MIT", + "keywords": [ + "goal", + "autonomous", + "inspector", + "builder", + "loop" + ], + "source": { + "source": "github", + "repo": "gsemet/copilot-goal-skill", + "path": "plugins/copilot-goal-skill", + "ref": "1.0.1", + "sha": "b186d0b0d59da1ea051283a7d99185979ede998a" + } + }, { "name": "dataverse", "description": "Build and manage Microsoft Dataverse solutions using natural language. Includes table/column creation, solution lifecycle, data operations, and MCP server configuration.", @@ -193,7 +218,13 @@ "url": "https://www.figma.com" }, "homepage": "https://github.com/figma/mcp-server-guide", - "keywords": ["figma", "design", "mcp", "ui", "code-connect"], + "keywords": [ + "figma", + "design", + "mcp", + "ui", + "code-connect" + ], "repository": "https://github.com/figma/mcp-server-guide", "source": { "source": "github", @@ -265,7 +296,14 @@ "url": "https://www.microsoft.com" }, "homepage": "https://github.com/microsoft/Build-CLI", - "keywords": ["microsoft", "build", "ignite", "events", "sessions", "learn"], + "keywords": [ + "microsoft", + "build", + "ignite", + "events", + "sessions", + "learn" + ], "license": "Apache-2.0", "repository": "https://github.com/microsoft/Build-CLI", "source": { @@ -282,7 +320,12 @@ "url": "https://www.microsoft.com" }, "homepage": "https://github.com/dotnet/modernize-dotnet", - "keywords": ["modernization", "upgrade", "migration", "dotnet"], + "keywords": [ + "modernization", + "upgrade", + "migration", + "dotnet" + ], "license": "MIT", "repository": "https://github.com/dotnet/modernize-dotnet", "source": {