get-pipeline-logs

Installation
SKILL.md

Azure DevOps Pipeline Log Retrieval

Get logs from Azure DevOps pipeline runs. Always work with the latest run to ensure logs are available (deleted builds have no logs).

Prerequisites

  • Azure DevOps organization and project (from deploy.json)
  • Pipeline ID (get via az pipelines list)
  • Azure CLI for authentication

Complete Workflow: Latest Run Logs

1) Get latest run ID

# Load configuration from deploy.json
$config = Get-Content .github/skills/deploy.json | ConvertFrom-Json
$org = ($config.ADOOrg -replace 'https://dev.azure.com/', '')
$project = $config.ADOProject
Related skills

More from alexander-kastil/agentic-sw-engineering

Installs
1
GitHub Stars
3
First Seen
Mar 11, 2026