azure-pipelines Skill
Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI runs. Published by microsoft in vscode.
What is azure-pipelines Skill?
Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI runs. Published by microsoft in vscode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use azure-pipelines Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode
- Skill file: .github/skills/azure-pipelines/SKILL.md
What it does
Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI runs.
Skill instructions
Validating Azure Pipeline Changes When modifying Azure DevOps pipeline files (YAML files in build/azure-pipelines/), you can validate changes locally using the Azure CLI before committing. This avoids the slow feedback loop of pushing changes, waiting for CI, and checking results. Prerequisites 1. Check if Azure CLI is installed: bash az --version If not installed, install it: bash macOS brew install azure-cli Windows (PowerShell as Administrator) winget install Microsoft.AzureCLI Linux (Debian/Ubuntu) curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash 2. Check if the DevOps extension is installed: bash az extension show --name azure-devops If not installed, add it: bash az extension add --name azure-devops 3. Authenticate: bash az login az devops configure --defaults organization=https://dev.azure.com/monacotools project=Monaco VS Code Main Build The main VS Code build pipeline: - Organization: monacotools - Project: Monaco - Definition ID: 111 - URL: https://dev.azure.com/monacot
Explore related resources
Frequently asked questions
What is azure-pipelines?
azure-pipelines is a open-source AI agent skill with Copy skill directory. Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI.
Who is azure-pipelines best for?
azure-pipelines is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install azure-pipelines?
Install or run azure-pipelines using Copy skill directory. Check azure-pipelines for the latest setup command.
Is azure-pipelines actively maintained?
azure-pipelines may need a closer maintenance check before production use.
Auto-fetched from GitHub.