trigger-pipelines-for-copilot-pr

devops

trigger-pipelines-for-copilot-pr is a Claude Code skill that triggers Azure DevOps CI/CD pipelines for Copilot-created pull requests by posting two separate /azp run comments to the microsoft/FluidFramework GitHub repository. The skill sends the comments in two parts — covering pipelines like Build - client packages, repo-policy-check, Build - build-tools, and Build - eslint-plugin-fluid — because a single combined comment is too long to trigger correctly. It uses the GitHub CLI with the MSYS_NO_PATHCONV=1 flag on Windows (Git Bash) to prevent path expansion, or falls back to the GitHub REST API via curl using $GITHUB_TOKEN. Designed for teams where Copilot opens PRs automatically and the standard CI trigger requires a manual comment to kick off all required builds.