Add Azuredevops
Kopplar Azure DevOps-anslutningen till en Power Apps-kodapp via pa CLI
Fungerar med konfiguration
Vad den gör
Lägger till Azure DevOps-anslutningen till en Power Apps-kodapp: hittar anslutningen, kör pa CLI för att lägga till datakällan, tillämpar en nödvändig HttpRequest parameter-rename-fix i tre genererade filer, och bygger sedan. Utlöses när en användare vill fråga ADO work items, create bugs, manage pipelines, eller make Azure DevOps REST API calls från en Power Platform code app.
Testrapport
Hämtade SKILL.md via the GitHub API + raw endpoint. Frontmatter parsas rent (name + description + allowed-tools + model). Punktkontrollerade alla tre body references: shared-instructions.md (200), connector-reference.md (200), and its #inspecting-large-generated-files anchor (heading confirmed present). Inga säkerhetsbrister — ingen curl|sh, base64, eller exfiltration; endast `pa app add data-source` och `npm run build`. KUNDE INTE köra output stage: the skill needs the Power Platform CLI, an authenticated ADO connection, and a scaffolded code app with generated files (src/generated/services/AzureDevOpsService.ts, .power/appschemas/dataSourceInfo.ts, the visualstudioteamservices schema) that only `pa app add data-source` produces — so the Step-3 HttpRequest parameters→body fix has no files to apply to, and no baseline vs skill artifact could be produced. Trigger judged on 5 phrasings (below), all correct.
Testad: 2026-07-21 · Claude Code 2.x (agent harness)
Installation
git clone --depth 1 https://github.com/microsoft/power-platform-skills.git /tmp/add-azuredevops-src
mkdir -p ~/.claude/skills
cp -R /tmp/add-azuredevops-src/plugins/code-apps/skills/add-azuredevops ~/.claude/skills/add-azuredevops
# NOTE: This is a plugin skill. Its body links to ${PLUGIN_ROOT}/shared/shared-instructions.md
# and ${PLUGIN_ROOT}/shared/connector-reference.md. Copied standalone as above, ${PLUGIN_ROOT}
# does not resolve and those links break. To keep them working, also copy the shared dir:
# cp -R /tmp/add-azuredevops-src/plugins/code-apps/shared ~/.claude/skills/add-azuredevops/shared
# (links still won't auto-resolve the ${PLUGIN_ROOT} token, but the files are then local).
# PREFERRED: install as a plugin so ${PLUGIN_ROOT} resolves and sibling skills (/list-connections) exist:
# /plugin marketplace add microsoft/power-platform-skills then install the "code-apps-preview" plugin.
# RUNTIME DEPS (not installable here): Power Platform CLI (pa/pac), an authenticated Azure DevOps
# connection in your Power Platform environment, and an existing scaffolded Power Apps code app. Kommandon och exempelprompter
/add-azuredevopsKopplar Azure DevOps-anslutningen till en Power Apps-kodapp via pa CLI
Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):
Connect Azure DevOps to my Power Apps code appQuery work items from this code appCreate a bug in Azure DevOps from the app